HomeSort by relevance Sort by last modified time
    Searched refs:NeedMoreUpdates (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/cc/layers/
content_layer.h 49 virtual bool NeedMoreUpdates() OVERRIDE;
content_layer.cc 88 bool ContentLayer::NeedMoreUpdates() {
layer.h 359 virtual bool NeedMoreUpdates();
layer.cc 1030 bool Layer::NeedMoreUpdates() {
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host.cc 953 *need_more_updates |= mask_layer->NeedMoreUpdates();
961 *need_more_updates |= replica_mask_layer->NeedMoreUpdates();
    [all...]

Completed in 223 milliseconds