Searched refs:PrepareToUpdate (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/cc/resources/
H A Dcaching_bitmap_content_layer_updater.h21 virtual void PrepareToUpdate(gfx::Rect content_rect,
H A Dskpicture_content_layer_updater.h30 virtual void PrepareToUpdate(gfx::Rect content_rect,
H A Dcaching_bitmap_content_layer_updater.cc35 void CachingBitmapContentLayerUpdater::PrepareToUpdate( function in class:cc::CachingBitmapContentLayerUpdater
41 BitmapContentLayerUpdater::PrepareToUpdate(content_rect,
H A Dskpicture_content_layer_updater.cc24 void SkPictureContentLayerUpdater::PrepareToUpdate( function in class:cc::SkPictureContentLayerUpdater
H A Dbitmap_content_layer_updater.h49 virtual void PrepareToUpdate(gfx::Rect content_rect,
H A Dlayer_updater.h51 virtual void PrepareToUpdate(gfx::Rect content_rect, function in class:cc::LayerUpdater
H A Dbitmap_content_layer_updater.cc56 void BitmapContentLayerUpdater::PrepareToUpdate( function in class:cc::BitmapContentLayerUpdater
/external/chromium_org/cc/layers/
H A Dcontent_layer_unittest.cc49 updater->PrepareToUpdate(content_rect,
H A Dtiled_layer.cc489 // Calling PrepareToUpdate() calls into WebKit to paint, which may have the
496 Updater()->PrepareToUpdate(paint_rect,
/external/chromium_org/cc/test/
H A Dtiled_layer_test_common.cc37 void FakeLayerUpdater::PrepareToUpdate(gfx::Rect content_rect, function in class:cc::FakeLayerUpdater
H A Dtiled_layer_test_common.h48 virtual void PrepareToUpdate(gfx::Rect content_rect,
53 // Sets the rect to invalidate during the next call to PrepareToUpdate().
54 // After the next call to PrepareToUpdate() the rect is reset.
56 // Last rect passed to PrepareToUpdate().
59 // Number of times PrepareToUpdate has been invoked.

Completed in 2286 milliseconds