Home
last modified time | relevance | path

Searched refs:isSpinUpButtonPartPressed (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderThemeChromiumWin.cpp543 else if (isPressed(o) && (subPart == SpinButtonUp) == isSpinUpButtonPartPressed(o)) in determineState()
599 else if (isPressed(o) && (subPart == SpinButtonUp) == isSpinUpButtonPartPressed(o)) in determineClassicState()
DRenderTheme.h317 bool isSpinUpButtonPartPressed(const RenderObject*) const;
DRenderTheme.cpp716 if (isSpinUpButtonPartPressed(o)) in controlStatesForRenderer()
802 bool RenderTheme::isSpinUpButtonPartPressed(const RenderObject* o) const in isSpinUpButtonPartPressed() function in WebCore::RenderTheme
DRenderThemeWin.cpp432 else if (isPressed(o) && isUpButton == isSpinUpButtonPartPressed(o)) in determineClassicState()
499 else if (isPressed(o) && isUpButton == isSpinUpButtonPartPressed(o)) in determineSpinButtonState()
/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk3.cpp758 if ((arrowType == GTK_ARROW_UP && theme->isSpinUpButtonPartPressed(renderObject)) in paintSpinArrowButton()
759 || (arrowType == GTK_ARROW_DOWN && !theme->isSpinUpButtonPartPressed(renderObject))) in paintSpinArrowButton()
DRenderThemeGtk2.cpp608 bool upPressed = isSpinUpButtonPartPressed(renderObject); in paintInnerSpinButton()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2414175 (WebCore::RenderTheme::isSpinUpButtonPartPressed):
DChangeLog-2010-12-0698068 (WebCore::RenderTheme::isSpinUpButtonPartPressed):