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

  /external/chromium_org/cc/layers/
tiled_layer_unittest.cc 283 layer->InvalidateContentRect(gfx::Rect(0, 0, 100, 200));
342 layer->InvalidateContentRect(gfx::Rect(0, 0, 50, 50));
    [all...]
image_layer.cc 54 InvalidateContentRect(gfx::Rect(content_bounds()));
tiled_layer.h 59 void InvalidateContentRect(const gfx::Rect& content_rect);
tiled_layer.cc 157 InvalidateContentRect(new_rects.rect());
292 InvalidateContentRect(LayerRectToContentRect(dirty_rect));
296 void TiledLayer::InvalidateContentRect(const gfx::Rect& content_rect) {
  /external/chromium_org/cc/test/
tiled_layer_test_common.h 99 using TiledLayer::InvalidateContentRect;
tiled_layer_test_common.cc 47 layer_->InvalidateContentRect(rect_to_invalidate_);

Completed in 131 milliseconds