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

  /external/chromium/chrome/browser/search_engines/
template_url_model_test_util.h 80 WebDataService* GetWebDataService();
template_url_model_test_util.cc 69 virtual WebDataService* GetWebDataService(ServiceAccessType access) {
198 model()->service_ = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
226 WebDataService* TemplateURLModelTestUtil::GetWebDataService() {
227 return profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
search_provider_install_state_message_filter.cc 22 provider_data_(profile->GetWebDataService(Profile::EXPLICIT_ACCESS),
search_provider_install_data_unittest.cc 169 util_.GetWebDataService(),
template_url_model_unittest.cc 279 WebDataService* GetWebDataService() { return test_util_.GetWebDataService(); }
    [all...]
template_url_model.cc 442 service_ = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
    [all...]
  /external/chromium/chrome/browser/autofill/
personal_data_manager.cc 176 profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
369 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
425 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
484 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
545 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
786 profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
809 profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
863 profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
934 profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
personal_data_manager_unittest.cc 476 WebDataService* wds = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
    [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_data_type_controller_unittest.cc 110 EXPECT_CALL(profile_, GetWebDataService(_)).
196 EXPECT_CALL(profile_, GetWebDataService(_)).
autofill_data_type_controller.cc 77 web_data_service_ = profile_->GetWebDataService(Profile::IMPLICIT_ACCESS);
  /external/chromium/chrome/browser/profiles/
profile.cc 346 virtual WebDataService* GetWebDataService(ServiceAccessType sat) {
348 return profile_->GetWebDataService(sat);
profile.h 312 virtual WebDataService* GetWebDataService(ServiceAccessType access) = 0;
314 // Similar to GetWebDataService(), but won't create the web data service if it
profile_impl.h 72 virtual WebDataService* GetWebDataService(ServiceAccessType sat);
profile_impl.cc     [all...]
  /external/chromium/android/autofill/
profile_android.h 163 virtual WebDataService* GetWebDataService(ServiceAccessType sat) { NOTREACHED(); return NULL; }
  /external/chromium/chrome/browser/
autocomplete_history_manager.cc 82 web_data_service_ = profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
browsing_data_remover.cc 227 profile_->GetWebDataService(Profile::EXPLICIT_ACCESS);
  /external/chromium/chrome/browser/net/gaia/
token_service.cc 48 web_data_service_ = profile->GetWebDataService(Profile::EXPLICIT_ACCESS);
  /external/chromium/chrome/browser/importer/
profile_writer.cc 41 profile_->GetWebDataService(Profile::EXPLICIT_ACCESS)->AddIE7Login(info);
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 320 EXPECT_CALL(profile_, GetWebDataService(_)).
    [all...]

Completed in 265 milliseconds