HomeSort by relevance Sort by last modified time
    Searched refs:NotifyInUIThread (Results 1 - 12 of 12) sorted by null

  /external/chromium/chrome/browser/
browsing_data_indexed_db_helper.cc 39 void NotifyInUIThread();
138 this, &BrowsingDataIndexedDBHelperImpl::NotifyInUIThread));
141 void BrowsingDataIndexedDBHelperImpl::NotifyInUIThread() {
291 this, &CannedBrowsingDataIndexedDBHelper::NotifyInUIThread));
294 void CannedBrowsingDataIndexedDBHelper::NotifyInUIThread() {
browsing_data_database_helper.h 77 void NotifyInUIThread();
browsing_data_indexed_db_helper.h 125 void NotifyInUIThread();
browsing_data_local_storage_helper.h 79 void NotifyInUIThread();
browsing_data_database_helper.cc 120 this, &BrowsingDataDatabaseHelper::NotifyInUIThread));
123 void BrowsingDataDatabaseHelper::NotifyInUIThread() {
243 this, &CannedBrowsingDataDatabaseHelper::NotifyInUIThread));
browsing_data_local_storage_helper.cc 126 this, &BrowsingDataLocalStorageHelper::NotifyInUIThread));
129 void BrowsingDataLocalStorageHelper::NotifyInUIThread() {
237 this, &CannedBrowsingDataLocalStorageHelper::NotifyInUIThread));
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_cookie_helper.h 60 void NotifyInUIThread(const net::CookieList& cookies);
browsing_data_database_helper.h 65 void NotifyInUIThread();
browsing_data_database_helper.cc 105 base::Bind(&BrowsingDataDatabaseHelper::NotifyInUIThread, this));
108 void BrowsingDataDatabaseHelper::NotifyInUIThread() {
217 base::Bind(&CannedBrowsingDataDatabaseHelper::NotifyInUIThread, this));
browsing_data_indexed_db_helper.cc 42 void NotifyInUIThread();
118 base::Bind(&BrowsingDataIndexedDBHelperImpl::NotifyInUIThread, this));
121 void BrowsingDataIndexedDBHelperImpl::NotifyInUIThread() {
browsing_data_server_bound_cert_helper.cc 38 void NotifyInUIThread(
113 base::Bind(&BrowsingDataServerBoundCertHelperImpl::NotifyInUIThread,
117 void BrowsingDataServerBoundCertHelperImpl::NotifyInUIThread(
browsing_data_cookie_helper.cc 78 base::Bind(&BrowsingDataCookieHelper::NotifyInUIThread, this, cookies));
81 void BrowsingDataCookieHelper::NotifyInUIThread(

Completed in 66 milliseconds