HistoryEntry       43 Source/core/page/HistoryController.cpp PassOwnPtr<HistoryNode> HistoryNode::create(HistoryEntry* entry, HistoryItem* value, int64_t frameID)
HistoryEntry       54 Source/core/page/HistoryController.cpp PassOwnPtr<HistoryNode> HistoryNode::cloneAndReplace(HistoryEntry* newEntry, HistoryItem* newItem, bool clipAtTarget, LocalFrame* targetFrame, LocalFrame* currentFrame)
HistoryEntry       71 Source/core/page/HistoryController.cpp HistoryNode::HistoryNode(HistoryEntry* entry, HistoryItem* value, int64_t frameID)
HistoryEntry      111 Source/core/page/HistoryController.cpp HistoryEntry::HistoryEntry(HistoryItem* root, int64_t frameID)
HistoryEntry      116 Source/core/page/HistoryController.cpp PassOwnPtr<HistoryEntry> HistoryEntry::create(HistoryItem* root, int64_t frameID)
HistoryEntry      118 Source/core/page/HistoryController.cpp     return adoptPtr(new HistoryEntry(root, frameID));
HistoryEntry      121 Source/core/page/HistoryController.cpp PassOwnPtr<HistoryEntry> HistoryEntry::cloneAndReplace(HistoryItem* newItem, bool clipAtTarget, LocalFrame* targetFrame, Page* page)
HistoryEntry      123 Source/core/page/HistoryController.cpp     OwnPtr<HistoryEntry> newEntry = adoptPtr(new HistoryEntry());
HistoryEntry      128 Source/core/page/HistoryController.cpp HistoryNode* HistoryEntry::historyNodeForFrame(LocalFrame* frame)
HistoryEntry      138 Source/core/page/HistoryController.cpp HistoryItem* HistoryEntry::itemForFrame(LocalFrame* frame)
HistoryEntry      159 Source/core/page/HistoryController.cpp void HistoryController::goToEntry(PassOwnPtr<HistoryEntry> targetEntry, ResourceRequestCachePolicy cachePolicy)
HistoryEntry      215 Source/core/page/HistoryController.cpp     OwnPtr<HistoryEntry> newEntry = HistoryEntry::create(targetItem, m_page->mainFrame()->frameID());
HistoryEntry      305 Source/core/page/HistoryController.cpp         m_currentEntry = HistoryEntry::create(newItem.get(), targetFrame->frameID());
HistoryEntry       44 Source/core/page/HistoryController.h class HistoryEntry;
HistoryEntry       96 Source/core/page/HistoryController.h     static PassOwnPtr<HistoryNode> create(HistoryEntry*, HistoryItem*, int64_t frameID);
HistoryEntry      100 Source/core/page/HistoryController.h     PassOwnPtr<HistoryNode> cloneAndReplace(HistoryEntry*, HistoryItem* newItem, bool clipAtTarget, LocalFrame* targetFrame, LocalFrame* currentFrame);
HistoryEntry      107 Source/core/page/HistoryController.h     HistoryNode(HistoryEntry*, HistoryItem*, int64_t frameID);
HistoryEntry      109 Source/core/page/HistoryController.h     HistoryEntry* m_entry;
HistoryEntry      115 Source/core/page/HistoryController.h class HistoryEntry {
HistoryEntry      117 Source/core/page/HistoryController.h     static PassOwnPtr<HistoryEntry> create(HistoryItem* root, int64_t frameID);
HistoryEntry      118 Source/core/page/HistoryController.h     PassOwnPtr<HistoryEntry> cloneAndReplace(HistoryItem* newItem, bool clipAtTarget, LocalFrame* targetFrame, Page*);
HistoryEntry      128 Source/core/page/HistoryController.h     HistoryEntry() { }
HistoryEntry      129 Source/core/page/HistoryController.h     explicit HistoryEntry(HistoryItem* root, int64_t frameID);
HistoryEntry      155 Source/core/page/HistoryController.h     void goToEntry(PassOwnPtr<HistoryEntry>, ResourceRequestCachePolicy);
HistoryEntry      164 Source/core/page/HistoryController.h     OwnPtr<HistoryEntry> m_currentEntry;
HistoryEntry      165 Source/core/page/HistoryController.h     OwnPtr<HistoryEntry> m_previousEntry;
HistoryEntry      166 Source/core/page/HistoryController.h     OwnPtr<HistoryEntry> m_provisionalEntry;