OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inside_draw_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/trees/
single_thread_proxy.cc
42
inside_draw_
(false),
395
bool SingleThreadProxy::IsInsideDraw() { return
inside_draw_
; }
498
base::AutoReset<bool> mark_inside(&
inside_draw_
, true);
single_thread_proxy.h
147
bool
inside_draw_
;
member in class:cc::SingleThreadProxy
Completed in 49 milliseconds