HomeSort by relevance Sort by last modified time
    Searched full:value_match (Results 1 - 1 of 1) sorted by null

  /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|.
353 ScopedVector<const StringMatchTest>* value_match);
454 ScopedVector<const StringMatchTest>* value_match)
456 value_match_(value_match->Pass()) {}
464 ScopedVector<const StringMatchTest> value_match; local
496 is_name ? &name_match : &value_match;
521 new HeaderMatchTest(&name_match, &value_match));

Completed in 648 milliseconds