Searched refs:NeedMoreUpdates (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/cc/layers/
H A Dcontent_layer.h46 virtual bool NeedMoreUpdates() OVERRIDE;
H A Dcontent_layer.cc91 bool ContentLayer::NeedMoreUpdates() { function in class:cc::ContentLayer
H A Dlayer.h365 virtual bool NeedMoreUpdates();
H A Dlayer.cc1066 bool Layer::NeedMoreUpdates() { function in class:cc::Layer
/external/chromium_org/cc/trees/
H A Dlayer_tree_host.cc1001 *need_more_updates |= mask_layer->NeedMoreUpdates();
1009 *need_more_updates |= replica_mask_layer->NeedMoreUpdates();
1043 *need_more_updates |= it->NeedMoreUpdates();

Completed in 586 milliseconds