Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebCache.cpp63 static scoped_refptr<WebCache>* instance(bool isPrivateBrowsing) in instance()
70 WebCache* WebCache::get(bool isPrivateBrowsing) in get()
79 void WebCache::cleanup(bool isPrivateBrowsing) in cleanup()
86 WebCache::WebCache(bool isPrivateBrowsing) in WebCache()
DWebCookieJar.cpp91 static std::string databaseDirectory(bool isPrivateBrowsing) in databaseDirectory()
101 static 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.cpp81 bool isPrivateBrowsing = document->settings() && document->settings()->privateBrowsingEnabled(); in setCookies() local
90 bool isPrivateBrowsing = document->settings() && document->settings()->privateBrowsingEnabled(); in cookies() local
102 bool isPrivateBrowsing = document->settings() && document->settings()->privateBrowsingEnabled(); in cookiesEnabled() local
DWebRequestContext.cpp48 WebRequestContext::WebRequestContext(bool isPrivateBrowsing) in WebRequestContext()