Searched refs:m_didCreateGlobalHistoryEntry (Results 1 – 2 of 2) sorted by relevance
190 bool didCreateGlobalHistoryEntry() const { return m_didCreateGlobalHistoryEntry; } in didCreateGlobalHistoryEntry()191 …dCreateGlobalHistoryEntry(bool didCreateGlobalHistoryEntry) { m_didCreateGlobalHistoryEntry = didC… in setDidCreateGlobalHistoryEntry()334 bool m_didCreateGlobalHistoryEntry; variable
98 , m_didCreateGlobalHistoryEntry(false) in DocumentLoader()