Home
last modified time | relevance | path

Searched refs:HistoryController (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
DHistoryController.cpp136 HistoryController::HistoryController(Page* page) in HistoryController() function in WebCore::HistoryController
142 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 …]
DHistoryController.h134 class HistoryController {
135 WTF_MAKE_NONCOPYABLE(HistoryController);
137 explicit HistoryController(Page*);
138 ~HistoryController();
/external/chromium_org/third_party/WebKit/Source/core/page/
DPage.h122 HistoryController& historyController() const { return *m_historyController; } in historyController()
261 const OwnPtr<HistoryController> m_historyController;
DPage.cpp111 , m_historyController(adoptPtr(new HistoryController(this))) in Page()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-arm.mk382 third_party/WebKit/Source/core/loader/HistoryController.cpp \
Dwebcore_remaining.target.linux-x86.mk382 third_party/WebKit/Source/core/loader/HistoryController.cpp \
Dwebcore_remaining.target.linux-mips.mk382 third_party/WebKit/Source/core/loader/HistoryController.cpp \
Dwebcore_remaining.target.darwin-arm.mk382 third_party/WebKit/Source/core/loader/HistoryController.cpp \
Dwebcore_remaining.target.darwin-x86.mk382 third_party/WebKit/Source/core/loader/HistoryController.cpp \
Dwebcore_remaining.target.darwin-mips.mk382 third_party/WebKit/Source/core/loader/HistoryController.cpp \
Dcore.gypi1177 'loader/HistoryController.cpp',