/external/chromium_org/components/autofill/core/browser/ |
D | form_field.cc | 77 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 …]
|
D | form_field.h | 71 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/ |
D | extension_icon_set.cc | 22 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()
|
D | extension_icon_set.h | 40 std::string Get(int size, MatchType match_type) const;
|
/external/chromium_org/extensions/common/manifest_handlers/ |
D | icons_handler.cc | 39 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()
|
D | icons_handler.h | 30 ExtensionIconSet::MatchType match_type); 33 ExtensionIconSet::MatchType match_type);
|
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
D | extension_icon_source.cc | 295 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/ |
D | webrequest_condition_attribute.cc | 469 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/ |
D | libxt_sctp.c | 228 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/ |
D | lldb.cpp | 395 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/ |
D | history_url_provider.h | 237 static int CalculateRelevance(MatchType match_type, int match_number); 325 MatchType match_type,
|
D | base_search_provider.cc | 884 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()
|
D | shortcuts_backend.cc | 145 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()
|
D | history_url_provider.cc | 642 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()
|
D | autocomplete_provider_unittest.cc | 162 const AutocompleteMatch::Type match_type; member 384 aqs_test_data[i].match_type); in RunAssistedQueryStatsTest()
|
/external/lldb/include/lldb/ |
D | lldb-private.h | 76 NameMatches (const char *name, NameMatchType match_type, const char *match);
|
/external/chromium_org/extensions/browser/ |
D | extension_icon_image.cc | 49 ExtensionIconSet::MatchType match_type) { in GetExtensionIconResource() argument 50 std::string path = icons.Get(size, match_type); in GetExtensionIconResource()
|
/external/chromium_org/chrome/browser/omnibox/ |
D | omnibox_field_trial_unittest.cc | 49 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/ |
D | url_blacklist_manager.cc | 70 URLQueryElementMatcherCondition::Type match_type = in ProcessQueryToConditions() local 96 match_type, in ProcessQueryToConditions()
|
/external/chromium_org/chrome/browser/ui/cocoa/website_settings/ |
D | website_settings_bubble_controller_unittest.mm | 176 NSTextField* FindTextField(MatchType match_type, NSString* text) { 187 bool desired_result = match_type == TEXT_EQUAL;
|
/external/chromium_org/components/url_matcher/ |
D | url_matcher.h | 248 Type match_type,
|
D | url_matcher.cc | 572 Type match_type, in URLQueryElementMatcherCondition() argument 574 match_type_ = match_type; in URLQueryElementMatcherCondition()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_macsec_qca.c | 278 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/ |
D | rfc2131.c | 227 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()
|
D | option.c | 2173 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()
|