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

  /external/chromium/chrome/browser/search_engines/
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);
template_url_model_unittest.cc 279 WebDataService* GetWebDataService() { return test_util_.GetWebDataService(); }
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.cc 84 autofill_helper::GetWebDataService(profile);
166 scoped_refptr<AutofillWebDataService> GetWebDataService(int index) {
191 scoped_refptr<AutofillWebDataService> wds = GetWebDataService(profile);
223 scoped_refptr<AutofillWebDataService> wds = GetWebDataService(profile);
  /external/chromium/android/autofill/
profile_android.h 163 virtual WebDataService* GetWebDataService(ServiceAccessType sat) { NOTREACHED(); return NULL; }
  /external/chromium/chrome/browser/profiles/
profile.cc 346 virtual WebDataService* GetWebDataService(ServiceAccessType sat) {
348 return profile_->GetWebDataService(sat);
profile_impl.cc     [all...]

Completed in 199 milliseconds