Home
last modified time | relevance | path

Searched refs:new_resource_keyword_version (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/search_engines/
Dutil.cc157 int* new_resource_keyword_version) { in GetSearchProvidersUsingKeywordResult() argument
164 DCHECK(new_resource_keyword_version); in GetSearchProvidersUsingKeywordResult()
166 *new_resource_keyword_version = 0; in GetSearchProvidersUsingKeywordResult()
195 *new_resource_keyword_version = resource_keyword_version; in GetSearchProvidersUsingKeywordResult()
Dutil.h41 int* new_resource_keyword_version);
Dsearch_provider_install_data.cc252 int new_resource_keyword_version = 0; in OnWebDataServiceRequestDone() local
259 &new_resource_keyword_version); in OnWebDataServiceRequestDone()
Dtemplate_url_model.cc475 int new_resource_keyword_version = 0; in OnWebDataServiceRequestDone() local
481 &new_resource_keyword_version); in OnWebDataServiceRequestDone()
544 if (new_resource_keyword_version && service_.get()) in OnWebDataServiceRequestDone()
545 service_->SetBuiltinKeywordVersion(new_resource_keyword_version); in OnWebDataServiceRequestDone()