Searched refs:OnLoaded (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/content/browser/media/
H A Dwebrtc_identity_store_backend.h102 void OnLoaded(scoped_ptr<IdentityMap> out_map);
H A Dwebrtc_identity_store_backend.cc212 base::Bind(&WebRTCIdentityStoreBackend::OnLoaded,
340 void WebRTCIdentityStoreBackend::OnLoaded(scoped_ptr<IdentityMap> out_map) { function in class:content::WebRTCIdentityStoreBackend
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store_perftest.cc38 void OnLoaded(const std::vector<net::CanonicalCookie*>& cookies) { function in class:content::SQLitePersistentCookieStorePerfTest
49 store_->Load(base::Bind(&SQLitePersistentCookieStorePerfTest::OnLoaded,
H A Dsqlite_persistent_cookie_store_unittest.cc83 void OnLoaded(const CanonicalCookieVector& cookies) { function in class:content::SQLitePersistentCookieStoreTest
95 store_->Load(base::Bind(&SQLitePersistentCookieStoreTest::OnLoaded,
288 store_->Load(base::Bind(&SQLitePersistentCookieStoreTest::OnLoaded,
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_fetcher.cc53 void OnLoaded();
93 base::Bind(&TemplateURLFetcher::RequestDelegate::OnLoaded,
111 void TemplateURLFetcher::RequestDelegate::OnLoaded() { function in class:TemplateURLFetcher::RequestDelegate
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary.h144 void OnLoaded(chrome::spellcheck_common::WordList custom_words);
H A Dspellcheck_custom_dictionary_unittest.cc91 // A wrapper around SpellcheckCustomDictionary::OnLoaded private method to
94 void OnLoaded( function in class:SpellcheckCustomDictionaryTest
97 dictionary.OnLoaded(custom_words);
775 OnLoaded(*custom_dictionary, custom_words);
817 OnLoaded(*custom_dictionary, custom_words);
864 OnLoaded(*custom_dictionary, to_add);
891 OnLoaded(*custom_dictionary, custom_words);
906 OnLoaded(*custom_dictionary, WordList());
926 OnLoaded(*custom_dictionary, WordList());
956 OnLoaded(*custom_dictionar
[all...]
H A Dspellcheck_custom_dictionary.cc290 base::Bind(&SpellcheckCustomDictionary::OnLoaded,
433 void SpellcheckCustomDictionary::OnLoaded(WordList custom_words) { function in class:SpellcheckCustomDictionary
/external/chromium_org/net/ssl/
H A Ddefault_server_bound_cert_store.h105 void OnLoaded(scoped_ptr<ScopedVector<ServerBoundCert> > certs);
H A Ddefault_server_bound_cert_store.cc332 store_->Load(base::Bind(&DefaultServerBoundCertStore::OnLoaded,
336 void DefaultServerBoundCertStore::OnLoaded( function in class:net::DefaultServerBoundCertStore
/external/chromium_org/chrome/browser/net/
H A Dsqlite_server_bound_cert_store_unittest.cc28 store_->Load(base::Bind(&SQLiteServerBoundCertStoreTest::OnLoaded,
36 void OnLoaded( function in class:SQLiteServerBoundCertStoreTest
/external/chromium_org/chrome/renderer/extensions/
H A Ddispatcher.h175 void OnLoaded(
H A Ddispatcher.cc492 IPC_MESSAGE_HANDLER(ExtensionMsg_Loaded, OnLoaded)
613 void Dispatcher::OnLoaded( function in class:extensions::Dispatcher
/external/chromium_org/net/cookies/
H A Dcookie_monster.h467 void OnLoaded(base::TimeTicks beginning_time,
H A Dcookie_monster.cc75 // of cookie load completion is received via CookieMonster::OnLoaded. This
1440 store_->Load(base::Bind(&CookieMonster::OnLoaded, this, TimeTicks::Now()));
1443 void CookieMonster::OnLoaded(TimeTicks beginning_time, function in class:net::CookieMonster

Completed in 2309 milliseconds