Searched refs:drawComplexControl (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/qt/
H A DRenderThemeQt.h176 void drawComplexControl(QStyle::ComplexControl cc, const QStyleOptionComplex& opt) function in class:WebCore::StylePainter
177 { style->drawComplexControl(cc, &opt, painter, widget); }
H A DScrollbarThemeQt.cpp153 p.drawComplexControl(QStyle::CC_ScrollBar, *opt);
162 p.drawComplexControl(QStyle::CC_ScrollBar, *opt);
H A DRenderThemeQt.cpp589 p.drawComplexControl(QStyle::CC_ComboBox, opt);
628 p.drawComplexControl(QStyle::CC_ComboBox, option);
676 p.drawComplexControl(QStyle::CC_Slider, option);

Completed in 15 milliseconds