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

  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp 97 option.state = QStyle::State_Active | QStyle::State_Enabled;
123 init(paintInfo.context ? paintInfo.context : 0, theme->qStyle());
131 void StylePainter::init(GraphicsContext* context, QStyle* themeStyle)
249 QStyle* RenderThemeQt::fallbackStyle() const
254 QStyle* RenderThemeQt::qStyle() const
340 int RenderThemeQt::findFrameLineWidth(QStyle* style) const
352 return style->pixelMetric(QStyle::PM_DefaultFrameWidth, &opt, widget);
355 static QRect inflateButtonRect(const QRect& originalRect, QStyle* style
    [all...]
RenderThemeQt.h 27 #include <QStyle>
93 QStyle* qStyle() const;
179 int findFrameLineWidth(QStyle* style) const;
181 QStyle* fallbackStyle() const;
192 QStyle* m_fallbackStyle;
206 QStyle* style;
208 void drawPrimitive(QStyle::PrimitiveElement pe, const QStyleOption& opt)
210 void drawControl(QStyle::ControlElement ce, const QStyleOption& opt)
212 void drawComplexControl(QStyle::ComplexControl cc, const QStyleOptionComplex& opt
    [all...]

Completed in 33 milliseconds