Home
last modified time | relevance | path

Searched refs:privateInstance (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebCache.cpp66 static scoped_refptr<WebCache> privateInstance; in instance() local
67 return isPrivateBrowsing ? &privateInstance : &regularInstance; in instance()
DWebCookieJar.cpp104 static scoped_refptr<WebCookieJar> privateInstance; in instance() local
105 return isPrivateBrowsing ? &privateInstance : &regularInstance; in instance()