Home
last modified time | relevance | path

Searched defs:rawCookies (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebCookieJar.h46 …virtual void rawCookies(const WebURL&, const WebURL& firstPartyForCookies, WebVector<WebCookie>&) … in rawCookies() function
/external/webkit/Source/WebCore/platform/network/chromium/
DCookieJarChromium.cpp60 bool getRawCookies(const Document* document, const KURL& url, Vector<Cookie>& rawCookies) in getRawCookies()
/external/webkit/Source/WebCore/platform/haiku/
DCookieJarHaiku.cpp66 bool getRawCookies(const Document*, const KURL&, Vector<Cookie>& rawCookies) in getRawCookies()
/external/webkit/Source/WebCore/platform/network/curl/
DCookieJarCurl.cpp52 bool getRawCookies(const Document*, const KURL&, Vector<Cookie>& rawCookies) in getRawCookies()
/external/webkit/Source/WebCore/platform/network/win/
DCookieJarWin.cpp77 bool getRawCookies(const Document*, const KURL&, Vector<Cookie>& rawCookies) in getRawCookies()
/external/webkit/Source/WebCore/platform/network/soup/
DCookieJarSoup.cpp113 bool getRawCookies(const Document*, const KURL&, Vector<Cookie>& rawCookies) in getRawCookies()
/external/webkit/Source/WebCore/platform/qt/
DCookieJarQt.cpp124 bool getRawCookies(const Document*, const KURL&, Vector<Cookie>& rawCookies) in getRawCookies()
/external/webkit/Source/WebCore/platform/network/cf/
DCookieJarCFNet.cpp181 bool getRawCookies(const Document*, const KURL& url, Vector<Cookie>& rawCookies) in getRawCookies()
/external/webkit/Source/WebKit/chromium/src/
DPlatformBridge.cpp285 bool PlatformBridge::rawCookies(const Document* document, const KURL& url, Vector<Cookie>& rawCooki… in rawCookies() function in WebCore::PlatformBridge