HomeSort by relevance Sort by last modified time
    Searched defs:OnLoaded (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store_perftest.cc 38 void OnLoaded(const std::vector<net::CanonicalCookie*>& cookies) {
49 store_->Load(base::Bind(&SQLitePersistentCookieStorePerfTest::OnLoaded,
sqlite_persistent_cookie_store_unittest.cc 83 void OnLoaded(const CanonicalCookieVector& cookies) {
95 store_->Load(base::Bind(&SQLitePersistentCookieStoreTest::OnLoaded,
288 store_->Load(base::Bind(&SQLitePersistentCookieStoreTest::OnLoaded,
  /external/chromium_org/chrome/browser/net/
sqlite_server_bound_cert_store_unittest.cc 28 store_->Load(base::Bind(&SQLiteServerBoundCertStoreTest::OnLoaded,
36 void OnLoaded(
  /external/chromium_org/chrome/browser/search_engines/
template_url_fetcher.cc 53 void OnLoaded();
93 base::Bind(&TemplateURLFetcher::RequestDelegate::OnLoaded,
111 void TemplateURLFetcher::RequestDelegate::OnLoaded() {
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary_unittest.cc 91 // A wrapper around SpellcheckCustomDictionary::OnLoaded private method to
94 void OnLoaded(
97 dictionary.OnLoaded(custom_words);
775 OnLoaded(*custom_dictionary, custom_words);
817 OnLoaded(*custom_dictionary, custom_words);
    [all...]
spellcheck_custom_dictionary.cc 290 base::Bind(&SpellcheckCustomDictionary::OnLoaded,
433 void SpellcheckCustomDictionary::OnLoaded(WordList custom_words) {
  /external/chromium_org/content/browser/media/
webrtc_identity_store_backend.cc 212 base::Bind(&WebRTCIdentityStoreBackend::OnLoaded,
340 void WebRTCIdentityStoreBackend::OnLoaded(scoped_ptr<IdentityMap> out_map) {