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

  /external/webkit/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/WebCore/platform/win/
ScrollbarThemeWin.cpp 276 int xpState = 0;
279 xpState = start ? TS_LEFT_BUTTON : TS_RIGHT_BUTTON;
281 xpState = start ? TS_UP_BUTTON : TS_DOWN_BUTTON;
282 classicState = xpState / 4;
285 xpState += TS_DISABLED;
290 xpState += TS_ACTIVE;
293 xpState += TS_HOVER;
296 xpState += TS_NORMAL;
299 xpState = start ? TS_LEFT_BUTTON_HOVER : TS_RIGHT_BUTTON_HOVER;
301 xpState = start ? TS_UP_BUTTON_HOVER : TS_DOWN_BUTTON_HOVER
    [all...]

Completed in 246 milliseconds