Searched refs:SetInstantURL (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/browser/webdata/ |
D | keyword_table_unittest.cc | 82 template_url.SetInstantURL("http://instant/", 0, 0); in TEST_F() 178 template_url.SetInstantURL("http://instant2/", 0, 0); in TEST_F()
|
D | keyword_table.cc | 184 template_url->SetInstantURL(s.ColumnString(16), 0, 0); in GetKeywords()
|
/external/chromium/chrome/browser/search_engines/ |
D | template_url.h | 342 void SetInstantURL(const std::string& url, int index_offset, int page_offset);
|
D | template_url.cc | 622 void TemplateURL::SetInstantURL(const std::string& url, in SetInstantURL() function in TemplateURL
|
D | template_url_model_unittest.cc | 705 template_url->SetInstantURL("http://instant", 0, 0); in TEST_F()
|
D | template_url_model.cc | 851 (*default_provider)->SetInstantURL(instant_url, 0, 0); in LoadDefaultSearchProviderFromPrefs()
|
D | template_url_prepopulate_data.cc | 3381 new_turl->SetInstantURL(WideToUTF8(instant_url), 0, 0); in MakePrepopulatedTemplateURL()
|
/external/chromium/chrome/browser/instant/ |
D | instant_browsertest.cc | 66 template_url->SetInstantURL(url, 0, 0); in SetupInstantProvider()
|