Searched refs:privateInstance (Results 1 – 2 of 2) sorted by relevance
66 static scoped_refptr<WebCache> privateInstance; in instance() local67 return isPrivateBrowsing ? &privateInstance : ®ularInstance; in instance()
104 static scoped_refptr<WebCookieJar> privateInstance; in instance() local105 return isPrivateBrowsing ? &privateInstance : ®ularInstance; in instance()