Searched defs:MatchType (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dhistory_provider.h27 enum MatchType { enum in class:HistoryProvider
/external/chromium/chrome/common/extensions/
H A Dextension_icon_set.h30 // size. MatchType is exclusive (do not OR them together).
31 enum MatchType { enum in class:ExtensionIconSet
36 std::string Get(int size, MatchType match_type) const;
/external/webkit/Source/WebCore/platform/image-decoders/
H A DImageDecoder.cpp244 enum MatchType { enum in namespace:WebCore::__anon11930
262 template <MatchType type> int getScaledValue(const Vector<int>& scaledValues, int valueToMatch, int searchStart)
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java381 public enum MatchType { enum in class:PhoneNumberUtil
575 if (util.isNumberMatch(number, candidate.substring(index)) != MatchType.NSN_MATCH) {
2525 public MatchType isNumberMatch(PhoneNumber firstNumberIn, PhoneNumber secondNumberIn) {
2550 return MatchType.NO_MATCH;
2557 return MatchType.EXACT_MATCH;
2563 return MatchType.SHORT_NSN_MATCH;
2566 return MatchType.NO_MATCH;
2573 return MatchType.NSN_MATCH;
2576 return MatchType.SHORT_NSN_MATCH;
2578 return MatchType
[all...]

Completed in 519 milliseconds