HomeSort by relevance Sort by last modified time
    Searched refs:NotifyInUIThread (Results 1 - 6 of 6) 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));

Completed in 57 milliseconds