HomeSort by relevance Sort by last modified time
    Searched refs:BrowserThreadImpl (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/content/browser/
browser_thread_impl.h 14 class CONTENT_EXPORT BrowserThreadImpl : public BrowserThread,
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
browser_process_sub_thread.cc 22 : BrowserThreadImpl(identifier) {
36 BrowserThreadImpl::Init();
51 BrowserThreadImpl::CleanUp();
browser_thread_impl.cc 103 // BrowserMainLoop. BrowserThreadImpl objects remove themselves from this
105 BrowserThreadImpl* threads[BrowserThread::ID_COUNT];
119 BrowserThreadImpl::BrowserThreadImpl(ID identifier)
125 BrowserThreadImpl::BrowserThreadImpl(ID identifier,
133 void BrowserThreadImpl::ShutdownThreadPool() {
144 void BrowserThreadImpl::FlushThreadPoolHelper() {
151 void BrowserThreadImpl::Init() {
175 NOINLINE void BrowserThreadImpl::UIThreadRun(base::MessageLoop* message_loop)
    [all...]
browser_process_sub_thread.h 35 class CONTENT_EXPORT BrowserProcessSubThread : public BrowserThreadImpl {
browser_thread_unittest.cc 27 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_;
browser_main_loop.h 42 class BrowserThreadImpl;
173 scoped_ptr<BrowserThreadImpl> main_thread_;
plugin_loader_posix_unittest.cc 104 BrowserThreadImpl file_thread_;
105 BrowserThreadImpl io_thread_;
resolve_proxy_msg_helper_unittest.cc 100 BrowserThreadImpl io_thread_;
browser_main_loop.cc 865 BrowserThreadImpl::ShutdownThreadPool();
912 new BrowserThreadImpl(BrowserThread::UI, base::MessageLoop::current()));
    [all...]
  /external/chromium_org/content/public/test/
test_browser_thread.cc 14 class TestBrowserThreadImpl : public BrowserThreadImpl {
17 : BrowserThreadImpl(identifier),
23 : BrowserThreadImpl(identifier, message_loop),
32 BrowserThreadImpl::Init();
38 BrowserThreadImpl::CleanUp();
test_browser_thread_bundle.cc 27 BrowserThreadImpl::FlushThreadPoolHelper();
49 BrowserThreadImpl::FlushThreadPoolHelper();
content_test_suite_base.cc 46 BrowserThreadImpl::FlushThreadPoolHelper();
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_ui_controller_unittest.cc 47 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_;
audio_input_device_manager_unittest.cc 61 io_thread_.reset(new BrowserThreadImpl(BrowserThread::IO,
93 scoped_ptr<BrowserThreadImpl> io_thread_;
  /external/chromium_org/content/browser/devtools/
devtools_http_handler_unittest.cc 105 file_thread_.reset(new BrowserThreadImpl(BrowserThread::FILE));
113 BrowserThreadImpl ui_thread_;
114 scoped_ptr<BrowserThreadImpl> file_thread_;
embedded_worker_devtools_manager_unittest.cc 92 BrowserThreadImpl ui_thread_;
  /external/chromium_org/content/browser/appcache/
chrome_appcache_service_unittest.cc 86 BrowserThreadImpl file_thread_;
87 BrowserThreadImpl file_user_blocking_thread_;
88 BrowserThreadImpl cache_thread_;
89 BrowserThreadImpl io_thread_;
  /external/chromium_org/content/browser/service_worker/
service_worker_registration_unittest.cc 44 BrowserThreadImpl io_thread_;
  /external/chromium_org/content/public/browser/
browser_thread.h 28 class BrowserThreadImpl;
277 friend class BrowserThreadImpl;
  /external/chromium_org/content/browser/power_profiler/
power_profiler_service_unittest.cc 124 BrowserThreadImpl ui_thread_;
  /external/chromium_org/content/browser/media/capture/
desktop_capture_device_aura_unittest.cc 98 BrowserThreadImpl browser_thread_for_ui_;
audio_mirroring_manager_unittest.cc 105 BrowserThreadImpl io_thread_;
  /external/chromium_org/content/browser/indexed_db/
indexed_db_unittest.cc 48 BrowserThreadImpl file_thread_;
49 BrowserThreadImpl io_thread_;
  /external/chromium_org/content/browser/download/
download_file_unittest.cc 317 BrowserThreadImpl ui_thread_;
319 BrowserThreadImpl file_thread_;
  /external/chromium_org/content/browser/loader/
resource_scheduler_unittest.cc 206 BrowserThreadImpl ui_thread_;
207 BrowserThreadImpl io_thread_;

Completed in 632 milliseconds

1 2