Home
last modified time | relevance | path

Searched defs:scrollOptions (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DLocalDOMWindow.h241 …void scroll(int x, int y, const Dictionary& scrollOptions, ExceptionState& exceptionState) const {… in scroll()
DLocalDOMWindow.cpp1381 static bool scrollBehaviorFromScrollOptions(const Dictionary& scrollOptions, ScrollBehavior& scroll… in scrollBehaviorFromScrollOptions()
1412 void LocalDOMWindow::scrollBy(int x, int y, const Dictionary& scrollOptions, ExceptionState &except… in scrollBy() argument
1436 void LocalDOMWindow::scrollTo(int x, int y, const Dictionary& scrollOptions, ExceptionState& except… in scrollTo() argument