OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrepareToUpdate
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/cc/resources/
skpicture_content_layer_updater.h
28
virtual void
PrepareToUpdate
(const gfx::Size& content_size,
layer_updater.h
50
virtual void
PrepareToUpdate
(const gfx::Size& content_size,
bitmap_content_layer_updater.h
50
virtual void
PrepareToUpdate
(const gfx::Size& content_size,
skpicture_content_layer_updater.cc
25
void SkPictureContentLayerUpdater::
PrepareToUpdate
(
bitmap_content_layer_updater.cc
57
void BitmapContentLayerUpdater::
PrepareToUpdate
(const gfx::Size& content_size,
/external/chromium_org/cc/test/
tiled_layer_test_common.h
47
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.
tiled_layer_test_common.cc
38
void FakeLayerUpdater::
PrepareToUpdate
(const gfx::Size& content_size,
/external/chromium_org/cc/layers/
tiled_layer.cc
469
// Calling
PrepareToUpdate
() calls into WebKit to paint, which may have the
475
Updater()->
PrepareToUpdate
(content_bounds(),
Completed in 4576 milliseconds