OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pending_tree_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/trees/
layer_tree_host_impl.cc
302
pending_tree_
.reset();
326
pending_tree_
->set_needs_update_draw_properties();
327
pending_tree_
->UpdateDrawProperties();
[
all
...]
layer_tree_host_impl.h
271
LayerTreeImpl* pending_tree() { return
pending_tree_
.get(); }
272
const LayerTreeImpl* pending_tree() const { return
pending_tree_
.get(); }
544
scoped_ptr<LayerTreeImpl>
pending_tree_
;
member in class:cc::LayerTreeHostImpl
Completed in 986 milliseconds