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

  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_indexed_db_helper.h 73 void NotifyInUIThread();
browsing_data_indexed_db_helper.cc 73 base::Bind(&BrowsingDataIndexedDBHelper::NotifyInUIThread, this));
76 void BrowsingDataIndexedDBHelper::NotifyInUIThread() {
browsing_data_cookie_helper.h 60 void NotifyInUIThread(const net::CookieList& cookies);
browsing_data_database_helper.h 65 void 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(
browsing_data_database_helper.cc 104 base::Bind(&BrowsingDataDatabaseHelper::NotifyInUIThread, this));
107 void BrowsingDataDatabaseHelper::NotifyInUIThread() {

Completed in 789 milliseconds