Home
last modified time | relevance | path

Searched refs:m_cacheFile (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheStorage.h134 String m_cacheFile; variable
DApplicationCacheStorage.cpp397 if (!getFileSize(m_cacheFile, fileSize)) in spaceNeeded()
601 m_cacheFile = pathByAppendingComponent(m_cacheDirectory, "ApplicationCache.db"); in openDatabase()
602 if (!createIfDoesNotExist && !fileExists(m_cacheFile)) in openDatabase()
606 m_database.open(m_cacheFile); in openDatabase()