Home | History | Annotate | Download | only in appcache

Lines Matching defs:cacheDirectory

365 void ApplicationCacheStorage::setCacheDirectory(const String& cacheDirectory)
368 ASSERT(!cacheDirectory.isNull());
370 m_cacheDirectory = cacheDirectory;
373 const String& ApplicationCacheStorage::cacheDirectory() const
1261 bool ApplicationCacheStorage::storeCopyOfCache(const String& cacheDirectory, ApplicationCacheHost* cacheHost)
1289 copyStorage.setCacheDirectory(cacheDirectory);