Searched refs:layoutSize (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DViewportArguments.h46 IntSize layoutSize; member in struct:WebCore::ViewportAttributes
H A DViewportArguments.cpp167 result.layoutSize.setWidth(width);
168 result.layoutSize.setHeight(height);
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitviewportattributes.cpp539 priv->width = attributes.layoutSize.width();
540 priv->height = attributes.layoutSize.height();
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.cpp646 fprintf(stdout, "viewport size %dx%d scale %f with limits [%f, %f] and userScalable %f\n", attrs.layoutSize.width(), attrs.layoutSize.height(), attrs.initialScale, attrs.minimumScale, attrs.maximumScale, attrs.userScalable);
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpage.cpp568 result.m_size = conf.layoutSize;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp747 conf.layoutSize.width(),
748 conf.layoutSize.height(),
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_view.cpp4275 *w = attributes.layoutSize.width();
4277 *h = attributes.layoutSize.height();
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.cpp2540 result.m_size = conf.layoutSize;

Completed in 115 milliseconds