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

/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.cpp365 void ApplicationCacheStorage::setCacheDirectory(const String& cacheDirectory) argument
368 ASSERT(!cacheDirectory.isNull());
370 m_cacheDirectory = cacheDirectory;
373 const String& ApplicationCacheStorage::cacheDirectory() const function in class:WebCore::ApplicationCacheStorage
1261 bool ApplicationCacheStorage::storeCopyOfCache(const String& cacheDirectory, ApplicationCacheHost* cacheHost) argument
1289 copyStorage.setCacheDirectory(cacheDirectory);

Completed in 64 milliseconds