webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | Protected Attributes | List of all members
WebCookieStorageObjCAdapter Class Reference
Inheritance diagram for WebCookieStorageObjCAdapter:
NSObject

Instance Methods

(void- notifyCookiesChangedOnMainThread
 
(void- cookiesChangedNotificationHandler:
 
(void- startListeningForCookieChangeNotificationsWithCallback:
 
(void- stopListeningForCookieChangeNotifications
 

Protected Attributes

std::function< void()> m_cookieChangeCallback
 

Method Documentation

◆ cookiesChangedNotificationHandler:()

- (void) cookiesChangedNotificationHandler: (NSNotification *)  notification

◆ notifyCookiesChangedOnMainThread()

- (void) notifyCookiesChangedOnMainThread

◆ startListeningForCookieChangeNotificationsWithCallback:()

- (void) startListeningForCookieChangeNotificationsWithCallback: (std::function<void()>&&)  callback

◆ stopListeningForCookieChangeNotifications()

- (void) stopListeningForCookieChangeNotifications

Member Data Documentation

◆ m_cookieChangeCallback

- (function<void ()>) WebCookieStorageObjCAdapter:
protected

The documentation for this class was generated from the following file: