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

  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_condition_attribute.cc 718 : match_third_party_(match_third_party) {}
762 return match_third_party_ ? !is_first_party : is_first_party;
780 return match_third_party_ == casted_other->match_third_party_;
webrequest_condition_attribute.h 239 const bool match_third_party_; member in class:extensions::WebRequestConditionAttributeThirdParty

Completed in 443 milliseconds