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

  /external/webkit/Source/WebCore/loader/
DocumentLoader.h 190 bool didCreateGlobalHistoryEntry() const { return m_didCreateGlobalHistoryEntry; }
191 void setDidCreateGlobalHistoryEntry(bool didCreateGlobalHistoryEntry) { m_didCreateGlobalHistoryEntry = didCreateGlobalHistoryEntry; }
HistoryController.cpp 341 if (!frameLoader->documentLoader()->didCreateGlobalHistoryEntry() && frameLoader->documentLoader()->unreachableURL().isEmpty() && !m_frame->document()->url().isEmpty())
383 if (!m_frame->loader()->documentLoader()->didCreateGlobalHistoryEntry() && m_frame->loader()->documentLoader()->unreachableURL().isEmpty() && !m_frame->document()->url().isEmpty())
    [all...]
FrameLoader.cpp     [all...]

Completed in 465 milliseconds