Searched refs:HistoryController (Results 1 – 11 of 11) sorted by relevance
136 HistoryController::HistoryController(Page* page) in HistoryController() function in WebCore::HistoryController142 HistoryController::~HistoryController() in ~HistoryController()146 void HistoryController::updateBackForwardListForFragmentScroll(Frame* frame, HistoryItem* item) in updateBackForwardListForFragmentScroll()152 void HistoryController::goToEntry(PassOwnPtr<HistoryEntry> targetEntry) in goToEntry()181 void HistoryController::recursiveGoToEntry(Frame* frame) in recursiveGoToEntry()202 void HistoryController::goToItem(HistoryItem* targetItem) in goToItem()227 void HistoryController::setDefersLoading(bool defer) in setDefersLoading()236 void HistoryController::updateForInitialLoadInChildFrame(Frame* frame, HistoryItem* item) in updateForInitialLoadInChildFrame()269 void HistoryController::updateForCommit(Frame* frame, HistoryItem* item) in updateForCommit()299 PassRefPtr<HistoryItem> HistoryController::currentItemForExport() in currentItemForExport()[all …]
134 class HistoryController {135 WTF_MAKE_NONCOPYABLE(HistoryController);137 explicit HistoryController(Page*);138 ~HistoryController();
122 HistoryController& historyController() const { return *m_historyController; } in historyController()261 const OwnPtr<HistoryController> m_historyController;
111 , m_historyController(adoptPtr(new HistoryController(this))) in Page()
382 third_party/WebKit/Source/core/loader/HistoryController.cpp \
1177 'loader/HistoryController.cpp',