Searched defs:name_match (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_codec_database.cc512 bool name_match = false; local
519 name_match = (STR_CASE_CMP(database_[id].plname, payload_name) == 0);
529 if (name_match && frequency_match && channels_match) {
/external/chromium_org/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_condition_attribute.cc352 // Takes ownership of the content of both |name_match| and |value_match|.
353 HeaderMatchTest(ScopedVector<const StringMatchTest>* name_match,
454 ScopedVector<const StringMatchTest>* name_match,
456 : name_match_(name_match->Pass()),
464 ScopedVector<const StringMatchTest> name_match; local
498 is_name ? &name_match : &value_match;
523 new HeaderMatchTest(&name_match, &value_match));
453 HeaderMatchTest( ScopedVector<const StringMatchTest>* name_match, ScopedVector<const StringMatchTest>* value_match) argument

Completed in 122 milliseconds