Home | History | Annotate | Download | only in Api

Lines Matching defs:deviceWidth

2527     int deviceWidth = getintenv("QTWEBKIT_DEVICE_WIDTH");
2531 if (deviceWidth < 0 && deviceHeight < 0) {
2533 deviceWidth = size.width();
2537 WebCore::ViewportAttributes conf = WebCore::computeViewportAttributes(d->viewportArguments(), desktopWidth, deviceWidth, deviceHeight, qt_defaultDpi(), availableSize);