HomeSort by relevance Sort by last modified time
    Searched defs:drawComplexControl (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.h 212 void drawComplexControl(QStyle::ComplexControl cc, const QStyleOptionComplex& opt)
213 { style->drawComplexControl(cc, &opt, painter, widget); }
QtMobileWebStyle.cpp 320 void QtMobileWebStyle::drawComplexControl(ComplexControl control, const QStyleOptionComplex* option, QPainter* painter, const QWidget* widget) const
337 QWindowsStyle::drawComplexControl(control, option, painter, widget);
378 QWindowsStyle::drawComplexControl(control, option, painter, widget);

Completed in 179 milliseconds