HomeSort by relevance Sort by last modified time
    Searched refs:xpState (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/wx/wxcode/win/
scrollbar_render.cpp 111 int xpState = TS_NORMAL;
113 xpState = TS_DISABLED;
115 xpState = TS_ACTIVE;
117 xpState = TS_HOVER;
119 return xpState;
135 int xpState = TS_NORMAL;
159 engine->DrawThemeBackground(hTheme, GraphicsHDC(&dc), part, xpState, &r, 0);
164 xpState = getTSStateForPart(wxSCROLLPART_BACKBTNSTART, focusPart, hoverPart, flags);
165 xpState += horiz ? TS_LEFT_BUTTON : TS_UP_BUTTON;
169 engine->DrawThemeBackground(hTheme, GraphicsHDC(&dc), part, xpState, &buttonRect, 0)
    [all...]
  /external/webkit/Source/WebCore/platform/win/
ScrollbarThemeWin.cpp 279 int xpState = 0;
282 xpState = start ? TS_LEFT_BUTTON : TS_RIGHT_BUTTON;
284 xpState = start ? TS_UP_BUTTON : TS_DOWN_BUTTON;
285 classicState = xpState / 4;
288 xpState += TS_DISABLED;
293 xpState += TS_ACTIVE;
299 xpState += TS_HOVER;
302 xpState += TS_NORMAL;
305 xpState = start ? TS_LEFT_BUTTON_HOVER : TS_RIGHT_BUTTON_HOVER;
307 xpState = start ? TS_UP_BUTTON_HOVER : TS_DOWN_BUTTON_HOVER
    [all...]

Completed in 129 milliseconds