Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/search_engines/
Dtemplate_url_fetcher.cc53 void OnLoaded();
93 base::Bind(&TemplateURLFetcher::RequestDelegate::OnLoaded, in RequestDelegate()
111 void TemplateURLFetcher::RequestDelegate::OnLoaded() { in OnLoaded() function in TemplateURLFetcher::RequestDelegate
/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_custom_dictionary_unittest.cc94 void OnLoaded( in OnLoaded() function in SpellcheckCustomDictionaryTest
97 dictionary.OnLoaded(custom_words); in OnLoaded()
775 OnLoaded(*custom_dictionary, custom_words); in TEST_F()
817 OnLoaded(*custom_dictionary, custom_words); in TEST_F()
864 OnLoaded(*custom_dictionary, to_add); in TEST_F()
891 OnLoaded(*custom_dictionary, custom_words); in TEST_F()
906 OnLoaded(*custom_dictionary, WordList()); in TEST_F()
926 OnLoaded(*custom_dictionary, WordList()); in TEST_F()
956 OnLoaded(*custom_dictionary, WordList()); in TEST_F()
957 OnLoaded(*custom_dictionary2, WordList()); in TEST_F()
[all …]
Dspellcheck_custom_dictionary.h144 void OnLoaded(chrome::spellcheck_common::WordList custom_words);
Dspellcheck_custom_dictionary.cc290 base::Bind(&SpellcheckCustomDictionary::OnLoaded, in Load()
433 void SpellcheckCustomDictionary::OnLoaded(WordList custom_words) { in OnLoaded() function in SpellcheckCustomDictionary
/external/chromium_org/content/browser/net/
Dsqlite_persistent_cookie_store_perftest.cc38 void OnLoaded(const std::vector<net::CanonicalCookie*>& cookies) { in OnLoaded() function in content::SQLitePersistentCookieStorePerfTest
49 store_->Load(base::Bind(&SQLitePersistentCookieStorePerfTest::OnLoaded, in Load()
Dsqlite_persistent_cookie_store_unittest.cc83 void OnLoaded(const CanonicalCookieVector& cookies) { in OnLoaded() function in content::SQLitePersistentCookieStoreTest
95 store_->Load(base::Bind(&SQLitePersistentCookieStoreTest::OnLoaded, in Load()
288 store_->Load(base::Bind(&SQLitePersistentCookieStoreTest::OnLoaded, in TEST_F()
/external/chromium_org/content/browser/media/
Dwebrtc_identity_store_backend.h102 void OnLoaded(scoped_ptr<IdentityMap> out_map);
Dwebrtc_identity_store_backend.cc212 base::Bind(&WebRTCIdentityStoreBackend::OnLoaded, in FindIdentity()
340 void WebRTCIdentityStoreBackend::OnLoaded(scoped_ptr<IdentityMap> out_map) { in OnLoaded() function in content::WebRTCIdentityStoreBackend
/external/chromium_org/net/ssl/
Ddefault_server_bound_cert_store.h105 void OnLoaded(scoped_ptr<ScopedVector<ServerBoundCert> > certs);
Ddefault_server_bound_cert_store.cc332 store_->Load(base::Bind(&DefaultServerBoundCertStore::OnLoaded, in InitStore()
336 void DefaultServerBoundCertStore::OnLoaded( in OnLoaded() function in net::DefaultServerBoundCertStore
/external/chromium_org/chrome/browser/net/
Dsqlite_server_bound_cert_store_unittest.cc28 store_->Load(base::Bind(&SQLiteServerBoundCertStoreTest::OnLoaded, in Load()
36 void OnLoaded( in OnLoaded() function in SQLiteServerBoundCertStoreTest
/external/chromium_org/chrome/renderer/extensions/
Ddispatcher.h175 void OnLoaded(
Ddispatcher.cc492 IPC_MESSAGE_HANDLER(ExtensionMsg_Loaded, OnLoaded) in OnControlMessageReceived()
613 void Dispatcher::OnLoaded( in OnLoaded() function in extensions::Dispatcher
/external/chromium_org/net/cookies/
Dcookie_monster.h467 void OnLoaded(base::TimeTicks beginning_time,
Dcookie_monster.cc1440 store_->Load(base::Bind(&CookieMonster::OnLoaded, this, TimeTicks::Now())); in InitStore()
1443 void CookieMonster::OnLoaded(TimeTicks beginning_time, in OnLoaded() function in net::CookieMonster