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 277 layer->InvalidateContentRect(gfx::Rect(0, 0, 100, 200));
315 layer->InvalidateContentRect(gfx::Rect(0, 0, 50, 50));
811 layer->InvalidateContentRect(gfx::Rect(0, 0, 100, 100));
    [all...]
image_layer.cc 49 InvalidateContentRect(gfx::Rect(content_bounds()));
tiled_layer.h 60 void InvalidateContentRect(const gfx::Rect& content_rect);
tiled_layer.cc 157 InvalidateContentRect(new_rects.rect());
294 InvalidateContentRect(LayerRectToContentRect(dirty_rect));
298 void TiledLayer::InvalidateContentRect(const gfx::Rect& content_rect) {
  /external/chromium_org/cc/test/
tiled_layer_test_common.h 100 using TiledLayer::InvalidateContentRect;
tiled_layer_test_common.cc 44 layer_->InvalidateContentRect(rect_to_invalidate_);

Completed in 60 milliseconds