Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/loader/
DDocumentLoader.h190 bool didCreateGlobalHistoryEntry() const { return m_didCreateGlobalHistoryEntry; } in didCreateGlobalHistoryEntry()
191 …dCreateGlobalHistoryEntry(bool didCreateGlobalHistoryEntry) { m_didCreateGlobalHistoryEntry = didC… in setDidCreateGlobalHistoryEntry()
334 bool m_didCreateGlobalHistoryEntry; variable
DDocumentLoader.cpp98 , m_didCreateGlobalHistoryEntry(false) in DocumentLoader()