Home
last modified time | relevance | path

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

/external/chromium_org/components/search_engines/
Dutil.cc315 int* new_resource_keyword_version, in GetSearchProvidersUsingKeywordResult() argument
320 DCHECK(new_resource_keyword_version); in GetSearchProvidersUsingKeywordResult()
341 *new_resource_keyword_version = keyword_result.builtin_keyword_version; in GetSearchProvidersUsingKeywordResult()
345 new_resource_keyword_version, in GetSearchProvidersUsingKeywordResult()
Dutil.h99 int* new_resource_keyword_version,
Dtemplate_url_service.cc842 int new_resource_keyword_version = 0; in OnWebDataServiceRequestDone() local
851 &new_resource_keyword_version, in OnWebDataServiceRequestDone()
877 if (new_resource_keyword_version) in OnWebDataServiceRequestDone()
878 web_data_service_->SetBuiltinKeywordVersion(new_resource_keyword_version); in OnWebDataServiceRequestDone()