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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
HistoryController.cpp 62 HistoryNode* childHistoryNode = m_entry->historyNodeForFrame(child);
119 HistoryNode* HistoryEntry::historyNodeForFrame(Frame* frame)
131 if (HistoryNode* historyNode = historyNodeForFrame(frame))
241 if (HistoryNode* existingChildHistoryNode = m_currentEntry->historyNodeForFrame(frame))
243 else if (HistoryNode* parentHistoryNode = m_currentEntry->historyNodeForFrame(frame->tree().parent()))
329 if (HistoryNode* node = m_provisionalEntry->historyNodeForFrame(frame))
HistoryController.h 118 HistoryNode* historyNodeForFrame(Frame*);

Completed in 56 milliseconds