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

  /external/chromium_org/net/cookies/
canonical_cookie.h 83 bool IsHttpOnly() const { return httponly_; }
parsed_cookie.h 50 bool IsHttpOnly() const { return httponly_index_ != 0; }

Completed in 196 milliseconds