Searched refs:fullScrollbarRect (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
H A DScrollbarThemeGtk3.cpp72 IntRect fullScrollbarRect(rect);
74 fullScrollbarRect = IntRect(scrollbar->x(), scrollbar->y(), scrollbar->width(), scrollbar->height());
82 fullScrollbarRect.x(), fullScrollbarRect.y(), fullScrollbarRect.width(), fullScrollbarRect.height());
84 fullScrollbarRect.x(), fullScrollbarRect.y(), fullScrollbarRect.width(), fullScrollbarRect
[all...]
H A DScrollbarThemeGtk2.cpp78 IntRect fullScrollbarRect(rect);
80 fullScrollbarRect = IntRect(scrollbar->x(), scrollbar->y(), scrollbar->width(), scrollbar->height());
82 WidgetRenderingContext widgetContext(context, fullScrollbarRect);
83 IntRect paintRect(IntPoint(), fullScrollbarRect.size());
90 IntRect fullScrollbarRect = IntRect(scrollbar->x(), scrollbar->y(), scrollbar->width(), scrollbar->height()); local
92 WidgetRenderingContext widgetContext(context, fullScrollbarRect);
93 widgetContext.gtkPaintBox(fullScrollbarRect, getWidgetForScrollbar(scrollbar),

Completed in 79 milliseconds