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

  /external/webkit/Tools/DumpRenderTree/chromium/
TestNavigationController.cpp 77 , m_pendingEntryIndex(-1)
106 m_pendingEntryIndex = currentIndex;
126 m_pendingEntryIndex = index;
158 if (m_pendingEntryIndex != -1)
159 return m_pendingEntryIndex;
201 m_lastCommittedEntryIndex = m_pendingEntryIndex;
202 m_pendingEntryIndex = -1;
226 m_pendingEntryIndex = -1;
260 ASSERT(m_pendingEntryIndex != -1);
261 m_pendingEntry = m_entries[m_pendingEntryIndex];
    [all...]
TestNavigationController.h 152 // the m_lastCommittedEntryIndex if m_pendingEntryIndex is -1. Otherwise,
153 // it is the m_pendingEntryIndex.
205 int m_pendingEntryIndex;

Completed in 173 milliseconds