HomeSort by relevance Sort by last modified time
    Searched refs:MatchType (Results 1 - 14 of 14) sorted by null

  /external/chromium/chrome/common/extensions/
extension_icon_set.h 30 // size. MatchType is exclusive (do not OR them together).
31 enum MatchType {
36 std::string Get(int size, MatchType match_type) const;
extension_icon_set.cc 22 std::string ExtensionIconSet::Get(int size, MatchType match_type) const {
extension.h 523 int size, ExtensionIconSet::MatchType match_type) const;
524 GURL GetIconURL(int size, ExtensionIconSet::MatchType match_type) const;
    [all...]
extension.cc     [all...]
  /external/chromium/chrome/browser/autocomplete/
history_provider.h 27 enum MatchType {
history_quick_provider.h 59 MatchType match_type,
history_url_provider.h 191 MatchType match_type,
290 MatchType match_type,
history_url_provider.cc 373 MatchType type = INLINE_AUTOCOMPLETE;
459 MatchType match_type,
    [all...]
history_quick_provider.cc 201 MatchType match_type,
  /external/chromium/chrome/browser/ui/webui/
extension_icon_source.h 37 // the corresponding ExtensionIconSet::MatchType enum.
63 ExtensionIconSet::MatchType match,
131 ExtensionIconSet::MatchType match);
extension_icon_source.cc 80 ExtensionIconSet::MatchType match;
91 ExtensionIconSet::MatchType match,
267 ExtensionIconSet::MatchType match_type;
271 match_type = static_cast<ExtensionIconSet::MatchType>(match_num);
297 ExtensionIconSet::MatchType match) {
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberUtilTest.java     [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java 381 public enum MatchType {
575 if (util.isNumberMatch(number, candidate.substring(index)) != MatchType.NSN_MATCH) {
    [all...]
  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.cpp 244 enum MatchType {
262 template <MatchType type> int getScaledValue(const Vector<int>& scaledValues, int valueToMatch, int searchStart)

Completed in 115 milliseconds