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

  /external/chromium/net/base/
cookie_options.h 19 : exclude_httponly_(true),
23 void set_exclude_httponly() { exclude_httponly_ = true; }
24 void set_include_httponly() { exclude_httponly_ = false; }
25 bool exclude_httponly() const { return exclude_httponly_; }
34 bool exclude_httponly_; member in class:net::CookieOptions
  /external/chromium_org/net/cookies/
cookie_options.h 18 : exclude_httponly_(true),
22 void set_exclude_httponly() { exclude_httponly_ = true; }
23 void set_include_httponly() { exclude_httponly_ = false; }
24 bool exclude_httponly() const { return exclude_httponly_; }
36 bool exclude_httponly_; member in class:net::CookieOptions

Completed in 44 milliseconds