Home
last modified time | relevance | path

Searched refs:IsExtensionKeyword (Results 1 – 12 of 12) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dkeyword_provider.cc189 template_url->IsExtensionKeyword()) { in Start()
221 template_url->IsExtensionKeyword()) { in Start()
320 int message_id = element->IsExtensionKeyword() ? in FillInURLAndContents()
327 !element->IsExtensionKeyword()) { in FillInURLAndContents()
432 if (!element->IsExtensionKeyword()) { in CreateAutocompleteMatch()
Dautocomplete_popup_model.cc164 if (template_url->IsExtensionKeyword()) { in GetKeywordForText()
227 if (!match.template_url || !match.template_url->IsExtensionKeyword()) in GetIconIfExtensionMatch()
Dautocomplete_edit.cc509 if (template_url && template_url->IsExtensionKeyword()) { in OpenURL()
/external/chromium/chrome/browser/extensions/
Dextension_omnibox_apitest.cc124 EXPECT_TRUE(match.template_url->IsExtensionKeyword()); in IN_PROC_BROWSER_TEST_F()
Dextension_omnibox_api.cc237 DCHECK(keyword->IsExtensionKeyword()); in ApplyDefaultSuggestionForExtensionKeyword()
/external/chromium/chrome/browser/search_engines/
Dtemplate_url.cc694 DCHECK(IsExtensionKeyword()); in GetExtensionId()
698 bool TemplateURL::IsExtensionKeyword() const { in IsExtensionKeyword() function in TemplateURL
Dtemplate_url.h474 bool IsExtensionKeyword() const;
Dtemplate_url_model.cc201 t_url->IsExtensionKeyword()) in GenerateSearchURLUsingTermsData()
365 if ((*i)->IsExtensionKeyword() && (*i)->url()->GetHost() == extension->id()) in GetTemplateURLForExtension()
558 *is_extension_keyword = template_url->IsExtensionKeyword(); in GetKeywordShortName()
/external/chromium/chrome/browser/ui/search_engines/
Dtemplate_url_table_model.cc162 !template_url->IsExtensionKeyword()) { in Reload()
/external/chromium/chrome/browser/instant/
Dinstant_controller.cc640 if (match.template_url && match.template_url->IsExtensionKeyword()) in ShouldShowPreviewFor()
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dlocation_bar_view_mac.mm470 if (template_url && template_url->IsExtensionKeyword()) {
/external/chromium/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.cc545 if (template_url && template_url->IsExtensionKeyword()) { in Layout()