Searched refs:scrollOptionsHorizontal (Results 1 – 3 of 3) sorted by relevance
54 TONATIVE_VOID(Dictionary, scrollOptionsHorizontal, Dictionary(value, info.GetIsolate())); in scrollLeftAttributeSetterCustom()55 impl->setScrollLeft(scrollOptionsHorizontal, exceptionState); in scrollLeftAttributeSetterCustom()
204 virtual void setScrollLeft(const Dictionary& scrollOptionsHorizontal, ExceptionState&);
706 void Element::setScrollLeft(const Dictionary& scrollOptionsHorizontal, ExceptionState& exceptionSta… in setScrollLeft() argument710 if (scrollOptionsHorizontal.get("behavior", scrollBehaviorString)) { in setScrollLeft()718 if (!scrollOptionsHorizontal.get("x", position)) { in setScrollLeft()