Home
last modified time | relevance | path

Searched refs:desktopWidth (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/dom/
DViewportArguments.cpp44 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()
DViewportArguments.h101 ViewportAttributes computeViewportAttributes(ViewportArguments args, int desktopWidth, int deviceWi…
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitviewportattributes.cpp423 …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()
Dwebkitviewportattributesprivate.h36 int desktopWidth; member
/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqwkpage.cpp552 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/
Dqwebpage.cpp2520 static int desktopWidth = 980; in viewportAttributesForSize() local
2537 …tes conf = WebCore::computeViewportAttributes(d->viewportArguments(), desktopWidth, deviceWidth, d… in viewportAttributesForSize()