OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deleteCookiesForHostname
(Results
1 - 16
of
16
) sorted by null
/external/webkit/Source/WebCore/platform/
CookieJar.h
50
void
deleteCookiesForHostname
(const String& hostname);
/external/webkit/Source/WebCore/platform/efl/
CookieJarEfl.cpp
60
void
deleteCookiesForHostname
(const String& hostname)
/external/webkit/Source/WebCore/platform/network/android/
CookieJarAndroid.cpp
60
void
deleteCookiesForHostname
(const String& hostname)
/external/webkit/Source/WebKit2/WebProcess/Cookies/
WebCookieManager.h
56
void
deleteCookiesForHostname
(const String&);
WebCookieManager.cpp
69
void WebCookieManager::
deleteCookiesForHostname
(const String& hostname)
73
WebCore::
deleteCookiesForHostname
(hostname);
/external/webkit/Source/WebCore/platform/haiku/
CookieJarHaiku.cpp
83
void
deleteCookiesForHostname
(const String& hostname)
/external/webkit/Source/WebCore/platform/network/chromium/
CookieJarChromium.cpp
75
void
deleteCookiesForHostname
(const String& hostname)
/external/webkit/Source/WebCore/platform/network/curl/
CookieJarCurl.cpp
76
void
deleteCookiesForHostname
(const String& hostname)
/external/webkit/Source/WebCore/platform/network/win/
CookieJarWin.cpp
94
void
deleteCookiesForHostname
(const String& hostname)
/external/webkit/Source/WebKit2/UIProcess/API/C/
WKCookieManager.cpp
53
toImpl(cookieManagerRef)->
deleteCookiesForHostname
(toImpl(hostname)->string());
/external/webkit/Source/WebKit2/UIProcess/
WebCookieManagerProxy.h
64
void
deleteCookiesForHostname
(const String& hostname);
WebCookieManagerProxy.cpp
100
void WebCookieManagerProxy::
deleteCookiesForHostname
(const String& hostname)
103
m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebCookieManager::
DeleteCookiesForHostname
(hostname));
/external/webkit/Source/WebCore/platform/network/soup/
CookieJarSoup.cpp
130
void
deleteCookiesForHostname
(const String& hostname)
/external/webkit/Source/WebCore/platform/qt/
CookieJarQt.cpp
141
void
deleteCookiesForHostname
(const String& hostname)
/external/webkit/Source/WebCore/platform/mac/
CookieJar.mm
241
void
deleteCookiesForHostname
(const String& hostname)
/external/webkit/Source/WebCore/platform/network/cf/
CookieJarCFNet.cpp
254
void
deleteCookiesForHostname
(const String& hostname)
Completed in 2784 milliseconds