HomeSort by relevance Sort by last modified time
    Searched full:focuspart (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/platform/wx/wxcode/gtk/
scrollbar_render.cpp 45 int wxStyleForPart(wxScrollbarPart part, wxScrollbarPart focusPart, wxScrollbarPart hoverPart, int flags)
50 else if (part == focusPart)
111 int current, wxScrollbarPart focusPart, wxScrollbarPart hoverPart, int max, int step, int flags)
134 renderer.DrawPushButton(window, dc, wxRect(x,y,buttonLength,buttonLength), wxStyleForPart(wxSCROLLPART_BACKBTNSTART, focusPart, hoverPart, flags));
162 renderer.DrawPushButton(window, dc, buttonRect, wxStyleForPart(wxSCROLLPART_THUMB, focusPart, hoverPart, flags));
169 renderer.DrawPushButton(window, dc, wxRect(x,y,buttonLength,buttonLength), wxStyleForPart(wxSCROLLPART_FWDBTNEND, focusPart, hoverPart, flags));
  /external/webkit/WebCore/platform/wx/wxcode/win/
scrollbar_render.cpp 109 int getTSStateForPart(wxScrollbarPart part, wxScrollbarPart focusPart, wxScrollbarPart hoverPart, int flags = 0)
114 else if (part == focusPart)
123 const wxRect& rect, wxOrientation orient, int current, wxScrollbarPart focusPart, wxScrollbarPart hoverPart, int max, int step, int flags)
164 xpState = getTSStateForPart(wxSCROLLPART_BACKBTNSTART, focusPart, hoverPart, flags);
171 xpState = getTSStateForPart(wxSCROLLPART_FWDBTNEND, focusPart, hoverPart, flags);
195 xpState = getTSStateForPart(wxSCROLLPART_THUMB, focusPart, hoverPart, flags);
  /external/webkit/WebCore/platform/wx/wxcode/mac/carbon/
scrollbar_render.cpp 58 wxScrollbarPart focusPart, wxScrollbarPart hoverPart, int max, int step, int flags)
99 trackInfo.trackInfo.scrollbar.pressState = wxScrollbarPartToHIPressedState(focusPart);
  /external/webkit/WebCore/platform/wx/wxcode/
scrollbar_render.h 50 int current, wxScrollbarPart focusPart, wxScrollbarPart hoverPart,

Completed in 35 milliseconds