OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:update_rect_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cc/layers/
layer.h
432
bool NeedsDisplayForTesting() const { return !
update_rect_
.IsEmpty(); }
433
void ResetNeedsDisplayForTesting() {
update_rect_
= gfx::RectF(); }
527
gfx::RectF
update_rect_
;
member in class:cc::Layer
layer_impl.h
473
const gfx::RectF& update_rect() const { return
update_rect_
; }
688
gfx::RectF
update_rect_
;
member in class:cc::LayerImpl
/external/chromium_org/cc/test/
test_web_graphics_context_3d.h
371
gfx::Rect update_rect() const { return
update_rect_
; }
459
gfx::Rect
update_rect_
;
member in class:cc::TestWebGraphicsContext3D
Completed in 1660 milliseconds