HomeSort by relevance Sort by last modified time
    Searched refs:BrowserThreadImpl (Results 1 - 25 of 29) 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 48 // BrowserMainLoop. BrowserThreadImpl objects remove themselves from this
50 BrowserThreadImpl* threads[BrowserThread::ID_COUNT];
64 BrowserThreadImpl::BrowserThreadImpl(ID identifier)
70 BrowserThreadImpl::BrowserThreadImpl(ID identifier,
78 void BrowserThreadImpl::ShutdownThreadPool() {
89 void BrowserThreadImpl::FlushThreadPoolHelper() {
96 void BrowserThreadImpl::Init() {
120 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 40 class BrowserThreadImpl;
145 scoped_ptr<BrowserThreadImpl> main_thread_;
plugin_loader_posix_unittest.cc 100 BrowserThreadImpl file_thread_;
101 BrowserThreadImpl io_thread_;
resolve_proxy_msg_helper_unittest.cc 83 BrowserThreadImpl io_thread_;
browser_main_loop.cc 788 BrowserThreadImpl::ShutdownThreadPool();
816 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();
content_test_suite_base.cc 38 BrowserThreadImpl::FlushThreadPoolHelper();
  /external/chromium_org/content/browser/devtools/
devtools_http_handler_unittest.cc 90 file_thread_.reset(new BrowserThreadImpl(BrowserThread::FILE));
98 BrowserThreadImpl ui_thread_;
99 scoped_ptr<BrowserThreadImpl> file_thread_;
  /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,
75 scoped_ptr<BrowserThreadImpl> ui_thread_;
76 scoped_ptr<BrowserThreadImpl> io_thread_;
video_capture_controller_unittest.cc 156 file_thread_.reset(new BrowserThreadImpl(BrowserThread::FILE,
158 io_thread_.reset(new BrowserThreadImpl(BrowserThread::IO,
171 scoped_ptr<BrowserThreadImpl> file_thread_;
172 scoped_ptr<BrowserThreadImpl> io_thread_;
audio_renderer_host_unittest.cc 169 io_thread_.reset(new BrowserThreadImpl(BrowserThread::IO,
171 ui_thread_.reset(new BrowserThreadImpl(BrowserThread::UI,
346 scoped_ptr<BrowserThreadImpl> io_thread_;
347 scoped_ptr<BrowserThreadImpl> ui_thread_;
audio_input_device_manager_unittest.cc 56 io_thread_.reset(new BrowserThreadImpl(BrowserThread::IO,
81 scoped_ptr<BrowserThreadImpl> io_thread_;
video_capture_manager_unittest.cc 73 io_thread_.reset(new BrowserThreadImpl(BrowserThread::IO,
86 scoped_ptr<BrowserThreadImpl> io_thread_;
audio_mirroring_manager_unittest.cc 106 BrowserThreadImpl io_thread_;
  /external/chromium_org/content/browser/appcache/
chrome_appcache_service_unittest.cc 89 BrowserThreadImpl file_thread_;
90 BrowserThreadImpl file_user_blocking_thread_;
91 BrowserThreadImpl cache_thread_;
92 BrowserThreadImpl io_thread_;
  /external/chromium_org/content/browser/indexed_db/
indexed_db_unittest.cc 47 BrowserThreadImpl file_thread_;
48 BrowserThreadImpl io_thread_;
  /external/chromium_org/content/public/browser/
browser_thread.h 31 class BrowserThreadImpl;
266 friend class BrowserThreadImpl;
  /external/chromium_org/content/browser/geolocation/
gps_location_provider_unittest_linux.cc 65 BrowserThreadImpl ui_thread_;
  /external/chromium_org/content/browser/download/
download_file_unittest.cc 319 BrowserThreadImpl ui_thread_;
321 BrowserThreadImpl file_thread_;
  /external/chromium_org/content/browser/loader/
resource_scheduler_unittest.cc 205 BrowserThreadImpl ui_thread_;
206 BrowserThreadImpl io_thread_;
resource_dispatcher_host_unittest.cc 719 BrowserThreadImpl ui_thread_;
720 BrowserThreadImpl file_thread_;
721 BrowserThreadImpl cache_thread_;
722 BrowserThreadImpl io_thread_;
    [all...]

Completed in 514 milliseconds

1 2