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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
HistoryController.h 45 class HistoryController {
46 WTF_MAKE_NONCOPYABLE(HistoryController);
48 explicit HistoryController(Frame*);
49 ~HistoryController();
HistoryController.cpp 32 #include "core/loader/HistoryController.h"
51 HistoryController::HistoryController(Frame* frame)
57 HistoryController::~HistoryController()
61 void HistoryController::saveScrollPositionAndViewStateToItem(HistoryItem* item)
73 void HistoryController::clearScrollPositionAndViewState()
93 void HistoryController::restoreScrollPositionAndViewState()
124 void HistoryController::updateBackForwardListForFragmentScroll()
129 void HistoryController::saveDocumentState(
    [all...]
FrameLoader.h 39 #include "core/loader/HistoryController.h"
86 HistoryController* history() const { return &m_history; }
307 mutable HistoryController m_history;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ProgrammaticScrollTest.cpp 176 HistoryController* history = webViewImpl->page()->mainFrame()->loader()->history();
183 // because otherwise HistoryController::restoreScrollPositionAndViewState does nothing.
207 HistoryController* history = webViewImpl->page()->mainFrame()->loader()->history();
215 // because otherwise HistoryController::restoreScrollPositionAndViewState does nothing.
217 // HistoryController::restoreScrollPositionAndViewState flows differently if scale is zero.
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 329 third_party/WebKit/Source/core/loader/HistoryController.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 329 third_party/WebKit/Source/core/loader/HistoryController.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 329 third_party/WebKit/Source/core/loader/HistoryController.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 329 third_party/WebKit/Source/core/loader/HistoryController.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 329 third_party/WebKit/Source/core/loader/HistoryController.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 329 third_party/WebKit/Source/core/loader/HistoryController.cpp \
    [all...]

Completed in 963 milliseconds