Searched defs:ParsedCookie (Results 1 - 1 of 1) sorted by relevance

/external/chromium/net/base/
H A Dcookie_monster.h49 class ParsedCookie;
551 // in which pre-validation of the ParsedCookie has not been done.
552 CanonicalCookie(const GURL& url, const ParsedCookie& pc);
683 class NET_EXPORT CookieMonster::ParsedCookie { class in class:net::CookieMonster
694 ParsedCookie(const std::string& cookie_line);
695 ~ParsedCookie();
773 DISALLOW_COPY_AND_ASSIGN(ParsedCookie);

Completed in 62 milliseconds