HomeSort by relevance Sort by last modified time
    Searched refs:kThirdPartyKey (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_constants.cc 47 const char kThirdPartyKey[] = "thirdPartyForCookies";
webrequest_constants.h 51 extern const char kThirdPartyKey[];
webrequest_condition_attribute.cc 80 keys::kThirdPartyKey,
729 DCHECK(name == keys::kThirdPartyKey);
734 keys::kThirdPartyKey);
770 return keys::kThirdPartyKey;
webrequest_condition_attribute_unittest.cc 186 WebRequestConditionAttribute::Create(keys::kThirdPartyKey,
191 EXPECT_EQ(std::string(keys::kThirdPartyKey),
196 WebRequestConditionAttribute::Create(keys::kThirdPartyKey,
201 EXPECT_EQ(std::string(keys::kThirdPartyKey),

Completed in 35 milliseconds