HomeSort by relevance Sort by last modified time
    Searched refs:m_didCreateGlobalHistoryEntry (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/loader/
DocumentLoader.h 173 bool didCreateGlobalHistoryEntry() const { return m_didCreateGlobalHistoryEntry; }
174 void setDidCreateGlobalHistoryEntry(bool didCreateGlobalHistoryEntry) { m_didCreateGlobalHistoryEntry = didCreateGlobalHistoryEntry; }
294 bool m_didCreateGlobalHistoryEntry;
DocumentLoader.cpp 91 , m_didCreateGlobalHistoryEntry(false)

Completed in 36 milliseconds