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

  /external/webkit/Tools/DumpRenderTree/chromium/
TestNavigationController.cpp 75 : m_pendingEntry(0)
136 m_pendingEntry = entry;
150 TestNavigationEntry* entry = m_pendingEntry.get();
196 } else if (existingEntry == m_pendingEntry.get()) {
203 m_pendingEntry.clear();
204 } else if (m_pendingEntry && m_pendingEntry->pageID() == -1
205 && GURL(m_pendingEntry->URL()) == GURL(existingEntry->URL().spec())) {
225 m_pendingEntry.clear();
259 if (!m_pendingEntry) {
    [all...]
TestNavigationController.h 198 RefPtr<TestNavigationEntry> m_pendingEntry;

Completed in 30 milliseconds