OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kMatch
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/extensions/
extension_omnibox_unittest.cc
14
const int
kMatch
= ACMatchClassification::MATCH;
52
styles_expected.push_back(ACMatchClassification(1,
kMatch
));
86
styles_expected.push_back(ACMatchClassification(0, kUrl |
kMatch
));
87
styles_expected.push_back(ACMatchClassification(1, kUrl |
kMatch
| kDim));
88
styles_expected.push_back(ACMatchClassification(3, kUrl |
kMatch
));
91
styles_expected.push_back(ACMatchClassification(9,
kMatch
| kDim));
126
styles_expected.push_back(ACMatchClassification(0, kUrl |
kMatch
| kDim));
/external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_unittest.cc
22
const int
kMatch
= ACMatchClassification::MATCH;
62
styles_expected.push_back(ACMatchClassification(1,
kMatch
));
136
styles_expected.push_back(ACMatchClassification(0, kUrl |
kMatch
));
137
styles_expected.push_back(ACMatchClassification(1, kUrl |
kMatch
| kDim));
138
styles_expected.push_back(ACMatchClassification(3, kUrl |
kMatch
));
141
styles_expected.push_back(ACMatchClassification(9,
kMatch
| kDim));
225
styles_expected.push_back(ACMatchClassification(0, kUrl |
kMatch
| kDim));
/external/chromium_org/chrome/browser/autocomplete/
builtin_provider.cc
70
const int
kMatch
= kUrl | ACMatchClassification::MATCH;
80
styles.push_back(ACMatchClassification(0, highlight ?
kMatch
: kUrl));
101
styles.push_back(ACMatchClassification(0,
kMatch
));
/art/compiler/dex/
frontend.h
56
kMatch
,
Completed in 1557 milliseconds