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

  /external/chromium_org/chrome/browser/search_engines/
chrome_template_url_service_client.cc 17 ChromeTemplateURLServiceClient::ChromeTemplateURLServiceClient(Profile* profile)
32 ChromeTemplateURLServiceClient::~ChromeTemplateURLServiceClient() {
35 void ChromeTemplateURLServiceClient::SetOwner(TemplateURLService* owner) {
40 void ChromeTemplateURLServiceClient::DeleteAllSearchTermsForKeyword(
48 void ChromeTemplateURLServiceClient::SetKeywordSearchTermsForURL(
58 void ChromeTemplateURLServiceClient::AddKeywordGeneratedVisit(const GURL& url) {
68 void ChromeTemplateURLServiceClient::RestoreExtensionInfoIfNecessary(
80 void ChromeTemplateURLServiceClient::Observe
    [all...]
chrome_template_url_service_client.h 15 // ChromeTemplateURLServiceClient provides keyword related history
17 class ChromeTemplateURLServiceClient : public TemplateURLServiceClient,
20 explicit ChromeTemplateURLServiceClient(Profile* profile);
21 virtual ~ChromeTemplateURLServiceClient();
44 DISALLOW_COPY_AND_ASSIGN(ChromeTemplateURLServiceClient);
template_url_service_test_util.cc 22 class TestingTemplateURLServiceClient : public ChromeTemplateURLServiceClient {
26 : ChromeTemplateURLServiceClient(profile),
template_url_service_factory.cc 54 new ChromeTemplateURLServiceClient(profile)),
  /external/chromium_org/chrome/browser/ui/views/frame/
test_with_browser_view.cc 42 new ChromeTemplateURLServiceClient(profile)),
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider_unittest.cc 134 new ChromeTemplateURLServiceClient(profile)),
    [all...]
history_url_provider_unittest.cc 179 new ChromeTemplateURLServiceClient(profile)),
    [all...]

Completed in 932 milliseconds