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

  /external/chromium/chrome/browser/autocomplete/
history_provider.h 27 enum MatchType {
  /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;
  /external/chromium_org/chrome/common/extensions/
extension_icon_set.h 15 // size. MatchType is exclusive (do not OR them together).
16 enum MatchType {
40 std::string Get(int size, MatchType match_type) const;
  /external/chromium_org/components/autofill/core/browser/
form_field.h 35 enum MatchType {
63 // as specified in the |match_type| bit field (see |MatchType|). If |match|
105 // as specified in the |match_type| bit field (see |MatchType|).
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.h 213 enum MatchType {
230 int CalculateRelevance(MatchType match_type, size_t match_number) const;
307 MatchType match_type,
keyword_provider_unittest.cc 20 struct MatchType {
29 const MatchType<ResultType> output[3];
95 const MatchType<string16> kEmptyMatch = { string16(), false };
168 const MatchType<GURL> kEmptyMatch = { GURL(), false };
203 const MatchType<string16> kEmptyMatch = { string16(), false };
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumberutil.h 128 enum MatchType {
531 MatchType IsNumberMatch(const PhoneNumber& first_number,
539 MatchType IsNumberMatchWithTwoStrings(const string& first_number,
547 MatchType IsNumberMatchWithOneString(const PhoneNumber& first_number,
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_condition_attribute.cc 314 enum MatchType { kPrefix, kSuffix, kEquals, kContains };
319 MatchType type,
328 MatchType type,
332 const MatchType type_;
411 MatchType type,
445 MatchType type,
469 StringMatchTest::MatchType match_type;
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberUtil.java 434 public enum MatchType {
    [all...]
  /external/openfst/src/include/fst/
fst.h 148 enum MatchType { MATCH_INPUT, // Match input label.
274 virtual MatcherBase<A> *InitMatcher(MatchType match_type) const;
529 MatcherBase<A> *Fst<A>::InitMatcher(MatchType match_type) const {
  /art/runtime/
debugger.cc     [all...]

Completed in 573 milliseconds