HomeSort by relevance Sort by last modified time
    Searched refs:m_cacheFile (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.h 134 String m_cacheFile;
ApplicationCacheStorage.cpp 397 if (!getFileSize(m_cacheFile, fileSize))
601 m_cacheFile = pathByAppendingComponent(m_cacheDirectory, "ApplicationCache.db");
602 if (!createIfDoesNotExist && !fileExists(m_cacheFile))
606 m_database.open(m_cacheFile);
    [all...]

Completed in 479 milliseconds