HomeSort by relevance Sort by last modified time
    Searched full:ui_thread (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/chromium_org/components/gcm_driver/
fake_gcm_client_factory.cc 15 const scoped_refptr<base::SequencedTaskRunner>& ui_thread,
18 ui_thread_(ui_thread),
fake_gcm_client_factory.h 25 const scoped_refptr<base::SequencedTaskRunner>& ui_thread,
  /external/chromium_org/components/sync_driver/
device_info_data_type_controller.cc 13 const scoped_refptr<base::MessageLoopProxy>& ui_thread,
18 ui_thread,
data_type_controller.cc 14 scoped_refptr<base::MessageLoopProxy> ui_thread,
16 : base::RefCountedDeleteOnMessageLoop<DataTypeController>(ui_thread),
proxy_data_type_controller.cc 10 scoped_refptr<base::MessageLoopProxy> ui_thread,
12 : DataTypeController(ui_thread, base::Closure()),
device_info_data_type_controller.h 18 const scoped_refptr<base::MessageLoopProxy>& ui_thread,
proxy_data_type_controller.h 20 scoped_refptr<base::MessageLoopProxy> ui_thread,
ui_data_type_controller.cc 27 scoped_refptr<base::MessageLoopProxy> ui_thread,
31 : DataTypeController(ui_thread, error_callback),
36 ui_thread_(ui_thread) {
  /external/chromium_org/components/password_manager/core/browser/webdata/
password_web_data_service_win.cc 15 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) {
password_web_data_service_win.h 43 scoped_refptr<base::MessageLoopProxy> ui_thread,
62 PasswordWebDataService(scoped_refptr<base::MessageLoopProxy> ui_thread);
  /external/chromium_org/components/signin/core/browser/webdata/
token_web_data.cc 67 scoped_refptr<base::MessageLoopProxy> ui_thread,
70 : WebDataServiceBase(wdbs, callback, ui_thread),
99 TokenWebData::TokenWebData(scoped_refptr<base::MessageLoopProxy> ui_thread,
101 : WebDataServiceBase(NULL, ProfileErrorCallback(), ui_thread),
token_web_data.h 38 scoped_refptr<base::MessageLoopProxy> ui_thread,
42 TokenWebData(scoped_refptr<base::MessageLoopProxy> ui_thread,
  /external/chromium_org/components/webdata/common/
web_data_service_base.cc 25 const scoped_refptr<base::MessageLoopProxy>& ui_thread)
26 : base::RefCountedDeleteOnMessageLoop<WebDataServiceBase>(ui_thread),
web_database_service.cc 42 const scoped_refptr<base::MessageLoopProxy>& ui_thread,
44 : base::RefCountedDeleteOnMessageLoop<WebDatabaseService>(ui_thread),
50 DCHECK(ui_thread->BelongsToCurrentThread());
web_data_service_base.h 49 // WebDataServiceBase is destroyed on |ui_thread|.
52 const scoped_refptr<base::MessageLoopProxy>& ui_thread);
  /external/chromium_org/components/signin/core/browser/
signin_manager_cookie_helper.cc 16 scoped_refptr<base::MessageLoopProxy> ui_thread,
19 ui_thread_(ui_thread),
signin_manager_cookie_helper.h 28 scoped_refptr<base::MessageLoopProxy> ui_thread,
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_service.cc 30 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),
autofill_webdata_service.h 42 AutofillWebDataService(scoped_refptr<base::MessageLoopProxy> ui_thread,
45 scoped_refptr<base::MessageLoopProxy> ui_thread,
  /external/chromium_org/chrome/browser/webdata/
web_data_service_factory.cc 77 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/search_engines/
keyword_web_data_service.cc 36 scoped_refptr<base::MessageLoopProxy> ui_thread,
38 : WebDataServiceBase(wdbs, callback, ui_thread),
  /external/chromium_org/chrome/browser/
browser_about_handler_unittest.cc 68 content::TestBrowserThread ui_thread(BrowserThread::UI, &message_loop);
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_quota_helper_impl.h 34 BrowsingDataQuotaHelperImpl(base::MessageLoopProxy* ui_thread,
  /external/chromium_org/chrome/browser/metrics/
thread_watcher_android_unittest.cc 46 content::TestBrowserThread ui_thread(BrowserThread::UI, &message_loop_for_ui);
  /external/chromium_org/chrome/browser/component_updater/test/
component_installers_unittest.cc 58 content::TestBrowserThread ui_thread(BrowserThread::UI, &message_loop);

Completed in 1613 milliseconds

1 2 3