Searched defs:SetNeedsDisplayRect (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/cc/layers/
H A Dsolid_color_scrollbar_layer.cc72 void SolidColorScrollbarLayer::SetNeedsDisplayRect(const gfx::RectF&) { function in class:cc::SolidColorScrollbarLayer
H A Dpicture_layer.cc78 void PictureLayer::SetNeedsDisplayRect(const gfx::RectF& layer_rect) { function in class:cc::PictureLayer
85 Layer::SetNeedsDisplayRect(layer_rect);
H A Dtexture_layer.cc172 void TextureLayer::SetNeedsDisplayRect(const gfx::RectF& dirty_rect) { function in class:cc::TextureLayer
173 Layer::SetNeedsDisplayRect(dirty_rect);
H A Dtiled_layer.cc293 void TiledLayer::SetNeedsDisplayRect(const gfx::RectF& dirty_rect) { function in class:cc::TiledLayer
295 ContentsScalingLayer::SetNeedsDisplayRect(dirty_rect);
H A Dlayer.cc793 void Layer::SetNeedsDisplayRect(const gfx::RectF& dirty_rect) { function in class:cc::Layer
/external/chromium_org/cc/test/
H A Dtiled_layer_test_common.cc88 void FakeTiledLayer::SetNeedsDisplayRect(const gfx::RectF& rect) { function in class:cc::FakeTiledLayer
90 TiledLayer::SetNeedsDisplayRect(rect);

Completed in 184 milliseconds