OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:komnibox
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/common/extensions/api/omnibox/
omnibox_handler.cc
27
extension->GetManifestData(manifest_keys::
kOmnibox
));
40
if (!extension->manifest()->GetDictionary(manifest_keys::
kOmnibox
,
47
extension->SetManifestData(manifest_keys::
kOmnibox
, info.release());
52
return SingleKey(manifest_keys::
kOmnibox
);
/external/chromium_org/ash/touch/
touch_uma.cc
300
const char
kOmnibox
[] = "BrowserOmniboxViewViews";
301
if (name ==
kOmnibox
) {
/external/chromium_org/extensions/common/
manifest_constants.h
104
extern const char
kOmnibox
[];
manifest_constants.cc
95
const char
kOmnibox
[] = "omnibox";
[
all
...]
Completed in 256 milliseconds