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

  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.h 133 String m_cacheDirectory;
ApplicationCacheStorage.cpp 367 ASSERT(m_cacheDirectory.isNull());
370 m_cacheDirectory = cacheDirectory;
375 return m_cacheDirectory;
598 if (m_cacheDirectory.isNull())
601 m_cacheFile = pathByAppendingComponent(m_cacheDirectory, "ApplicationCache.db");
605 makeAllDirectories(m_cacheDirectory);
804 String flatFileDirectory = pathByAppendingComponent(m_cacheDirectory, flatFileSubdirectory);
    [all...]

Completed in 414 milliseconds