Searched refs:whichTree (Results 1 – 6 of 6) sorted by relevance
44 this.activeTree.whichTree = constants.ACTIVE_TREE;47 this.pendingTree.whichTree = constants.PENDING_TREE;51 getTree: function(whichTree) { argument52 if (whichTree == constants.ACTIVE_TREE)54 if (whichTree == constants.PENDING_TREE)56 throw new Exception('Unknown tree type + ' + whichTree);
65 get whichTree() { getter in LayerPicker69 set whichTree(whichTree) { argument70 this.whichTree_ = whichTree;
70 if (this.layerTreeImpl.whichTree == constants.ACTIVE_TREE)77 if (this.layerTreeImpl.whichTree == constants.PENDING_TREE)
26 this.whichTree = undefined;
62 layerTreeImpl = lthi.getTree(this.layerPicker_.whichTree);
274 var quad = this.layerTreeImpl_.whichTree == constants.ACTIVE_TREE ?