Searched refs:ParsedCookie (Results 1 – 9 of 9) sorted by relevance
234 const CookieMonster::ParsedCookie& pc, in GetCookieDomain()273 const CookieMonster::ParsedCookie& pc) { in CanonPath()280 Time CanonExpirationInternal(const CookieMonster::ParsedCookie& pc, in CanonExpirationInternal()302 Time CanonExpiration(const CookieMonster::ParsedCookie& pc, in CanonExpiration()1196 ParsedCookie pc(cookie_line); in SetCookieWithCreationTimeAndOptions()1633 CookieMonster::ParsedCookie::ParsedCookie(const std::string& cookie_line) in ParsedCookie() function in net::CookieMonster::ParsedCookie1654 CookieMonster::ParsedCookie::~ParsedCookie() { in ~ParsedCookie()1685 const char CookieMonster::ParsedCookie::kTerminator[] = "\n\r\0";1686 const int CookieMonster::ParsedCookie::kTerminatorLen =1688 const char CookieMonster::ParsedCookie::kWhitespace[] = " \t";[all …]
121 CookieMonster::ParsedCookie pc("a=b"); in TEST()156 CookieMonster::ParsedCookie pc( in TEST()173 CookieMonster::ParsedCookie pc("BLAHHH; path=/; secure;"); in TEST()183 CookieMonster::ParsedCookie pc("BLAHHH; Path=/; sECuRe; httpONLY"); in TEST()195 CookieMonster::ParsedCookie pc("\"BLA\\\"HHH\"; path=/; secure;"); in TEST()206 CookieMonster::ParsedCookie pc("a=\"B"); in TEST()214 CookieMonster::ParsedCookie pc("=ABC"); in TEST()222 CookieMonster::ParsedCookie pc("ABC=; path = /wee"); in TEST()232 CookieMonster::ParsedCookie pc(" A = BC ;secure;;; httponly"); in TEST()245 CookieMonster::ParsedCookie pc(" A=== BC ;secure;;; httponly"); in TEST()[all …]
49 class ParsedCookie; variable552 CanonicalCookie(const GURL& url, const ParsedCookie& pc);683 class NET_EXPORT CookieMonster::ParsedCookie {694 ParsedCookie(const std::string& cookie_line);695 ~ParsedCookie();773 DISALLOW_COPY_AND_ASSIGN(ParsedCookie);
31 CookieMonster::ParsedCookie pc(cookie); in TEST()42 CookieMonster::ParsedCookie pc(cookie); in TEST()
83 CookieMonster::ParsedCookie pc(cookie_line); in AddCookieToList()
19 net::CookieMonster::ParsedCookie pc(cookieLine);
28 net::CookieMonster::ParsedCookie pc(cookieLine);
98 net::CookieMonster::ParsedCookie pc(cookie_line); in SetCookieString()
519 net::CookieMonster::ParsedCookie pc(cookie_line); in gtk_chrome_cookie_view_display_cookie_string()