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

  /external/webkit/Source/WebKit/gtk/webkit/
webkitviewportattributesprivate.h 33 int deviceHeight;
webkitviewportattributes.cpp 420 viewport->priv->deviceHeight = 0;
445 g_value_set_int(value, priv->deviceHeight);
499 priv->deviceHeight = g_value_get_int(value);
526 priv->deviceHeight = windowRect.height();
537 ViewportAttributes attributes = computeViewportAttributes(arguments, priv->desktopWidth, priv->deviceWidth, priv->deviceHeight, priv->deviceDPI, IntSize(priv->availableWidth, priv->availableHeight));
  /external/webkit/Source/WebCore/dom/
ViewportArguments.h 101 ViewportAttributes computeViewportAttributes(ViewportArguments args, int desktopWidth, int deviceWidth, int deviceHeight, int deviceDPI, IntSize visibleViewport);
ViewportArguments.cpp 44 ViewportAttributes computeViewportAttributes(ViewportArguments args, int desktopWidth, int deviceWidth, int deviceHeight, int deviceDPI, IntSize visibleViewport)
76 deviceHeight /= result.devicePixelRatio;
87 args.width = deviceHeight;
99 args.height = deviceHeight;
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.h 58 static void dumpConfigurationForViewport(WebKitWebView* webView, gint deviceDPI, gint deviceWidth, gint deviceHeight, gint availableWidth, gint availableHeight);
DumpRenderTreeSupportGtk.cpp 639 void DumpRenderTreeSupportGtk::dumpConfigurationForViewport(WebKitWebView* webView, gint deviceDPI, gint deviceWidth, gint deviceHeight, gint availableWidth, gint availableHeight)
644 ViewportAttributes attrs = computeViewportAttributes(arguments, /* default layout width for non-mobile pages */ 980, deviceWidth, deviceHeight, deviceDPI, IntSize(availableWidth, availableHeight));
  /external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.h 117 void dumpConfigurationForViewport(int deviceDPI, int deviceWidth, int deviceHeight, int availableWidth, int availableHeight);
LayoutTestControllerQt.cpp 239 void LayoutTestController::dumpConfigurationForViewport(int deviceDPI, int deviceWidth, int deviceHeight, int availableWidth, int availableHeight)
241 QString res = DumpRenderTreeSupportQt::viewportAsText(m_drt->webPage(), deviceDPI, QSize(deviceWidth, deviceHeight), QSize(availableWidth, availableHeight));
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.cpp 563 int deviceHeight = 864;
565 WebCore::ViewportAttributes conf = WebCore::computeViewportAttributes(d->viewportArguments, desktopWidth, deviceWidth, deviceHeight, deviceDPI, availableSize);
  /external/webkit/Tools/DumpRenderTree/
LayoutTestController.h 307 void dumpConfigurationForViewport(int deviceDPI, int deviceWidth, int deviceHeight, int availableWidth, int availableHeight);
LayoutTestController.cpp 157 double deviceHeight = JSValueToNumber(context, arguments[2], exception);
165 controller->dumpConfigurationForViewport(static_cast<int>(deviceDPI), static_cast<int>(deviceWidth), static_cast<int>(deviceHeight), static_cast<int>(availableWidth), static_cast<int>(availableHeight));
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp     [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp     [all...]

Completed in 282 milliseconds