OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compositor_thread_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/
render_thread_impl.cc
457
compositor_thread_
.reset();
658
compositor_thread_
.reset(new base::Thread("Compositor"));
659
compositor_thread_
->Start();
661
compositor_thread_
->SetPriority(base::kThreadPriority_Display);
664
compositor_thread_
->message_loop_proxy();
[
all
...]
render_thread_impl.h
476
scoped_ptr<base::Thread>
compositor_thread_
;
member in class:content::RenderThreadImpl
482
// regardless of whether |
compositor_thread_
| is overriden.
Completed in 40 milliseconds