Searched defs:buttonLength (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
H A Dscrollbar_render.cpp132 int buttonLength = 16; local
134 renderer.DrawPushButton(window, dc, wxRect(x,y,buttonLength,buttonLength), wxStyleForPart(wxSCROLLPART_BACKBTNSTART, focusPart, hoverPart, flags));
147 physicalLength -= buttonLength*2;
153 buttonRect.x = x + thumbStart + buttonLength;
158 buttonRect.y = y + thumbStart + buttonLength;
165 x += rect.width - buttonLength;
167 y += rect.height - buttonLength;
169 renderer.DrawPushButton(window, dc, wxRect(x,y,buttonLength,buttonLength), wxStyleForPar
[all...]

Completed in 85 milliseconds