OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:name_match
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/autofill/
name_field.cc
41
const string16
name_match
= l10n_util::GetStringUTF16(IDS_AUTOFILL_NAME_RE);
local
42
if (ParseText(iter,
name_match
, &field))
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_condition_attribute.cc
351
// Takes ownership of the content of both |
name_match
| and |value_match|.
352
HeaderMatchTest(ScopedVector<const StringMatchTest>*
name_match
,
453
ScopedVector<const StringMatchTest>*
name_match
,
455
: name_match_(
name_match
->Pass()),
463
ScopedVector<const StringMatchTest>
name_match
;
local
496
is_name ? &
name_match
: &value_match;
521
new HeaderMatchTest(&
name_match
, &value_match));
Completed in 34 milliseconds