/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 {
|
/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;
|
extension_icon_set.cc | 22 std::string ExtensionIconSet::Get(int size, MatchType match_type) const {
|
/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,
|
/external/chromium_org/chrome/common/extensions/manifest_handlers/ |
icons_handler.h | 37 ExtensionIconSet::MatchType match_type); 40 ExtensionIconSet::MatchType match_type);
|
icons_handler.cc | 57 ExtensionIconSet::MatchType match_type) { 65 ExtensionIconSet::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/chromium_org/chrome/browser/ui/webui/extensions/ |
extension_icon_source.h | 37 // the corresponding ExtensionIconSet::MatchType enum. 64 ExtensionIconSet::MatchType match, 139 ExtensionIconSet::MatchType match);
|
extension_icon_source.cc | 72 ExtensionIconSet::MatchType match; 78 ExtensionIconSet::MatchType match, 294 ExtensionIconSet::MatchType match_type; 298 match_type = static_cast<ExtensionIconSet::MatchType>(match_num); 323 ExtensionIconSet::MatchType match) {
|
/external/chromium_org/chrome/browser/autocomplete/ |
history_url_provider.h | 200 enum MatchType { 217 int CalculateRelevance(MatchType match_type, size_t match_number) const; 291 MatchType match_type,
|
keyword_provider_unittest.cc | 20 struct MatchType { 29 const MatchType<ResultType> output[3]; 97 const MatchType<base::string16> kEmptyMatch = { base::string16(), false }; 177 const MatchType<GURL> kEmptyMatch = { GURL(), false }; 212 const MatchType<base::string16> kEmptyMatch = { base::string16(), false };
|
/external/openfst/src/include/fst/ |
matcher.h | 49 // Matcher(const F &fst, MatchType type); 65 // MatchType Type(bool test) const; 114 virtual MatchType Type(bool test) const = 0; 148 SortedMatcher(const F &fst, MatchType match_type, 194 virtual MatchType Type(bool test) const { 311 MatchType match_type_; // Type of match to perform 404 MatchType match_type, 446 virtual MatchType Type(bool test) const { return matcher_->Type(test); } 512 MatchType match_type_; // Type of match requested 578 MatchType match_type [all...] |
lookahead-filter.h | 38 MatchType LookAheadMatchType(const M1 &m1, const M2 &m2) { 39 MatchType type1 = m1.Type(false); 40 MatchType type2 = m2.Type(false); 61 MatchType LookAheadMatchType(const Fst<Arc> &fst1, const Fst<Arc> &fst2) { 76 template <class M1, class M2, MatchType MT> 83 template <class M, MatchType MT> 89 LookAheadSelector(M *lmatcher1, M *lmatcher2, MatchType type) 116 MatchType type_; 128 LookAheadSelector(M1 *lmatcher1, M2 *lmatcher2, MatchType) 160 LookAheadSelector(M1 *lmatcher1, M2 *lmatcher2, MatchType) [all...] |
matcher-fst.h | 42 // Matcher(const F &fst, MatchType type, MatcherData *data); 141 virtual M *InitMatcher(MatchType match_type) const { 152 typename M::MatcherData *GetData(MatchType match_type) const { 212 Matcher(const FST &fst, MatchType match_type) { 226 MatchType Type(bool test) const { return matcher_->Type(test); } 252 LookAheadMatcher(const FST &fst, MatchType match_type) { 267 MatchType Type(bool test) const { return matcher_->Type(test); }
|
lookahead-matcher.h | 50 // LookAheadMatcher(const F &fst, MatchType match_type); 193 TrivialLookAheadMatcher(const FST &fst, MatchType match_type) 205 MatchType Type(bool test) const { return matcher_.Type(test); } 265 ArcLookAheadMatcher(const FST &fst, MatchType match_type, 284 MatchType Type(bool test) const { return matcher_.Type(test); } 438 LabelLookAheadMatcher(const FST &fst, MatchType match_type, 479 MatchType Type(bool test) const { return matcher_.Type(test); } 717 LookAheadMatcher(const F &fst, MatchType match_type) { 736 MatchType Type(bool test) const { return base_->Type(test); }
|
/external/chromium_org/components/autofill/core/browser/ |
form_field.h | 35 enum MatchType { 65 // as specified in the |match_type| bit field (see |MatchType|). If |match| 107 // as specified in the |match_type| bit field (see |MatchType|).
|
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
PhoneNumberUtilTest.java | [all...] |
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
phonenumberutil.h | 128 enum MatchType { 543 MatchType IsNumberMatch(const PhoneNumber& first_number, 551 MatchType IsNumberMatchWithTwoStrings(const string& first_number, 559 MatchType IsNumberMatchWithOneString(const PhoneNumber& first_number, [all...] |
/external/openfst/src/include/fst/script/ |
info-impl.h | 182 MatchType InputMatchType() const { CheckLong(); return input_match_type_; } 183 MatchType OutputMatchType() const { CheckLong(); return output_match_type_; } 221 MatchType input_match_type_; 222 MatchType output_match_type_;
|
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/ |
webrequest_condition_attribute.cc | 313 enum MatchType { kPrefix, kSuffix, kEquals, kContains }; 318 MatchType type, 327 MatchType type, 331 const MatchType type_; 410 MatchType type, 444 MatchType type, 468 StringMatchTest::MatchType match_type;
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
PhoneNumberUtil.java | 434 public enum MatchType { [all...] |