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

  /external/chromium_org/chrome/browser/signin/
signin_manager_cookie_helper.h 46 void NotifyOnUIThread(const net::CookieList& cookies);
signin_manager_cookie_helper.cc 64 base::Bind(&SigninManagerCookieHelper::NotifyOnUIThread, this, cookies));
67 void SigninManagerCookieHelper::NotifyOnUIThread(
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_file_system_helper.cc 50 void NotifyOnUIThread();
74 // so that it can be triggered via NotifyOnUIThread. This only mutates on the
80 // NotifyOnUIThread triggers the success callback.
161 base::Bind(&BrowsingDataFileSystemHelperImpl::NotifyOnUIThread, this));
164 void BrowsingDataFileSystemHelperImpl::NotifyOnUIThread() {
265 base::Bind(&CannedBrowsingDataFileSystemHelper::NotifyOnUIThread, this));
268 void CannedBrowsingDataFileSystemHelper::NotifyOnUIThread() {
browsing_data_file_system_helper.h 149 void NotifyOnUIThread();
159 // that it can be triggered via NotifyOnUIThread.
164 // NotifyOnUIThread triggers the success callback.
  /external/chromium/chrome/browser/policy/
user_policy_identity_strategy.cc 45 void NotifyOnUIThread(const std::string& token,
102 &UserPolicyIdentityStrategy::TokenCache::NotifyOnUIThread,
107 void UserPolicyIdentityStrategy::TokenCache::NotifyOnUIThread(

Completed in 89 milliseconds