Home | Sort by relevance Sort by last modified time |
/external/chromium/net/http/ | |
http_auth_handler.h | 112 bool encrypts_identity() const { function in class:net::HttpAuthHandler 113 return (properties_ & ENCRYPTS_IDENTITY) != 0; 139 ENCRYPTS_IDENTITY = 1 << 0, |
/external/chromium_org/net/http/ | |
http_auth_handler.h | 112 bool encrypts_identity() const { function in class:net::HttpAuthHandler 113 return (properties_ & ENCRYPTS_IDENTITY) != 0; 144 ENCRYPTS_IDENTITY = 1 << 0, |