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

/external/chromium_org/cc/resources/
H A Dskpicture_content_layer_updater.h28 virtual void PrepareToUpdate(const gfx::Size& content_size,
H A Dbitmap_content_layer_updater.h50 virtual void PrepareToUpdate(const gfx::Size& content_size,
H A Dlayer_updater.h50 virtual void PrepareToUpdate(const gfx::Size& content_size, function in class:cc::LayerUpdater
H A Dskpicture_content_layer_updater.cc25 void SkPictureContentLayerUpdater::PrepareToUpdate( function in class:cc::SkPictureContentLayerUpdater
H A Dbitmap_content_layer_updater.cc57 void BitmapContentLayerUpdater::PrepareToUpdate(const gfx::Size& content_size, function in class:cc::BitmapContentLayerUpdater
/external/chromium_org/cc/test/
H A Dtiled_layer_test_common.cc38 void FakeLayerUpdater::PrepareToUpdate(const gfx::Size& content_size, function in class:cc::FakeLayerUpdater
H A Dtiled_layer_test_common.h47 virtual void PrepareToUpdate(const gfx::Size& content_size,
52 // Sets the rect to invalidate during the next call to PrepareToUpdate().
53 // After the next call to PrepareToUpdate() the rect is reset.
55 // Last rect passed to PrepareToUpdate().
58 // Value of |contents_width_scale| last passed to PrepareToUpdate().
61 // Number of times PrepareToUpdate has been invoked.
/external/chromium_org/cc/layers/
H A Dtiled_layer.cc469 // Calling PrepareToUpdate() calls into WebKit to paint, which may have the
475 Updater()->PrepareToUpdate(content_bounds(),

Completed in 101 milliseconds