Home
last modified time | relevance | path

Searched refs:whichTree (Results 1 – 6 of 6) sorted by relevance

/external/chromium-trace/trace-viewer/src/cc/
Dlayer_tree_host_impl.js44 this.activeTree.whichTree = constants.ACTIVE_TREE;
47 this.pendingTree.whichTree = constants.PENDING_TREE;
51 getTree: function(whichTree) { argument
52 if (whichTree == constants.ACTIVE_TREE)
54 if (whichTree == constants.PENDING_TREE)
56 throw new Exception('Unknown tree type + ' + whichTree);
Dlayer_picker.js65 get whichTree() { getter in LayerPicker
69 set whichTree(whichTree) { argument
70 this.whichTree_ = whichTree;
Dlayer_impl.js70 if (this.layerTreeImpl.whichTree == constants.ACTIVE_TREE)
77 if (this.layerTreeImpl.whichTree == constants.PENDING_TREE)
Dlayer_tree_impl.js26 this.whichTree = undefined;
Dlayer_tree_host_impl_view.js62 layerTreeImpl = lthi.getTree(this.layerPicker_.whichTree);
Dlayer_tree_quad_stack_viewer.js274 var quad = this.layerTreeImpl_.whichTree == constants.ACTIVE_TREE ?