Home
last modified time | relevance | path

Searched refs:scrollOptionsHorizontal (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8ElementCustom.cpp54 TONATIVE_VOID(Dictionary, scrollOptionsHorizontal, Dictionary(value, info.GetIsolate())); in scrollLeftAttributeSetterCustom()
55 impl->setScrollLeft(scrollOptionsHorizontal, exceptionState); in scrollLeftAttributeSetterCustom()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h204 virtual void setScrollLeft(const Dictionary& scrollOptionsHorizontal, ExceptionState&);
DElement.cpp706 void Element::setScrollLeft(const Dictionary& scrollOptionsHorizontal, ExceptionState& exceptionSta… in setScrollLeft() argument
710 if (scrollOptionsHorizontal.get("behavior", scrollBehaviorString)) { in setScrollLeft()
718 if (!scrollOptionsHorizontal.get("x", position)) { in setScrollLeft()