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

  /external/chromium_org/cc/resources/
skpicture_content_layer_updater.h 28 virtual void PrepareToUpdate(const gfx::Rect& content_rect,
layer_updater.h 52 virtual void PrepareToUpdate(const gfx::Rect& content_rect,
bitmap_content_layer_updater.h 50 virtual void PrepareToUpdate(const gfx::Rect& content_rect,
skpicture_content_layer_updater.cc 25 void SkPictureContentLayerUpdater::PrepareToUpdate(
bitmap_content_layer_updater.cc 57 void BitmapContentLayerUpdater::PrepareToUpdate(
  /external/chromium_org/cc/layers/
content_layer_unittest.cc 52 updater->PrepareToUpdate(content_rect,
tiled_layer.cc 475 // Calling PrepareToUpdate() calls into WebKit to paint, which may have the
482 Updater()->PrepareToUpdate(paint_rect,
  /external/chromium_org/cc/test/
tiled_layer_test_common.h 47 virtual void PrepareToUpdate(const gfx::Rect& content_rect,
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 // Number of times PrepareToUpdate has been invoked.
tiled_layer_test_common.cc 36 void FakeLayerUpdater::PrepareToUpdate(const gfx::Rect& content_rect,

Completed in 1280 milliseconds