Searched refs:ui_thread (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium_org/components/gcm_driver/
H A Dfake_gcm_client_factory.cc15 const scoped_refptr<base::SequencedTaskRunner>& ui_thread,
18 ui_thread_(ui_thread),
13 FakeGCMClientFactory( FakeGCMClient::StartMode gcm_client_start_mode, const scoped_refptr<base::SequencedTaskRunner>& ui_thread, const scoped_refptr<base::SequencedTaskRunner>& io_thread) argument
H A Dfake_gcm_client_factory.h25 const scoped_refptr<base::SequencedTaskRunner>& ui_thread,
/external/chromium_org/components/sync_driver/
H A Ddevice_info_data_type_controller.cc13 const scoped_refptr<base::MessageLoopProxy>& ui_thread,
18 ui_thread,
12 DeviceInfoDataTypeController( const scoped_refptr<base::MessageLoopProxy>& ui_thread, const base::Closure& error_callback, SyncApiComponentFactory* sync_factory, LocalDeviceInfoProvider* local_device_info_provider) argument
H A Ddata_type_controller.cc14 scoped_refptr<base::MessageLoopProxy> ui_thread,
16 : base::RefCountedDeleteOnMessageLoop<DataTypeController>(ui_thread),
13 DataTypeController( scoped_refptr<base::MessageLoopProxy> ui_thread, const base::Closure& error_callback) argument
H A Ddevice_info_data_type_controller.h18 const scoped_refptr<base::MessageLoopProxy>& ui_thread,
H A Dproxy_data_type_controller.cc10 scoped_refptr<base::MessageLoopProxy> ui_thread,
12 : DataTypeController(ui_thread, base::Closure()),
9 ProxyDataTypeController( scoped_refptr<base::MessageLoopProxy> ui_thread, syncer::ModelType type) argument
H A Dproxy_data_type_controller.h20 scoped_refptr<base::MessageLoopProxy> ui_thread,
/external/chromium_org/components/password_manager/core/browser/webdata/
H A Dpassword_web_data_service_win.cc15 scoped_refptr<base::MessageLoopProxy> ui_thread,
17 : WebDataServiceBase(wdbs, callback, ui_thread) {
67 scoped_refptr<base::MessageLoopProxy> ui_thread)
68 : WebDataServiceBase(NULL, ProfileErrorCallback(), ui_thread) {
13 PasswordWebDataService( scoped_refptr<WebDatabaseService> wdbs, scoped_refptr<base::MessageLoopProxy> ui_thread, const ProfileErrorCallback& callback) argument
66 PasswordWebDataService( scoped_refptr<base::MessageLoopProxy> ui_thread) argument
H A Dpassword_web_data_service_win.h43 scoped_refptr<base::MessageLoopProxy> ui_thread,
62 PasswordWebDataService(scoped_refptr<base::MessageLoopProxy> ui_thread);
/external/chromium_org/components/signin/core/browser/webdata/
H A Dtoken_web_data.h38 scoped_refptr<base::MessageLoopProxy> ui_thread,
42 TokenWebData(scoped_refptr<base::MessageLoopProxy> ui_thread,
H A Dtoken_web_data.cc67 scoped_refptr<base::MessageLoopProxy> ui_thread,
70 : WebDataServiceBase(wdbs, callback, ui_thread),
99 TokenWebData::TokenWebData(scoped_refptr<base::MessageLoopProxy> ui_thread, argument
101 : WebDataServiceBase(NULL, ProfileErrorCallback(), ui_thread),
66 TokenWebData(scoped_refptr<WebDatabaseService> wdbs, scoped_refptr<base::MessageLoopProxy> ui_thread, scoped_refptr<base::MessageLoopProxy> db_thread, const ProfileErrorCallback& callback) argument
/external/chromium_org/components/webdata/common/
H A Dweb_data_service_base.cc25 const scoped_refptr<base::MessageLoopProxy>& ui_thread)
26 : base::RefCountedDeleteOnMessageLoop<WebDataServiceBase>(ui_thread),
22 WebDataServiceBase( scoped_refptr<WebDatabaseService> wdbs, const ProfileErrorCallback& callback, const scoped_refptr<base::MessageLoopProxy>& ui_thread) argument
H A Dweb_data_service_base.h49 // WebDataServiceBase is destroyed on |ui_thread|.
52 const scoped_refptr<base::MessageLoopProxy>& ui_thread);
H A Dweb_database_service.cc42 const scoped_refptr<base::MessageLoopProxy>& ui_thread,
44 : base::RefCountedDeleteOnMessageLoop<WebDatabaseService>(ui_thread),
50 DCHECK(ui_thread->BelongsToCurrentThread());
40 WebDatabaseService( const base::FilePath& path, const scoped_refptr<base::MessageLoopProxy>& ui_thread, const scoped_refptr<base::MessageLoopProxy>& db_thread) argument
/external/chromium_org/components/signin/core/browser/
H A Dsignin_manager_cookie_helper.cc16 scoped_refptr<base::MessageLoopProxy> ui_thread,
19 ui_thread_(ui_thread),
14 SigninManagerCookieHelper( net::URLRequestContextGetter* request_context_getter, scoped_refptr<base::MessageLoopProxy> ui_thread, scoped_refptr<base::MessageLoopProxy> io_thread) argument
H A Dsignin_manager_cookie_helper.h28 scoped_refptr<base::MessageLoopProxy> ui_thread,
/external/chromium_org/chrome/browser/webdata/
H A Dweb_data_service_factory.cc77 scoped_refptr<base::MessageLoopProxy> ui_thread = local
81 web_database_ = new WebDatabaseService(path, ui_thread, db_thread);
99 ui_thread,
106 ui_thread,
112 ui_thread,
120 ui_thread,
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_webdata_service.cc30 scoped_refptr<base::MessageLoopProxy> ui_thread,
33 : WebDataServiceBase(wdbs, callback, ui_thread),
34 ui_thread_(ui_thread),
48 scoped_refptr<base::MessageLoopProxy> ui_thread,
51 ui_thread),
52 ui_thread_(ui_thread),
28 AutofillWebDataService( scoped_refptr<WebDatabaseService> wdbs, scoped_refptr<base::MessageLoopProxy> ui_thread, scoped_refptr<base::MessageLoopProxy> db_thread, const ProfileErrorCallback& callback) argument
47 AutofillWebDataService( scoped_refptr<base::MessageLoopProxy> ui_thread, scoped_refptr<base::MessageLoopProxy> db_thread) argument
/external/chromium_org/chrome/browser/
H A Dbrowser_about_handler_unittest.cc68 content::TestBrowserThread ui_thread(BrowserThread::UI, &message_loop);
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_quota_helper_impl.h34 BrowsingDataQuotaHelperImpl(base::MessageLoopProxy* ui_thread,
H A Dbrowsing_data_quota_helper_impl.cc58 base::MessageLoopProxy* ui_thread,
64 ui_thread_(ui_thread),
57 BrowsingDataQuotaHelperImpl( base::MessageLoopProxy* ui_thread, base::MessageLoopProxy* io_thread, storage::QuotaManager* quota_manager) argument
/external/chromium_org/chrome/browser/component_updater/test/
H A Dcomponent_installers_unittest.cc58 content::TestBrowserThread ui_thread(BrowserThread::UI, &message_loop);
/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher_android_unittest.cc46 content::TestBrowserThread ui_thread(BrowserThread::UI, &message_loop_for_ui);
/external/chromium_org/chrome/browser/ui/
H A Dchrome_select_file_policy_unittest.cc92 content::TestBrowserThread ui_thread(BrowserThread::UI, &message_loop);
/external/chromium_org/components/search_engines/
H A Dkeyword_web_data_service.h60 scoped_refptr<base::MessageLoopProxy> ui_thread,

Completed in 388 milliseconds

12