OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:privateStorageSession
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/network/
ResourceHandle.cpp
191
static RetainPtr<CFURLStorageSessionRef>&
privateStorageSession
()
206
privateStorageSession
() = nullptr;
210
if (
privateStorageSession
())
216
privateStorageSession
() = createPrivateBrowsingStorageSession(cfIdentifier.get());
221
return
privateStorageSession
().get();
/external/webkit/Source/WebCore/platform/network/cf/
CookieStorageCFNet.cpp
82
if (CFURLStorageSessionRef
privateStorageSession
= ResourceHandle::privateBrowsingStorageSession())
83
privateCookieStorage().adoptCF(wkCopyHTTPCookieStorage(
privateStorageSession
));
Completed in 86 milliseconds