/external/chromium_org/chrome/browser/search_engines/ |
D | template_url_fetcher.cc | 53 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/ |
D | spellcheck_custom_dictionary_unittest.cc | 94 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 …]
|
D | spellcheck_custom_dictionary.h | 144 void OnLoaded(chrome::spellcheck_common::WordList custom_words);
|
D | spellcheck_custom_dictionary.cc | 290 base::Bind(&SpellcheckCustomDictionary::OnLoaded, in Load() 433 void SpellcheckCustomDictionary::OnLoaded(WordList custom_words) { in OnLoaded() function in SpellcheckCustomDictionary
|
/external/chromium_org/content/browser/net/ |
D | sqlite_persistent_cookie_store_perftest.cc | 38 void OnLoaded(const std::vector<net::CanonicalCookie*>& cookies) { in OnLoaded() function in content::SQLitePersistentCookieStorePerfTest 49 store_->Load(base::Bind(&SQLitePersistentCookieStorePerfTest::OnLoaded, in Load()
|
D | sqlite_persistent_cookie_store_unittest.cc | 83 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/ |
D | webrtc_identity_store_backend.h | 102 void OnLoaded(scoped_ptr<IdentityMap> out_map);
|
D | webrtc_identity_store_backend.cc | 212 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/ |
D | default_server_bound_cert_store.h | 105 void OnLoaded(scoped_ptr<ScopedVector<ServerBoundCert> > certs);
|
D | default_server_bound_cert_store.cc | 332 store_->Load(base::Bind(&DefaultServerBoundCertStore::OnLoaded, in InitStore() 336 void DefaultServerBoundCertStore::OnLoaded( in OnLoaded() function in net::DefaultServerBoundCertStore
|
/external/chromium_org/chrome/browser/net/ |
D | sqlite_server_bound_cert_store_unittest.cc | 28 store_->Load(base::Bind(&SQLiteServerBoundCertStoreTest::OnLoaded, in Load() 36 void OnLoaded( in OnLoaded() function in SQLiteServerBoundCertStoreTest
|
/external/chromium_org/chrome/renderer/extensions/ |
D | dispatcher.h | 175 void OnLoaded(
|
D | dispatcher.cc | 492 IPC_MESSAGE_HANDLER(ExtensionMsg_Loaded, OnLoaded) in OnControlMessageReceived() 613 void Dispatcher::OnLoaded( in OnLoaded() function in extensions::Dispatcher
|
/external/chromium_org/net/cookies/ |
D | cookie_monster.h | 467 void OnLoaded(base::TimeTicks beginning_time,
|
D | cookie_monster.cc | 1440 store_->Load(base::Bind(&CookieMonster::OnLoaded, this, TimeTicks::Now())); in InitStore() 1443 void CookieMonster::OnLoaded(TimeTicks beginning_time, in OnLoaded() function in net::CookieMonster
|