Home
last modified time | relevance | path

Searched refs:OMNIBOX_API_EXTENSION (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/autocomplete/
Dkeyword_provider.cc202 if (template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION) { in GetKeywordForText()
281 (template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION)) { in Start()
316 template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION; in Start()
483 int message_id = (element->GetType() == TemplateURL::OMNIBOX_API_EXTENSION) ? in FillInURLAndContents()
490 (element->GetType() != TemplateURL::OMNIBOX_API_EXTENSION)) { in FillInURLAndContents()
Dautocomplete_controller.cc554 if (template_url->GetType() != TemplateURL::OMNIBOX_API_EXTENSION) { in UpdateKeywordDescriptions()
Dsearch_provider.cc1273 (keyword_url->GetType() != TemplateURL::OMNIBOX_API_EXTENSION)) { in ConvertResultsToAutocompleteMatches()
/external/chromium_org/chrome/browser/search_engines/
Dsearch_provider_install_data.cc151 DCHECK(template_url->GetType() != TemplateURL::OMNIBOX_API_EXTENSION); in IsSameOrigin()
268 DCHECK(template_url->GetType() != TemplateURL::OMNIBOX_API_EXTENSION); in SetDefault()
Dtemplate_url_service.cc606 TemplateURL::OMNIBOX_API_EXTENSION)) { in RegisterOmniboxKeyword()
616 extension_id, TemplateURL::OMNIBOX_API_EXTENSION); in UnregisterOmniboxKeyword()
868 template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION; in GetKeywordShortName()
1517 (best_fallback->GetType() != TemplateURL::OMNIBOX_API_EXTENSION) || in RemoveFromMaps()
1518 ((turl->GetType() == TemplateURL::OMNIBOX_API_EXTENSION) && in RemoveFromMaps()
1538 template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION; in AddToMaps()
1551 existing_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION; in AddToMaps()
2128 DCHECK_NE(TemplateURL::OMNIBOX_API_EXTENSION, url->GetType()); in SetDefaultSearchProviderNoNotify()
2375 (turl.GetType() != TemplateURL::OMNIBOX_API_EXTENSION)) { in UniquifyKeyword()
2615 TemplateURL::OMNIBOX_API_EXTENSION) && in AddTemplateURLsAndSetupDefaultEngine()
Dtemplate_url.h556 OMNIBOX_API_EXTENSION, enumerator
Dtemplate_url.cc1149 OMNIBOX_API_EXTENSION : NORMAL; in GetType()
1305 DCHECK(GetType() != OMNIBOX_API_EXTENSION); in ResetKeywordIfNecessary()
/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_current_page_delegate_impl.cc71 if (template_url->GetType() != TemplateURL::OMNIBOX_API_EXTENSION) in ProcessExtensionKeyword()
Domnibox_popup_model.cc196 (template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION)) { in GetIconIfExtensionMatch()
/external/chromium_org/chrome/browser/ui/search_engines/
Dtemplate_url_table_model.cc156 else if (template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION) in Reload()
/external/chromium_org/chrome/browser/extensions/api/omnibox/
Domnibox_api.cc373 DCHECK(keyword->GetType() == TemplateURL::OMNIBOX_API_EXTENSION); in ApplyDefaultSuggestionForExtensionKeyword()
/external/chromium_org/chrome/browser/webdata/
Dkeyword_table.cc645 bool delete_entry = turl.GetType() == TemplateURL::OMNIBOX_API_EXTENSION; in MigrateKeywordsTableForVersion45()
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dlocation_bar_view_mac.mm580 (template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION)) {
/external/chromium_org/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.cc744 (template_url->GetType() == TemplateURL::OMNIBOX_API_EXTENSION)) { in Layout()