Home
last modified time | relevance | path

Searched defs:cookieName (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebCookieJar.h48 virtual void deleteCookie(const WebURL&, const WebString& cookieName) { } in deleteCookie()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DCookieJar.cpp101 void deleteCookie(const Document* document, const KURL& url, const String& cookieName) in deleteCookie()
/external/chromium_org/third_party/skia/tools/bug_chomper/src/server/
Dserver.go42 const cookieName = "BugChomperCookie" const
/external/skia/tools/bug_chomper/src/server/
Dserver.go42 const cookieName = "BugChomperCookie" const
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorPageAgent.cpp712 void InspectorPageAgent::deleteCookie(ErrorString*, const String& cookieName, const String& url) in deleteCookie()