Searched defs:kMatch (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/omnibox/
H A Domnibox_unittest.cc22 const int kMatch = ACMatchClassification::MATCH; member in namespace:extensions::__anon3788
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/
H A Dbuiltin_provider.cc79 const int kMatch = kUrl | ACMatchClassification::MATCH; local
88 styles.push_back(ACMatchClassification(0, highlight ? kMatch : kUrl));
116 styles.push_back(ACMatchClassification(0, kMatch));
134 styles.push_back(ACMatchClassification(0, kMatch));
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h182 enum EditType { kMatch, kAdd, kRemove, kReplace }; enumerator in enum:testing::internal::edit_distance::EditType

Completed in 126 milliseconds