Searched defs:ParsedCookie (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/cookies/
H A Dparsed_cookie.h17 class NET_EXPORT ParsedCookie { class in namespace:net
30 ParsedCookie(const std::string& cookie_line);
31 ~ParsedCookie();
108 // |*_index_| fields in ParsedCookie and is updated to the position where
144 DISALLOW_COPY_AND_ASSIGN(ParsedCookie);
H A Dparsed_cookie.cc157 ParsedCookie::ParsedCookie(const std::string& cookie_line) function in class:net::ParsedCookie
176 ParsedCookie::~ParsedCookie() {
179 bool ParsedCookie::IsValid() const {
183 CookiePriority ParsedCookie::Priority() const {
188 bool ParsedCookie::SetName(const std::string& name) {
197 bool ParsedCookie::SetValue(const std::string& value) {
206 bool ParsedCookie::SetPath(const std::string& path) {
210 bool ParsedCookie
[all...]

Completed in 3601 milliseconds