Searched refs:TestBrowserThreadBundle (Results 1 - 25 of 271) sorted by relevance

1234567891011

/external/chromium_org/content/public/test/
H A Dtest_browser_thread_bundle.h5 // TestBrowserThreadBundle is a convenience class for creating a set of
7 // just instantiate the TestBrowserThreadBundle as a member variable.
12 // the TestBrowserThreadBundle construction.
14 // The TestBrowserThreadBundle will attempt to drain the MessageLoop on
20 // The TestBrowserThreadBundle will also flush the blocking pool on destruction.
46 class TestBrowserThreadBundle { class in namespace:content
62 TestBrowserThreadBundle();
63 explicit TestBrowserThreadBundle(int options);
65 ~TestBrowserThreadBundle();
79 DISALLOW_COPY_AND_ASSIGN(TestBrowserThreadBundle);
[all...]
H A Dtest_browser_thread_bundle.cc14 TestBrowserThreadBundle::TestBrowserThreadBundle() { function in class:content::TestBrowserThreadBundle
18 TestBrowserThreadBundle::TestBrowserThreadBundle(int options) { function in class:content::TestBrowserThreadBundle
22 TestBrowserThreadBundle::~TestBrowserThreadBundle() {
55 void TestBrowserThreadBundle::Init(int options) {
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dcocoa_profile_test.h13 class TestBrowserThreadBundle;
66 scoped_ptr<content::TestBrowserThreadBundle> thread_bundle_;
/external/chromium_org/chrome/browser/sync/
H A Dabout_sync_util_unittest.cc21 content::TestBrowserThreadBundle thread_bundle(
22 content::TestBrowserThreadBundle::DEFAULT);
H A Dabstract_profile_sync_service_test.cc45 : thread_bundle_(content::TestBrowserThreadBundle::REAL_DB_THREAD |
46 content::TestBrowserThreadBundle::REAL_FILE_THREAD |
47 content::TestBrowserThreadBundle::REAL_IO_THREAD),
H A Dabstract_profile_sync_service_test.h51 content::TestBrowserThreadBundle thread_bundle_;
/external/chromium_org/chrome/browser/sync/glue/
H A Dbrowser_thread_model_worker_unittest.cc30 thread_bundle_(content::TestBrowserThreadBundle::IO_MAINLOOP |
31 content::TestBrowserThreadBundle::REAL_DB_THREAD),
88 content::TestBrowserThreadBundle thread_bundle_;
H A Ddevice_info_data_type_controller_unittest.cc26 thread_bundle_(content::TestBrowserThreadBundle::DEFAULT),
94 content::TestBrowserThreadBundle thread_bundle_;
H A Dsync_backend_registrar_unittest.cc64 thread_bundle_(content::TestBrowserThreadBundle::REAL_DB_THREAD |
65 content::TestBrowserThreadBundle::REAL_FILE_THREAD |
66 content::TestBrowserThreadBundle::REAL_IO_THREAD) {}
109 content::TestBrowserThreadBundle thread_bundle_;
273 : thread_bundle_(content::TestBrowserThreadBundle::REAL_DB_THREAD |
274 content::TestBrowserThreadBundle::REAL_FILE_THREAD |
275 content::TestBrowserThreadBundle::REAL_IO_THREAD),
286 content::TestBrowserThreadBundle thread_bundle_;
/external/chromium_org/content/browser/gpu/
H A Dshader_disk_cache_unittest.cc25 : thread_bundle_(content::TestBrowserThreadBundle::IO_MAINLOOP) {
44 content::TestBrowserThreadBundle thread_bundle_;
/external/chromium_org/extensions/browser/
H A Dapi_unittest.h24 class TestBrowserThreadBundle;
85 scoped_ptr<content::TestBrowserThreadBundle> thread_bundle_;
H A Dapi_unittest.cc45 thread_bundle_.reset(new content::TestBrowserThreadBundle(
46 content::TestBrowserThreadBundle::DEFAULT));
/external/chromium_org/chrome/browser/extensions/
H A Dsandboxed_unpacker_unittest.cc61 browser_threads_.reset(new content::TestBrowserThreadBundle(
62 content::TestBrowserThreadBundle::IO_MAINLOOP));
106 scoped_ptr<content::TestBrowserThreadBundle> browser_threads_;
H A Dtest_extension_environment.h69 content::TestBrowserThreadBundle thread_bundle_;
H A Dextension_install_prompt_unittest.cc41 content::TestBrowserThreadBundle thread_bundle;
69 content::TestBrowserThreadBundle thread_bundle;
H A Dzipfile_installer_unittest.cc64 : browser_threads_(content::TestBrowserThreadBundle::IO_MAINLOOP) {}
114 content::TestBrowserThreadBundle browser_threads_;
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddrive_integration_service_unittest.cc32 content::TestBrowserThreadBundle thread_bundle_;
H A Dwrite_on_cache_file_unittest.cc63 content::TestBrowserThreadBundle thread_bundle;
84 content::TestBrowserThreadBundle thread_bundle;
H A Dfile_write_watcher_unittest.cc63 : thread_bundle_(content::TestBrowserThreadBundle::IO_MAINLOOP) {
75 content::TestBrowserThreadBundle thread_bundle_;
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_process_manager_unittest.cc32 content::TestBrowserThreadBundle thread_bundle_;
/external/chromium_org/chrome/browser/
H A Dupgrade_detector_impl_unittest.cc73 content::TestBrowserThreadBundle bundle;
94 content::TestBrowserThreadBundle bundle;
/external/chromium_org/content/browser/gamepad/
H A Dgamepad_service_unittest.cc72 TestBrowserThreadBundle browser_thread_;
79 : browser_thread_(TestBrowserThreadBundle::IO_MAINLOOP) {
/external/chromium_org/chrome/browser/net/
H A Ddns_probe_runner_unittest.cc17 using content::TestBrowserThreadBundle;
51 TestBrowserThreadBundle bundle_;
H A Ddns_probe_service_unittest.cc22 using content::TestBrowserThreadBundle;
80 TestBrowserThreadBundle bundle_;
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddatabase_manager_unittest.cc17 using content::TestBrowserThreadBundle;
26 TestBrowserThreadBundle thread_bundle_;

Completed in 1331 milliseconds

1234567891011