Home
last modified time | relevance | path

Searched refs:in_browser_process_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/gpu/
Dgpu_child_thread.cc50 in_browser_process_(false) { in GpuChildThread()
61 in_browser_process_(true) { in GpuChildThread()
139 if (!in_browser_process_) in OnInitialize()
157 if (!in_browser_process_) in OnInitialize()
173 in_browser_process_); in OnCollectGraphicsInfo()
191 if (!in_browser_process_) { in OnCollectGraphicsInfo()
Dgpu_child_thread.h95 bool in_browser_process_; variable
/external/chromium_org/content/child/
Dchild_thread.cc146 in_browser_process_(false) { in ChildThread()
155 in_browser_process_(true) { in ChildThread()
177 if (!in_browser_process_) in Init()
Dchild_thread.h230 bool in_browser_process_; variable