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

  /external/chromium_org/cc/resources/
caching_bitmap_content_layer_updater.h 21 virtual void PrepareToUpdate(gfx::Rect content_rect,
skpicture_content_layer_updater.h 33 virtual void PrepareToUpdate(gfx::Rect content_rect,
caching_bitmap_content_layer_updater.cc 35 void CachingBitmapContentLayerUpdater::PrepareToUpdate(
41 BitmapContentLayerUpdater::PrepareToUpdate(content_rect,
layer_updater.h 51 virtual void PrepareToUpdate(gfx::Rect content_rect,
skpicture_content_layer_updater.cc 25 void SkPictureContentLayerUpdater::PrepareToUpdate(
bitmap_content_layer_updater.h 48 virtual void PrepareToUpdate(gfx::Rect content_rect,
bitmap_content_layer_updater.cc 57 void BitmapContentLayerUpdater::PrepareToUpdate(
  /external/chromium_org/cc/layers/
content_layer_unittest.cc 49 updater->PrepareToUpdate(content_rect,
scrollbar_layer.cc 236 painter->PrepareToUpdate(rect,
tiled_layer.cc 487 // Calling PrepareToUpdate() calls into WebKit to paint, which may have the
494 Updater()->PrepareToUpdate(paint_rect,
  /external/chromium_org/cc/test/
tiled_layer_test_common.h 48 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.
tiled_layer_test_common.cc 37 void FakeLayerUpdater::PrepareToUpdate(gfx::Rect content_rect,

Completed in 882 milliseconds