Home
last modified time | relevance | path

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

/external/webkit/WebCore/loader/appcache/
DApplicationCache.cpp41 , m_manifest(0) in ApplicationCache()
67 ASSERT(!m_manifest); in setManifestResource()
70 m_manifest = manifest.get(); in setManifestResource()
DApplicationCache.h58 ApplicationCacheResource* manifestResource() const { return m_manifest; } in manifestResource()
99 ApplicationCacheResource* m_manifest; variable