Searched defs:didCreateGlobalHistoryEntry (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/
H A DDocumentLoader.h203 bool didCreateGlobalHistoryEntry() const { return m_didCreateGlobalHistoryEntry; } function in class:WebCore::DocumentLoader
204 void setDidCreateGlobalHistoryEntry(bool didCreateGlobalHistoryEntry) { m_didCreateGlobalHistoryEntry = didCreateGlobalHistoryEntry; } argument

Completed in 119 milliseconds