HomeSort by relevance Sort by last modified time
    Searched refs:ParsedCookie (Results 1 - 7 of 7) sorted by null

  /external/chromium/net/base/
cookie_monster.cc 234 const CookieMonster::ParsedCookie& pc,
273 const CookieMonster::ParsedCookie& pc) {
280 Time CanonExpirationInternal(const CookieMonster::ParsedCookie& pc,
302 Time CanonExpiration(const CookieMonster::ParsedCookie& pc,
    [all...]
cookie_monster.h 49 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 {
694 ParsedCookie(const std::string& cookie_line);
695 ~ParsedCookie();
    [all...]
cookie_monster_unittest.cc 121 CookieMonster::ParsedCookie pc("a=b");
156 CookieMonster::ParsedCookie pc(
173 CookieMonster::ParsedCookie pc("BLAHHH; path=/; secure;");
183 CookieMonster::ParsedCookie pc("BLAHHH; Path=/; sECuRe; httpONLY");
195 CookieMonster::ParsedCookie pc("\"BLA\\\"HHH\"; path=/; secure;");
206 CookieMonster::ParsedCookie pc("a=\"B");
214 CookieMonster::ParsedCookie pc("=ABC");
222 CookieMonster::ParsedCookie pc("ABC=; path = /wee");
232 CookieMonster::ParsedCookie pc(" A = BC ;secure;;; httponly");
245 CookieMonster::ParsedCookie pc(" A=== BC ;secure;;; httponly")
    [all...]
cookie_monster_perftest.cc 31 CookieMonster::ParsedCookie pc(cookie);
42 CookieMonster::ParsedCookie pc(cookie);
cookie_monster_store_test.cc 83 CookieMonster::ParsedCookie pc(cookie_line);
  /external/chromium/chrome/browser/ui/views/
cookie_info_view.cc 98 net::CookieMonster::ParsedCookie pc(cookie_line);
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_cookie_view.cc 519 net::CookieMonster::ParsedCookie pc(cookie_line);

Completed in 2112 milliseconds