Home | History | Annotate | Download | only in Api

Lines Matching defs:deviceHeight

2528     int deviceHeight = getintenv("QTWEBKIT_DEVICE_HEIGHT");
2531 if (deviceWidth < 0 && deviceHeight < 0) {
2534 deviceHeight = size.height();
2537 WebCore::ViewportAttributes conf = WebCore::computeViewportAttributes(d->viewportArguments(), desktopWidth, deviceWidth, deviceHeight, qt_defaultDpi(), availableSize);