Lines Matching refs:_local
344 _local = tree.ext[extName],
354 var prevLocal = tree._local,
359 tree._local = _local;
364 tree._local = prevLocal;
2848 var thisName = this._local.name,
8559 instData = this._local,
8873 this._local._setDndStatus(
8895 this._local._setDndStatus(
11994 var store = this._local.store;
12008 var local = this._local,
12029 local = this._local,
12176 local = this._local;
12192 local = this._local;
12204 local = this._local;
12222 local = this._local;
13114 this._local.measureUnit = iconWidthUnit;
13115 this._local.levelOfs = parseFloat(levelOfs);
13116 this._local.lineOfs =
13122 this._local.labelOfs = labelSpacing;
13123 this._local.maxDepth = 10;
13130 this._local.maxDepth,
13131 this._local.levelOfs,
13132 this._local.lineOfs,
13133 this._local.labelOfs,
13134 this._local.measureUnit
13152 if (level > this._local.maxDepth) {
13154 this._local.maxDepth *= 2;
13157 this._local.maxDepth
13161 this._local.maxDepth,
13162 this._local.levelOfs,
13163 this._local.lineOfs,
13164 this._local.labelSpacing,
13165 this._local.measureUnit