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

  /external/chromium_org/net/cookies/
canonical_cookie.cc 109 httponly_(false) {
127 httponly_(httponly),
139 httponly_(pc.IsHttpOnly()),
408 cc->httponly_ = httponly_;
canonical_cookie.h 83 bool IsHttpOnly() const { return httponly_; }
160 bool httponly_; member in class:net::CanonicalCookie

Completed in 56 milliseconds