OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParsedCookie
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/cookies/
parsed_cookie.cc
157
ParsedCookie
::
ParsedCookie
(const std::string& cookie_line)
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
::SetDomain(const std::string& domain)
[
all
...]
parsed_cookie.h
17
class NET_EXPORT
ParsedCookie
{
28
ParsedCookie
(const std::string& cookie_line);
29
~
ParsedCookie
();
106
// |*_index_| fields in
ParsedCookie
and is updated to the position where
142
DISALLOW_COPY_AND_ASSIGN(
ParsedCookie
);
/external/chromium/net/base/
cookie_monster.h
49
class
ParsedCookie
;
551
// in which pre-validation of the
ParsedCookie
has not been done.
552
CanonicalCookie(const GURL& url, const
ParsedCookie
& pc);
683
class NET_EXPORT CookieMonster::
ParsedCookie
{
694
ParsedCookie
(const std::string& cookie_line);
695
~
ParsedCookie
();
[
all
...]
Completed in 131 milliseconds