Home
last modified time | relevance | path

Searched refs:HistoryScrollRestorationType (Results 1 – 9 of 9) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/loader/
H A Dhistory_item.h108 void SetScrollRestorationType(HistoryScrollRestorationType type) { in SetScrollRestorationType()
111 HistoryScrollRestorationType ScrollRestorationType() { in ScrollRestorationType()
146 HistoryScrollRestorationType scroll_restoration_type_;
H A Dframe_loader_types.h51 enum HistoryScrollRestorationType { enum
H A Dframe_loader.h272 HistoryScrollRestorationType);
H A Ddocument_loader.h162 HistoryScrollRestorationType,
H A Dframe_loader.cc1200 HistoryScrollRestorationType scroll_restoration_type) { in RestoreScrollPositionAndViewState()
H A Ddocument_loader.cc455 HistoryScrollRestorationType scroll_restoration_type, in UpdateForSameDocumentNavigation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dhistory.cc118 HistoryScrollRestorationType scroll_restoration = in setScrollRestoration()
141 HistoryScrollRestorationType History::ScrollRestorationInternal() const { in ScrollRestorationInternal()
142 constexpr HistoryScrollRestorationType default_type = kScrollRestorationAuto; in ScrollRestorationInternal()
307 HistoryScrollRestorationType restoration_type, in StateObjectAdded()
H A Dhistory.h96 HistoryScrollRestorationType,
100 HistoryScrollRestorationType ScrollRestorationInternal() const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/exported/
H A Dweb_history_item.cc162 static_cast<HistoryScrollRestorationType>(type)); in SetScrollRestorationType()