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

  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.cc 76 if (!extension_->omnibox_keyword().empty()) {
77 type_ = OMNIBOX_KEYWORD;
163 } else if (type_ == OMNIBOX_KEYWORD) {
238 if (type_ == OMNIBOX_KEYWORD) {
241 UTF8ToUTF16(extension_->omnibox_keyword())).c_str());
267 if (type_ == OMNIBOX_KEYWORD) {
  /external/chromium/chrome/browser/ui/views/extensions/
extension_installed_bubble.cc 120 if (type_ == ExtensionInstalledBubble::OMNIBOX_KEYWORD) {
123 UTF8ToUTF16(extension->omnibox_keyword()))));
173 type_ == ExtensionInstalledBubble::OMNIBOX_KEYWORD) {
199 type_ == ExtensionInstalledBubble::OMNIBOX_KEYWORD) {
251 if (!extension_->omnibox_keyword().empty()) {
252 type_ = OMNIBOX_KEYWORD;
330 } else if (type_ == OMNIBOX_KEYWORD) {
348 if (type_ == OMNIBOX_KEYWORD) {
  /external/chromium/chrome/common/extensions/
extension.h 613 const std::string omnibox_keyword() const { return omnibox_keyword_; } function in class:Extension
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_model.cc 323 if (extension->omnibox_keyword().empty())
333 string16 keyword = UTF8ToUTF16(extension->omnibox_keyword());
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_service.cc     [all...]

Completed in 223 milliseconds