OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kThirdPartyKey
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/extensions/browser/api/declarative_webrequest/
webrequest_constants.cc
47
const char
kThirdPartyKey
[] = "thirdPartyForCookies";
webrequest_constants.h
51
extern const char
kThirdPartyKey
[];
webrequest_condition_attribute.cc
81
keys::
kThirdPartyKey
,
731
DCHECK(name == keys::
kThirdPartyKey
);
736
keys::
kThirdPartyKey
);
772
return keys::
kThirdPartyKey
;
webrequest_condition_attribute_unittest.cc
205
WebRequestConditionAttribute::Create(keys::
kThirdPartyKey
,
210
EXPECT_EQ(std::string(keys::
kThirdPartyKey
),
215
WebRequestConditionAttribute::Create(keys::
kThirdPartyKey
,
220
EXPECT_EQ(std::string(keys::
kThirdPartyKey
),
Completed in 46 milliseconds