Searched refs:privateStorageSession (Results 1 – 3 of 3) sorted by relevance
191 static RetainPtr<CFURLStorageSessionRef>& privateStorageSession() in privateStorageSession() function206 privateStorageSession() = nullptr; in setPrivateBrowsingEnabled()210 if (privateStorageSession()) in setPrivateBrowsingEnabled()216 privateStorageSession() = createPrivateBrowsingStorageSession(cfIdentifier.get()); in setPrivateBrowsingEnabled()221 return privateStorageSession().get(); in privateBrowsingStorageSession()
82 …if (CFURLStorageSessionRef privateStorageSession = ResourceHandle::privateBrowsingStorageSession()) in setCookieStoragePrivateBrowsingEnabled() local83 privateCookieStorage().adoptCF(wkCopyHTTPCookieStorage(privateStorageSession)); in setCookieStoragePrivateBrowsingEnabled()
55019 (WebCore::privateStorageSession):