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

  /external/webkit/Tools/QtTestBrowser/
locationedit.cpp 83 QStyleOptionFrameV3 styleOption;
84 initStyleOption(&styleOption);
86 QRect textRect = style()->subElementRect(QStyle::SE_LineEditContents, &styleOption, this);
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp 478 QStyleOption styleOption;
479 styleOption.state |= QStyle::State_Small;
480 int checkBoxWidth = style->pixelMetric(QStyle::PM_IndicatorWidth, &styleOption);
486 QStyleOption styleOption;
487 styleOption.state |= QStyle::State_Small;
488 int radioWidth = style->pixelMetric(QStyle::PM_ExclusiveIndicatorWidth, &styleOption);
496 QStyleOptionButton styleOption;
497 styleOption.state |= QStyle::State_Small;
500 &styleOption, contentSize, 0);
501 styleOption.rect = QRect(0, 0, pushButtonSize.width(), pushButtonSize.height())
    [all...]

Completed in 30 milliseconds