Home
last modified time | relevance | path

Searched refs:parent_should_know_need_push_properties (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/layers/
Dlayer.cc179 if (!parent_should_know_need_push_properties() && parent_) in SetNeedsPushProperties()
187 if (!parent_should_know_need_push_properties() && parent_) in AddDependentNeedsPushProperties()
197 if (!parent_should_know_need_push_properties() && parent_) in RemoveDependentNeedsPushProperties()
227 if (parent_should_know_need_push_properties()) { in SetParent()
Dlayer.h494 bool parent_should_know_need_push_properties() const { in parent_should_know_need_push_properties() function