Home
last modified time | relevance | path

Searched refs:same_scheme_string (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/net/cookies/
H A Dsite_for_cookies.cc58 std::string same_scheme_string = schemefully_same_ ? "true" : "false"; in ToDebugString() local
60 "; schemefully_same=", same_scheme_string, "}"}); in ToDebugString()