Searched refs:isSpinUpButtonPartPressed (Results 1 – 8 of 8) sorted by relevance
543 else if (isPressed(o) && (subPart == SpinButtonUp) == isSpinUpButtonPartPressed(o)) in determineState()599 else if (isPressed(o) && (subPart == SpinButtonUp) == isSpinUpButtonPartPressed(o)) in determineClassicState()
317 bool isSpinUpButtonPartPressed(const RenderObject*) const;
716 if (isSpinUpButtonPartPressed(o)) in controlStatesForRenderer()802 bool RenderTheme::isSpinUpButtonPartPressed(const RenderObject* o) const in isSpinUpButtonPartPressed() function in WebCore::RenderTheme
432 else if (isPressed(o) && isUpButton == isSpinUpButtonPartPressed(o)) in determineClassicState()499 else if (isPressed(o) && isUpButton == isSpinUpButtonPartPressed(o)) in determineSpinButtonState()
758 if ((arrowType == GTK_ARROW_UP && theme->isSpinUpButtonPartPressed(renderObject)) in paintSpinArrowButton()759 || (arrowType == GTK_ARROW_DOWN && !theme->isSpinUpButtonPartPressed(renderObject))) in paintSpinArrowButton()
608 bool upPressed = isSpinUpButtonPartPressed(renderObject); in paintInnerSpinButton()
14175 (WebCore::RenderTheme::isSpinUpButtonPartPressed):
98068 (WebCore::RenderTheme::isSpinUpButtonPartPressed):