Searched defs:update_rect_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.h251 gfx::Rect update_rect() const { return update_rect_; }
341 gfx::Rect update_rect_; member in class:cc::TestWebGraphicsContext3D
/external/chromium_org/cc/layers/
H A Dlayer.h436 bool NeedsDisplayForTesting() const { return !update_rect_.IsEmpty(); }
437 void ResetNeedsDisplayForTesting() { update_rect_ = gfx::RectF(); }
528 gfx::RectF update_rect_; member in class:cc::Layer
H A Dlayer_impl.h460 update_rect_ = update_rect;
462 const gfx::RectF& update_rect() const { return update_rect_; }
647 gfx::RectF update_rect_; member in class:cc::LayerImpl

Completed in 54 milliseconds