Searched refs:upDownState (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DSpinButtonElement.h58 UpDownState upDownState() const { return m_upDownState; } function in class:WebCore::final
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderTheme.cpp860 return static_cast<SpinButtonElement*>(element)->upDownState() == SpinButtonElement::Up;
879 return element->hovered() && element->upDownState() != SpinButtonElement::Indeterminate;
888 return element->upDownState() == SpinButtonElement::Up;

Completed in 110 milliseconds