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

/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DParsedCookie.cpp40 ParsedCookie::ParsedCookie(double currentTime) function in class:WebCore::ParsedCookie
52 ParsedCookie::ParsedCookie(const String& name, const String& value, const String& domain, const String& protocol, const String& path, double expiry, double lastAccessed, double creationTime, bool isSecure, bool isHttpOnly) function in class:WebCore::ParsedCookie
[all...]
H A DParsedCookie.h45 class ParsedCookie : public RefCounted<ParsedCookie> { class in namespace:WebCore

Completed in 65 milliseconds