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

/external/webkit/Source/WebCore/platform/qt/
H A DRenderThemeQt.cpp480 int checkBoxWidth = style->pixelMetric(QStyle::PM_IndicatorWidth, &styleOption); local
481 checkBoxWidth *= renderStyle->effectiveZoom();
482 size = QSize(checkBoxWidth, checkBoxWidth);

Completed in 85 milliseconds