OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:descendant_needs_push_properties
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/layers/
layer.h
453
bool
descendant_needs_push_properties
() const {
function in class:cc::Layer
502
return needs_push_properties() ||
descendant_needs_push_properties
();
layer_impl.h
536
return needs_push_properties() ||
descendant_needs_push_properties
();
540
bool
descendant_needs_push_properties
() const {
function in class:cc::LayerImpl
Completed in 176 milliseconds