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

/external/webkit/WebCore/loader/appcache/
H A DApplicationCacheStorage.cpp352 void ApplicationCacheStorage::setCacheDirectory(const String& cacheDirectory) argument
355 ASSERT(!cacheDirectory.isNull());
357 m_cacheDirectory = cacheDirectory;
360 const String& ApplicationCacheStorage::cacheDirectory() const function in class:WebCore::ApplicationCacheStorage
980 bool ApplicationCacheStorage::storeCopyOfCache(const String& cacheDirectory, ApplicationCacheHost* cacheHost) argument
1008 copyStorage.setCacheDirectory(cacheDirectory);

Completed in 351 milliseconds