Searched defs:NotifyTileStateChanged (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/layers/
H A Dlayer_impl.h210 virtual void NotifyTileStateChanged(const Tile* tile) {} function in class:cc::LayerImpl
H A Dpicture_layer_impl.cc576 void PictureLayerImpl::NotifyTileStateChanged(const Tile* tile) { function in class:cc::PictureLayerImpl
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.cc1284 void LayerTreeHostImpl::NotifyTileStateChanged(const Tile* tile) { function in class:cc::LayerTreeHostImpl
1285 TRACE_EVENT0("cc", "LayerTreeHostImpl::NotifyTileStateChanged");
1291 layer_impl->NotifyTileStateChanged(tile);
1298 layer_impl->NotifyTileStateChanged(tile);

Completed in 66 milliseconds