historyNodeForFrame   62 Source/core/page/HistoryController.cpp             HistoryNode* childHistoryNode = m_entry->historyNodeForFrame(child);
historyNodeForFrame  140 Source/core/page/HistoryController.cpp     if (HistoryNode* historyNode = historyNodeForFrame(frame))
historyNodeForFrame  238 Source/core/page/HistoryController.cpp     if (HistoryNode* existingNode = m_currentEntry->historyNodeForFrame(frame))
historyNodeForFrame  240 Source/core/page/HistoryController.cpp     else if (HistoryNode* parentHistoryNode = m_currentEntry->historyNodeForFrame(frame->tree().parent()))
historyNodeForFrame  297 Source/core/page/HistoryController.cpp     if (HistoryNode* node = m_provisionalEntry->historyNodeForFrame(frame))
historyNodeForFrame  120 Source/core/page/HistoryController.h     HistoryNode* historyNodeForFrame(LocalFrame*);