Home
last modified time | relevance | path

Searched defs:cacheDirectory (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebCache.cpp51 static string cacheDirectory; in rootDirectory() local
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheStorage.cpp365 void ApplicationCacheStorage::setCacheDirectory(const String& cacheDirectory) in setCacheDirectory()
373 const String& ApplicationCacheStorage::cacheDirectory() const in cacheDirectory() function in WebCore::ApplicationCacheStorage
1261 bool ApplicationCacheStorage::storeCopyOfCache(const String& cacheDirectory, ApplicationCacheHost* … in storeCopyOfCache()