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

  /external/chromium_org/content/browser/geolocation/
fake_access_token_store.cc 28 void FakeAccessTokenStore::NotifyDelegateTokensLoaded() {
33 base::Bind(&FakeAccessTokenStore::NotifyDelegateTokensLoaded, this));
fake_access_token_store.h 20 void NotifyDelegateTokensLoaded();
42 // In some tests, NotifyDelegateTokensLoaded() is called on a thread
location_arbitrator_impl_unittest.cc 182 access_token_store_->NotifyDelegateTokensLoaded();
208 access_token_store_->NotifyDelegateTokensLoaded();
223 access_token_store_->NotifyDelegateTokensLoaded();
299 access_token_store_->NotifyDelegateTokensLoaded();
317 access_token_store_->NotifyDelegateTokensLoaded();

Completed in 59 milliseconds