Home
last modified time | relevance | path

Searched defs:isPrivateBrowsing (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebCache.cpp71 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()
DWebCookieJar.cpp91 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()
DPlatformBridge.cpp77 bool isPrivateBrowsing = document->settings() && document->settings()->privateBrowsingEnabled(); in setCookies() local
92 bool isPrivateBrowsing = document->settings() && document->settings()->privateBrowsingEnabled(); in cookies() local
108 bool isPrivateBrowsing = document->settings() && document->settings()->privateBrowsingEnabled(); in cookiesEnabled() local
DWebRequestContext.cpp48 WebRequestContext::WebRequestContext(bool isPrivateBrowsing) in WebRequestContext()