OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyCookiesChanged
(Results
1 - 13
of
13
) sorted by null
/external/webkit/Source/WebCore/platform/
CookiesStrategy.h
35
virtual void
notifyCookiesChanged
() = 0;
/external/webkit/Source/WebCore/platform/network/cf/
CookieStorageCFNet.cpp
99
platformStrategies()->cookiesStrategy()->
notifyCookiesChanged
();
103
static void
notifyCookiesChanged
(CFHTTPCookieStorageRef inStorage, void *context)
130
CFHTTPCookieStorageAddObserver(cookieStorage, runLoop, kCFRunLoopDefaultMode,
notifyCookiesChanged
, 0);
143
CFHTTPCookieStorageRemoveObserver(cookieStorage, runLoop, kCFRunLoopDefaultMode,
notifyCookiesChanged
, 0);
/external/webkit/Source/WebKit/mac/WebCoreSupport/
WebPlatformStrategies.h
47
virtual void
notifyCookiesChanged
();
WebPlatformStrategies.mm
61
void WebPlatformStrategies::
notifyCookiesChanged
()
/external/webkit/Source/WebKit/win/WebCoreSupport/
WebPlatformStrategies.h
47
virtual void
notifyCookiesChanged
();
WebPlatformStrategies.cpp
60
void WebPlatformStrategies::
notifyCookiesChanged
()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebPlatformStrategies.h
51
virtual void
notifyCookiesChanged
();
WebPlatformStrategies.cpp
75
void WebPlatformStrategies::
notifyCookiesChanged
()
/external/webkit/Source/WebCore/platform/network/mac/
CookieStorageMac.mm
53
platformStrategies()->cookiesStrategy()->
notifyCookiesChanged
();
/external/webkit/Source/WebKit/qt/WebCoreSupport/
WebPlatformStrategies.h
55
virtual void
notifyCookiesChanged
();
WebPlatformStrategies.cpp
80
void WebPlatformStrategies::
notifyCookiesChanged
()
/external/webkit/Source/WebKit/wince/WebCoreSupport/
PlatformStrategiesWinCE.h
48
virtual void
notifyCookiesChanged
();
PlatformStrategiesWinCE.cpp
73
void PlatformStrategiesWinCE::
notifyCookiesChanged
()
Completed in 276 milliseconds