Home
last modified time | relevance | path

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

/external/webkit/WebCore/loader/archive/
DArchiveResource.h48 void ignoreWhenUnarchiving() { m_shouldIgnoreWhenUnarchiving = true; } in ignoreWhenUnarchiving()
49 bool shouldIgnoreWhenUnarchiving() const { return m_shouldIgnoreWhenUnarchiving; } in shouldIgnoreWhenUnarchiving()
60 bool m_shouldIgnoreWhenUnarchiving; variable
DArchiveResource.cpp55 , m_shouldIgnoreWhenUnarchiving(false) in ArchiveResource()
64 , m_shouldIgnoreWhenUnarchiving(false) in ArchiveResource()
73 , m_shouldIgnoreWhenUnarchiving(false) in ArchiveResource()