Searched defs:isPrivateBrowsing (Results 1 – 4 of 4) sorted by relevance
71 static scoped_refptr<WebCache>* instance(bool isPrivateBrowsing) in instance()78 WebCache* WebCache::get(bool isPrivateBrowsing) in get()87 void WebCache::cleanup(bool isPrivateBrowsing) in cleanup()94 WebCache::WebCache(bool isPrivateBrowsing) in WebCache()
91 static std::string databaseDirectory(bool isPrivateBrowsing) in databaseDirectory()101 scoped_refptr<WebCookieJar>* instance(bool isPrivateBrowsing) in instance()108 WebCookieJar* WebCookieJar::get(bool isPrivateBrowsing) in get()120 void WebCookieJar::cleanup(bool isPrivateBrowsing) in cleanup()
77 bool isPrivateBrowsing = document->settings() && document->settings()->privateBrowsingEnabled(); in setCookies() local92 bool isPrivateBrowsing = document->settings() && document->settings()->privateBrowsingEnabled(); in cookies() local108 bool isPrivateBrowsing = document->settings() && document->settings()->privateBrowsingEnabled(); in cookiesEnabled() local
48 WebRequestContext::WebRequestContext(bool isPrivateBrowsing) in WebRequestContext()