OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:deleteCookiesForHostname
(Results
1 - 11
of
11
) sorted by null
/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/WebCore/platform/network/chromium/
CookieJarChromium.cpp
75
void
deleteCookiesForHostname
(const String& hostname)
/external/webkit/Source/WebCore/platform/haiku/
CookieJarHaiku.cpp
83
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/soup/
CookieJarSoup.cpp
130
void
deleteCookiesForHostname
(const String& hostname)
/external/webkit/Source/WebCore/platform/network/win/
CookieJarWin.cpp
94
void
deleteCookiesForHostname
(const String& hostname)
/external/webkit/Source/WebCore/platform/qt/
CookieJarQt.cpp
141
void
deleteCookiesForHostname
(const String& hostname)
/external/webkit/Source/WebKit2/WebProcess/Cookies/
WebCookieManager.cpp
69
void WebCookieManager::
deleteCookiesForHostname
(const String& hostname)
73
WebCore::
deleteCookiesForHostname
(hostname);
/external/webkit/Source/WebKit2/UIProcess/
WebCookieManagerProxy.cpp
100
void WebCookieManagerProxy::
deleteCookiesForHostname
(const String& hostname)
103
m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebCookieManager::
DeleteCookiesForHostname
(hostname));
/external/webkit/Source/WebCore/platform/network/cf/
CookieJarCFNet.cpp
254
void
deleteCookiesForHostname
(const String& hostname)
Completed in 685 milliseconds