Lines Matching full:cookie
50 Keep track of the default storage session cookie storage.
52 Call defaultCookieStorage to get the default cookie storage.
54 If there is a default storage session cookie storage, prefer that over getting the default
55 cookie storage. In the Web Process, asking CFNetwork for the default cookie storage directly
56 without specifying a storage session will not get the cookie storage being shared by the UI
673 Keep track of the default storage session cookie storage.
675 Call defaultCookieStorage to get the default cookie storage.
677 If there is a default storage session cookie storage, prefer that over getting the default
678 cookie storage. In the Web Process, asking CFNetwork for the default cookie storage directly
679 without specifying a storage session will not get the cookie storage being shared by the UI
2715 Keep track of the default storage session cookie storage.
2717 Call defaultCookieStorage to get the default cookie storage.
2719 If there is a default storage session cookie storage, prefer that over getting the default
2720 cookie storage. In the Web Process, asking CFNetwork for the default cookie storage directly
2721 without specifying a storage session will not get the cookie storage being shared by the UI
16010 [Qt] Clean the style of our cookie methods
37378 WebKit2: Need to be able to set and get the Cookie Storage Policy.
37391 Return the default cookie storage.
41292 Web Inspector: move cookie processing and appcache from DOMAgent.js
44281 * inspector/front-end/Images/cookie.png:
50078 Use the Cookie Storage from the Private Browsing Storage Session directly
50087 Just copy the cookie storage from the private browsing storage session.
52121 When Private Browsing is enabled, use cookies from a in-memory cookie storage based on the
52133 If USE(CFURLSTORAGESESSIONS) and there is a Private Browsing Cookie Storage, call into WKSI.
52149 Keep track of the Private Browsing Cookie Storage in a locally defined static inside a
52160 Keep track of the Private Browsing Cookie Storage.
52163 Added a FIXME to observe changes to the Private Browsing Cookie Storage when it is defined.
52167 Refactor the logic to determine whether or not to relax the third party cookie policy here.
55479 (WebCore::beginObservingCookieChanges): Set up cookie observers on the loader run loop.
55480 (WebCore::finishObservingCookieChanges): Remove our cookie observers from the loader run loop.
55486 (-[CookieStorageObjCAdapter registerForCookieChangeNotifications]): Set up the observer for cookie change notifications.
55487 (-[CookieStorageObjCAdapter unregisterForCookieChangeNotifications]): Remove the observer for cookie change notifications.
59322 (WebCore::getHostnamesWithCookies): Implement using CFNetwork cookie APIs.