Lines Matching refs:_local
1805 _local = tree.ext[extName],
1815 var prevLocal = tree._local,
1820 tree._local = _local;
1825 tree._local = prevLocal;
4309 var thisName = this._local.name,
12665 var store = this._local.store;
12679 var local = this._local,
12700 local = this._local,
12847 local = this._local;
12863 local = this._local;
12875 local = this._local;
12893 local = this._local;
13788 this._local.measureUnit = iconWidthUnit;
13789 this._local.levelOfs = parseFloat(levelOfs);
13790 this._local.lineOfs =
13796 this._local.labelOfs = labelSpacing;
13797 this._local.maxDepth = 10;
13804 this._local.maxDepth,
13805 this._local.levelOfs,
13806 this._local.lineOfs,
13807 this._local.labelOfs,
13808 this._local.measureUnit
13826 if (level > this._local.maxDepth) {
13828 this._local.maxDepth *= 2;
13831 this._local.maxDepth
13835 this._local.maxDepth,
13836 this._local.levelOfs,
13837 this._local.lineOfs,
13838 this._local.labelSpacing,
13839 this._local.measureUnit