Searched refs:BrowserThreadImpl (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/content/public/test/
H A Dtest_browser_thread.cc14 class TestBrowserThreadImpl : public BrowserThreadImpl {
17 : BrowserThreadImpl(identifier),
23 : BrowserThreadImpl(identifier, message_loop),
32 BrowserThreadImpl::Init();
38 BrowserThreadImpl::CleanUp();
H A Dtest_browser_thread_bundle.cc27 BrowserThreadImpl::FlushThreadPoolHelperForTesting();
49 BrowserThreadImpl::FlushThreadPoolHelperForTesting();
H A Dcontent_test_suite_base.cc48 BrowserThreadImpl::FlushThreadPoolHelperForTesting();
/external/chromium_org/content/browser/
H A Dbrowser_process_sub_thread.cc22 : BrowserThreadImpl(identifier) {
36 BrowserThreadImpl::Init();
51 BrowserThreadImpl::CleanUp();
H A Dbrowser_thread_impl.h14 class CONTENT_EXPORT BrowserThreadImpl : public BrowserThread, class in namespace:content
17 // Construct a BrowserThreadImpl with the supplied identifier. It is an error
18 // to construct a BrowserThreadImpl that already exists.
19 explicit BrowserThreadImpl(BrowserThread::ID identifier);
24 BrowserThreadImpl(BrowserThread::ID identifier,
26 virtual ~BrowserThreadImpl();
37 // functions, but state is stored in the BrowserThreadImpl to keep
H A Dbrowser_thread_impl.cc104 // BrowserMainLoop. BrowserThreadImpl objects remove themselves from this
106 BrowserThreadImpl* threads[BrowserThread::ID_COUNT];
120 BrowserThreadImpl::BrowserThreadImpl(ID identifier) function in class:content::BrowserThreadImpl
126 BrowserThreadImpl::BrowserThreadImpl(ID identifier, function in class:content::BrowserThreadImpl
134 void BrowserThreadImpl::ShutdownThreadPool() {
145 void BrowserThreadImpl::FlushThreadPoolHelperForTesting() {
153 void BrowserThreadImpl::Init() {
177 NOINLINE void BrowserThreadImpl
[all...]
H A Dbrowser_process_sub_thread.h35 class CONTENT_EXPORT BrowserProcessSubThread : public BrowserThreadImpl {
H A Dbrowser_thread_unittest.cc27 ui_thread_.reset(new BrowserThreadImpl(BrowserThread::UI));
28 file_thread_.reset(new BrowserThreadImpl(BrowserThread::FILE));
63 scoped_ptr<BrowserThreadImpl> ui_thread_;
64 scoped_ptr<BrowserThreadImpl> file_thread_;
H A Dbrowser_main_loop.h43 class BrowserThreadImpl;
178 scoped_ptr<BrowserThreadImpl> main_thread_;
H A Dplugin_loader_posix_unittest.cc104 BrowserThreadImpl file_thread_;
105 BrowserThreadImpl io_thread_;
H A Dresolve_proxy_msg_helper_unittest.cc100 BrowserThreadImpl io_thread_;
H A Dbrowser_main_loop.cc909 BrowserThreadImpl::ShutdownThreadPool();
960 new BrowserThreadImpl(BrowserThread::UI, base::MessageLoop::current()));
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_ui_controller_unittest.cc47 ui_thread_.reset(new BrowserThreadImpl(BrowserThread::UI,
49 io_thread_.reset(new BrowserThreadImpl(BrowserThread::IO,
73 scoped_ptr<BrowserThreadImpl> ui_thread_;
74 scoped_ptr<BrowserThreadImpl> io_thread_;
H A Daudio_input_device_manager_unittest.cc61 io_thread_.reset(new BrowserThreadImpl(BrowserThread::IO,
93 scoped_ptr<BrowserThreadImpl> io_thread_;
H A Dvideo_capture_manager_unittest.cc79 io_thread_.reset(new BrowserThreadImpl(BrowserThread::IO,
143 scoped_ptr<BrowserThreadImpl> io_thread_;
/external/chromium_org/content/browser/devtools/
H A Ddevtools_http_handler_unittest.cc106 file_thread_.reset(new BrowserThreadImpl(BrowserThread::FILE));
116 BrowserThreadImpl ui_thread_;
117 scoped_ptr<BrowserThreadImpl> file_thread_;
H A Dembedded_worker_devtools_manager_unittest.cc91 BrowserThreadImpl ui_thread_;
/external/chromium_org/content/browser/appcache/
H A Dchrome_appcache_service_unittest.cc86 BrowserThreadImpl file_thread_;
87 BrowserThreadImpl file_user_blocking_thread_;
88 BrowserThreadImpl cache_thread_;
89 BrowserThreadImpl io_thread_;
/external/chromium_org/content/public/browser/
H A Dbrowser_thread.h28 class BrowserThreadImpl;
286 friend class BrowserThreadImpl;
/external/chromium_org/content/browser/media/capture/
H A Ddesktop_capture_device_aura_unittest.cc98 BrowserThreadImpl browser_thread_for_ui_;
/external/chromium_org/content/browser/power_profiler/
H A Dpower_profiler_service_unittest.cc126 BrowserThreadImpl ui_thread_;
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_unittest.cc49 BrowserThreadImpl file_thread_;
50 BrowserThreadImpl io_thread_;
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_registration_unittest.cc89 BrowserThreadImpl io_thread_;
/external/chromium_org/content/browser/download/
H A Ddownload_file_unittest.cc359 BrowserThreadImpl ui_thread_;
361 BrowserThreadImpl file_thread_;
H A Dbase_file_unittest.cc229 BrowserThreadImpl file_thread_;

Completed in 289 milliseconds

12