Home
last modified time | relevance | path

Searched refs:match_type (Results 1 – 25 of 29) sorted by relevance

12

/external/chromium_org/components/autofill/core/browser/
Dform_field.cc77 int match_type, in ParseFieldSpecifics() argument
84 if (!MatchesFormControlType(field->form_control_type, match_type)) in ParseFieldSpecifics()
87 return MatchAndAdvance(scanner, pattern, match_type, match); in ParseFieldSpecifics()
113 int match_type, in MatchAndAdvance() argument
116 if (FormField::Match(field, pattern, match_type)) { in MatchAndAdvance()
129 int match_type) { in Match() argument
130 if ((match_type & FormField::MATCH_LABEL) && in Match()
135 if ((match_type & FormField::MATCH_NAME) && in Match()
140 if ((match_type & FormField::MATCH_VALUE) && in Match()
173 int match_type) { in MatchesFormControlType() argument
[all …]
Dform_field.h71 int match_type,
103 int match_type,
110 int match_type);
122 static bool MatchesFormControlType(const std::string& type, int match_type);
/external/chromium_org/extensions/common/
Dextension_icon_set.cc22 std::string ExtensionIconSet::Get(int size, MatchType match_type) const { in Get()
25 if (match_type == MATCH_EXACTLY) { in Get()
28 } else if (match_type == MATCH_SMALLER) { in Get()
39 DCHECK(match_type == MATCH_BIGGER); in Get()
Dextension_icon_set.h40 std::string Get(int size, MatchType match_type) const;
/external/chromium_org/extensions/common/manifest_handlers/
Dicons_handler.cc39 ExtensionIconSet::MatchType match_type) { in GetIconResource() argument
40 std::string path = GetIcons(extension).Get(size, match_type); in GetIconResource()
47 ExtensionIconSet::MatchType match_type) { in GetIconURL() argument
48 std::string path = GetIcons(extension).Get(size, match_type); in GetIconURL()
Dicons_handler.h30 ExtensionIconSet::MatchType match_type);
33 ExtensionIconSet::MatchType match_type);
/external/chromium_org/chrome/browser/ui/webui/extensions/
Dextension_icon_source.cc295 ExtensionIconSet::MatchType match_type; in ParseData() local
299 match_type = static_cast<ExtensionIconSet::MatchType>(match_num); in ParseData()
300 if (!(match_type == ExtensionIconSet::MATCH_EXACTLY || in ParseData()
301 match_type == ExtensionIconSet::MATCH_SMALLER || in ParseData()
302 match_type == ExtensionIconSet::MATCH_BIGGER)) in ParseData()
303 match_type = ExtensionIconSet::MATCH_EXACTLY; in ParseData()
313 SetData(request_id, callback, extension, grayscale, size, match_type); in ParseData()
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
Dwebrequest_condition_attribute.cc469 StringMatchTest::MatchType match_type; in Create() local
472 match_type = StringMatchTest::kPrefix; in Create()
475 match_type = StringMatchTest::kSuffix; in Create()
478 match_type = StringMatchTest::kContains; in Create()
481 match_type = StringMatchTest::kEquals; in Create()
483 match_type = StringMatchTest::kPrefix; in Create()
485 match_type = StringMatchTest::kSuffix; in Create()
487 match_type = StringMatchTest::kContains; in Create()
489 match_type = StringMatchTest::kEquals; in Create()
505 StringMatchTest::Create(*it, match_type, !is_name).release()); in Create()
[all …]
/external/iptables/extensions/
Dlibxt_sctp.c228 const char *match_type, in parse_sctp_chunks() argument
231 DEBUGP("Match type: %s Chunks: %s\n", match_type, chunks); in parse_sctp_chunks()
232 if (!strcasecmp(match_type, "ANY")) { in parse_sctp_chunks()
234 } else if (!strcasecmp(match_type, "ALL")) { in parse_sctp_chunks()
236 } else if (!strcasecmp(match_type, "ONLY")) { in parse_sctp_chunks()
/external/lldb/source/
Dlldb.cpp395 NameMatchType match_type, in NameMatches() argument
398 if (match_type == eNameMatchIgnore) in NameMatches()
408 switch (match_type) in NameMatches()
/external/chromium_org/chrome/browser/autocomplete/
Dhistory_url_provider.h237 static int CalculateRelevance(MatchType match_type, int match_number);
325 MatchType match_type,
Dbase_search_provider.cc884 AutocompleteMatchType::Type match_type = in ParseSuggestResults() local
887 match_type = GetAutocompleteMatchType(type); in ParseSuggestResults()
895 if ((match_type == AutocompleteMatchType::NAVSUGGEST) || in ParseSuggestResults()
896 (match_type == AutocompleteMatchType::NAVSUGGEST_PERSONALIZED)) { in ParseSuggestResults()
905 *this, url, match_type, title, deletion_url, is_keyword_result, in ParseSuggestResults()
930 match_type = AutocompleteMatchType::SEARCH_SUGGEST_ANSWER; in ParseSuggestResults()
943 base::CollapseWhitespace(suggestion, false), match_type, in ParseSuggestResults()
Dshortcuts_backend.cc145 const AutocompleteMatch::Type match_type = GetTypeForShortcut(match.type); in MatchToMatchCore() local
149 match.search_terms_args->search_terms, match_type, in MatchToMatchCore()
160 normalized_match.transition, match_type, normalized_match.keyword); in MatchToMatchCore()
Dhistory_url_provider.cc642 int HistoryURLProvider::CalculateRelevance(MatchType match_type, in CalculateRelevance() argument
644 switch (match_type) { in CalculateRelevance()
1093 MatchType match_type, in HistoryMatchToACMatch() argument
1109 std::string languages = (match_type == WHAT_YOU_TYPED) ? in HistoryMatchToACMatch()
Dautocomplete_provider_unittest.cc162 const AutocompleteMatch::Type match_type; member
384 aqs_test_data[i].match_type); in RunAssistedQueryStatsTest()
/external/lldb/include/lldb/
Dlldb-private.h76 NameMatches (const char *name, NameMatchType match_type, const char *match);
/external/chromium_org/extensions/browser/
Dextension_icon_image.cc49 ExtensionIconSet::MatchType match_type) { in GetExtensionIconResource() argument
50 std::string path = icons.Get(size, match_type); in GetExtensionIconResource()
/external/chromium_org/chrome/browser/omnibox/
Domnibox_field_trial_unittest.cc49 AutocompleteMatchType::Type match_type,
68 AutocompleteMatchType::Type match_type, in VerifyDemotion() argument
71 demotions.find(match_type); in VerifyDemotion()
/external/chromium_org/components/policy/core/browser/
Durl_blacklist_manager.cc70 URLQueryElementMatcherCondition::Type match_type = in ProcessQueryToConditions() local
96 match_type, in ProcessQueryToConditions()
/external/chromium_org/chrome/browser/ui/cocoa/website_settings/
Dwebsite_settings_bubble_controller_unittest.mm176 NSTextField* FindTextField(MatchType match_type, NSString* text) {
187 bool desired_result = match_type == TEXT_EQUAL;
/external/chromium_org/components/url_matcher/
Durl_matcher.h248 Type match_type,
Durl_matcher.cc572 Type match_type, in URLQueryElementMatcherCondition() argument
574 match_type_ = match_type; in URLQueryElementMatcherCondition()
/external/wpa_supplicant_8/src/drivers/
Ddriver_macsec_qca.c278 rx_ctl_filt.match_type = IG_CTL_COMPARE_ETHER_TYPE; in __macsec_drv_init()
287 tx_ctl_filt.match_type = EG_CTL_COMPARE_ETHER_TYPE; in __macsec_drv_init()
/external/dnsmasq/src/
Drfc2131.c227 if (vendor->match_type == MATCH_CIRCUIT) in dhcp_reply()
229 else if (vendor->match_type == MATCH_REMOTE) in dhcp_reply()
231 else if (vendor->match_type == MATCH_SUBSCRIBER) in dhcp_reply()
670 if (vendor->match_type == MATCH_VENDOR) in dhcp_reply()
672 else if (vendor->match_type == MATCH_USER) in dhcp_reply()
Doption.c2173 new->match_type = MATCH_USER; in one_opt()
2176 new->match_type = MATCH_VENDOR; in one_opt()
2179 new->match_type = MATCH_CIRCUIT; in one_opt()
2182 new->match_type = MATCH_REMOTE; in one_opt()
2185 new->match_type = MATCH_SUBSCRIBER; in one_opt()

12