Home
last modified time | relevance | path

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

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