Home
last modified time | relevance | path

Searched refs:OmniboxInfo (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/common/extensions/api/omnibox/
Domnibox_handler.cc25 const std::string& OmniboxInfo::GetKeyword(const Extension* extension) { in GetKeyword()
26 OmniboxInfo* info = static_cast<OmniboxInfo*>( in GetKeyword()
38 scoped_ptr<OmniboxInfo> info(new OmniboxInfo); in Parse()
Domnibox_handler.h17 struct OmniboxInfo : public Extension::ManifestData { struct
/external/chromium_org/chrome/browser/extensions/api/omnibox/
Domnibox_api.cc218 const std::string& keyword = OmniboxInfo::GetKeyword(extension); in OnExtensionLoaded()
240 if (!OmniboxInfo::GetKeyword(extension).empty() && url_service_) { in OnExtensionUnloaded()
266 (*i)->id(), (*i)->name(), OmniboxInfo::GetKeyword(*i), in OnTemplateURLsLoaded()
/external/chromium_org/chrome/browser/ui/extensions/
Dextension_installed_bubble.cc45 if (!extensions::OmniboxInfo::GetKeyword(extension).empty()) in ExtensionInstalledBubble()
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dextension_installed_bubble_controller.mm131 } else if (!extensions::OmniboxInfo::GetKeyword(extension).empty()) {
497 base::UTF8ToUTF16(extensions::OmniboxInfo::GetKeyword(extension_)))];
620 if (!extensions::OmniboxInfo::GetKeyword(extension_).empty() ||
/external/chromium_org/chrome/browser/ui/views/extensions/
Dextension_installed_bubble_view.cc147 key = base::UTF8ToUTF16(extensions::OmniboxInfo::GetKeyword(extension)); in InstalledBubbleContent()