Home
last modified time | relevance | path

Searched defs:schemefully_same (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/net/cookies/
H A Dsite_for_cookies.h117 bool schemefully_same() const { return schemefully_same_; } in schemefully_same() function
119 void SetSchemefullySameForTesting(bool schemefully_same) { in SetSchemefullySameForTesting()
H A Dsite_for_cookies.cc39 bool schemefully_same, in FromWire()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/public/cpp/
H A Dnet_ipc_param_traits.cc564 bool schemefully_same; in Read() local