OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exclude_httponly_
(Results
1 - 1
of
1
) sorted by null
/external/chromium/net/base/
cookie_options.h
17
CookieOptions() :
exclude_httponly_
(true) {}
18
void set_exclude_httponly() {
exclude_httponly_
= true; }
19
void set_include_httponly() {
exclude_httponly_
= false; }
20
bool exclude_httponly() const { return
exclude_httponly_
; }
22
bool
exclude_httponly_
;
member in class:net::CookieOptions
Completed in 29 milliseconds