Searched refs:OmniboxInfo (Results 1 – 6 of 6) sorted by relevance
25 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()
17 struct OmniboxInfo : public Extension::ManifestData { struct
218 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()
45 if (!extensions::OmniboxInfo::GetKeyword(extension).empty()) in ExtensionInstalledBubble()
131 } else if (!extensions::OmniboxInfo::GetKeyword(extension).empty()) {497 base::UTF8ToUTF16(extensions::OmniboxInfo::GetKeyword(extension_)))];620 if (!extensions::OmniboxInfo::GetKeyword(extension_).empty() ||
147 key = base::UTF8ToUTF16(extensions::OmniboxInfo::GetKeyword(extension)); in InstalledBubbleContent()