Searched refs:desktopWidth (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/dom/ |
D | ViewportArguments.cpp | 44 ViewportAttributes computeViewportAttributes(ViewportArguments args, int desktopWidth, int deviceWi… in computeViewportAttributes() argument 81 args.width = desktopWidth; in computeViewportAttributes() 93 args.height = desktopWidth; in computeViewportAttributes() 132 result.initialScale = availableWidth / desktopWidth; in computeViewportAttributes() 150 width = desktopWidth; in computeViewportAttributes()
|
D | ViewportArguments.h | 101 ViewportAttributes computeViewportAttributes(ViewportArguments args, int desktopWidth, int deviceWi…
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitviewportattributes.cpp | 423 …viewport->priv->desktopWidth = 980; // This value works well for most web pages designed for deskt… in webkit_viewport_attributes_init() 454 g_value_set_int(value, priv->desktopWidth); in webkit_viewport_attributes_get_property() 508 priv->desktopWidth = g_value_get_int(value); in webkit_viewport_attributes_set_property() 537 …ViewportAttributes attributes = computeViewportAttributes(arguments, priv->desktopWidth, priv->dev… in webkitViewportAttributesRecompute()
|
D | webkitviewportattributesprivate.h | 36 int desktopWidth; member
|
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
D | qwkpage.cpp | 552 static int desktopWidth = 980; in viewportAttributesForSize() local 565 …butes conf = WebCore::computeViewportAttributes(d->viewportArguments, desktopWidth, deviceWidth, d… in viewportAttributesForSize()
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebpage.cpp | 2520 static int desktopWidth = 980; in viewportAttributesForSize() local 2537 …tes conf = WebCore::computeViewportAttributes(d->viewportArguments(), desktopWidth, deviceWidth, d… in viewportAttributesForSize()
|