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

/external/webkit/Source/WebCore/rendering/
H A DRenderThemeWin.cpp428 bool isUpButton = subPart == SpinButtonUp; local
429 state = isUpButton ? DFCS_SCROLLUP : DFCS_SCROLLDOWN;
432 else if (isPressed(o) && isUpButton == isSpinUpButtonPartPressed(o))
434 else if (isHovered(o) && isUpButton == isSpinUpButtonPartHovered(o))
495 bool isUpButton = subPart == SpinButtonUp; local
496 unsigned result = isUpButton ? UPS_NORMAL : DNS_NORMAL;
498 result = isUpButton ? UPS_DISABLED : DNS_DISABLED;
499 else if (isPressed(o) && isUpButton == isSpinUpButtonPartPressed(o))
500 result = isUpButton ? UPS_PRESSED : DNS_PRESSED;
501 else if (isHovered(o) && isUpButton
[all...]

Completed in 70 milliseconds