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

  /external/chromium_org/net/cookies/
canonical_cookie.h 83 bool IsHttpOnly() const { return httponly_; }
154 bool httponly_; member in class:net::CanonicalCookie
canonical_cookie.cc 109 httponly_(false) {
127 httponly_(httponly),
139 httponly_(pc.IsHttpOnly()),
  /external/chromium/net/base/
cookie_monster.h 588 bool IsHttpOnly() const { return httponly_; }
642 bool httponly_; member in class:net::CookieMonster::CanonicalCookie
    [all...]
cookie_monster.cc     [all...]

Completed in 26 milliseconds