Home
last modified time | relevance | path

Searched refs:kOmnibox (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/common/extensions/api/omnibox/
Domnibox_handler.cc27 extension->GetManifestData(manifest_keys::kOmnibox)); in GetKeyword()
40 if (!extension->manifest()->GetDictionary(manifest_keys::kOmnibox, in Parse()
47 extension->SetManifestData(manifest_keys::kOmnibox, info.release()); in Parse()
52 return SingleKey(manifest_keys::kOmnibox); in Keys()
/external/chromium_org/ash/touch/
Dtouch_uma.cc300 const char kOmnibox[] = "BrowserOmniboxViewViews"; in FindGestureActionType() local
301 if (name == kOmnibox) { in FindGestureActionType()
/external/chromium_org/extensions/common/
Dmanifest_constants.cc95 const char kOmnibox[] = "omnibox"; variable
Dmanifest_constants.h104 extern const char kOmnibox[];