Home | History | Annotate | Download | only in frame

Lines Matching refs:ScrollBehavior

1381 static bool scrollBehaviorFromScrollOptions(const Dictionary& scrollOptions, ScrollBehavior& scrollBehavior, ExceptionState& exceptionState)
1385 scrollBehavior = ScrollBehaviorAuto;
1389 if (ScrollableArea::scrollBehaviorFromString(scrollBehaviorString, scrollBehavior))
1392 exceptionState.throwTypeError("The ScrollBehavior provided is invalid.");
1408 // FIXME: Use scrollBehavior to decide whether to scroll smoothly or instantly.
1414 ScrollBehavior scrollBehavior = ScrollBehaviorAuto;
1415 if (!scrollBehaviorFromScrollOptions(scrollOptions, scrollBehavior, exceptionState))
1432 // FIXME: Use scrollBehavior to decide whether to scroll smoothly or instantly.
1438 ScrollBehavior scrollBehavior = ScrollBehaviorAuto;
1439 if (!scrollBehaviorFromScrollOptions(scrollOptions, scrollBehavior, exceptionState))