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

/external/webkit/Source/WebCore/loader/
H A DDocumentLoader.h190 bool didCreateGlobalHistoryEntry() const { return m_didCreateGlobalHistoryEntry; } function in class:WebCore::DocumentLoader
191 void setDidCreateGlobalHistoryEntry(bool didCreateGlobalHistoryEntry) { m_didCreateGlobalHistoryEntry = didCreateGlobalHistoryEntry; } argument

Completed in 64 milliseconds