Searched refs:buttonLength (Results 1 - 3 of 3) 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...]
/external/webkit/Source/WebCore/platform/chromium/
H A DScrollbarThemeChromiumMac.mm276 int buttonLength = cButtonLength[scrollbar->controlSize()];
293 int start = part == ForwardButtonEndPart ? scrollbar->x() + scrollbar->width() - buttonLength : scrollbar->x() + outerButtonLength;
294 result = IntRect(start, scrollbar->y(), buttonLength, thickness);
296 int start = part == ForwardButtonEndPart ? scrollbar->y() + scrollbar->height() - buttonLength : scrollbar->y() + outerButtonLength;
297 result = IntRect(scrollbar->x(), start, thickness, buttonLength);
314 int buttonLength = cButtonLength[scrollbar->controlSize()];
315 int doubleButtonLength = outerButtonLength + buttonLength;
318 startWidth = buttonLength;
319 endWidth = buttonLength;
/external/webkit/Source/WebCore/platform/mac/
H A DScrollbarThemeMac.mm326 int buttonLength = cButtonLength[scrollbar->controlSize()];
343 int start = part == ForwardButtonEndPart ? scrollbar->x() + scrollbar->width() - buttonLength : scrollbar->x() + outerButtonLength;
344 result = IntRect(start, scrollbar->y(), buttonLength, thickness);
346 int start = part == ForwardButtonEndPart ? scrollbar->y() + scrollbar->height() - buttonLength : scrollbar->y() + outerButtonLength;
347 result = IntRect(scrollbar->x(), start, thickness, buttonLength);
364 int buttonLength = cButtonLength[scrollbar->controlSize()];
365 int doubleButtonLength = outerButtonLength + buttonLength;
368 startWidth = buttonLength;
369 endWidth = buttonLength;

Completed in 16 milliseconds