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

  /external/chromium_org/net/cookies/
parsed_cookie.h 48 bool IsHttpOnly() const { return httponly_index_ != 0; }
139 size_t httponly_index_; member in class:net::ParsedCookie
  /external/chromium/net/base/
cookie_monster.h 713 bool IsHttpOnly() const { return httponly_index_ != 0; }
771 size_t httponly_index_; member in class:net::CookieMonster::ParsedCookie
    [all...]

Completed in 1324 milliseconds