OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDim
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/extensions/
extension_omnibox_unittest.cc
15
const int
kDim
= ACMatchClassification::DIM;
54
styles_expected.push_back(ACMatchClassification(6,
kDim
));
87
styles_expected.push_back(ACMatchClassification(1, kUrl | kMatch |
kDim
));
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
23
const int
kDim
= ACMatchClassification::DIM;
64
styles_expected.push_back(ACMatchClassification(6,
kDim
));
137
styles_expected.push_back(ACMatchClassification(1, kUrl | kMatch |
kDim
));
141
styles_expected.push_back(ACMatchClassification(9, kMatch |
kDim
));
225
styles_expected.push_back(ACMatchClassification(0, kUrl | kMatch |
kDim
));
Completed in 81 milliseconds