HomeSort by relevance Sort by last modified time
    Searched defs:deleteCookie (Results 1 - 12 of 12) sorted by null

  /external/webkit/LayoutTests/http/tests/cookies/resources/
cookie-utility.php 4 function deleteCookie($value, $name)
10 array_walk($_COOKIE, deleteCookie);
  /external/webkit/Source/WebCore/platform/network/chromium/
CookieJarChromium.cpp 65 void deleteCookie(const Document* document, const KURL& url, const String& cookieName)
67 return PlatformBridge::deleteCookie(document, url, cookieName);
  /external/webkit/Source/WebCore/platform/haiku/
CookieJarHaiku.cpp 73 void deleteCookie(const Document*, const KURL&, const String&)
  /external/webkit/Source/WebCore/platform/network/curl/
CookieJarCurl.cpp 59 void deleteCookie(const Document*, const KURL&, const String&)
  /external/webkit/Source/WebCore/platform/network/soup/
CookieJarSoup.cpp 120 void deleteCookie(const Document*, const KURL&, const String&)
  /external/webkit/Source/WebCore/platform/network/win/
CookieJarWin.cpp 84 void deleteCookie(const Document*, const KURL&, const String&)
  /external/webkit/Source/WebCore/platform/qt/
CookieJarQt.cpp 131 void deleteCookie(const Document*, const KURL&, const String&)
  /external/webkit/Source/WebKit/chromium/public/
WebCookieJar.h 47 virtual void deleteCookie(const WebURL&, const WebString& cookieName) { }
  /external/webkit/Source/WebCore/inspector/
InspectorPageAgent.cpp 201 void InspectorPageAgent::deleteCookie(ErrorString*, const String& cookieName, const String& domain)
210 WebCore::deleteCookie(document, KURL(ParsedURLString, it->second->url()), cookieName);
  /external/webkit/Source/WebCore/platform/network/cf/
CookieJarCFNet.cpp 215 void deleteCookie(const Document*, const KURL& url, const String& name)
  /external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp 309 void PlatformBridge::deleteCookie(const Document* document, const KURL& url, const String& cookieName)
313 cookieJar->deleteCookie(url, cookieName);
    [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 447 milliseconds