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

/external/webkit/Source/WebCore/dom/
H A DViewportArguments.h52 float maximumScale; member in struct:WebCore::ViewportAttributes
73 , maximumScale(ValueAuto)
83 float maximumScale; member in struct:WebCore::ViewportArguments
93 && maximumScale == other.maximumScale
H A DViewportArguments.cpp113 if (args.maximumScale != ViewportArguments::ValueAuto)
114 args.maximumScale = min(float(10), max(args.maximumScale, float(0.1)));
122 if (args.maximumScale == ViewportArguments::ValueAuto) {
123 result.maximumScale = float(5.0);
126 result.maximumScale = args.maximumScale;
127 result.maximumScale = max(result.minimumScale, result.maximumScale);
142 result.initialScale = min(result.maximumScale, ma
[all...]
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitviewportattributes.cpp543 priv->maximumScaleFactor = attributes.maximumScale;
/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.cpp571 result.m_maximumScaleFactor = conf.maximumScale;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp751 conf.maximumScale,
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_view.cpp4281 *max_scale = attributes.maximumScale;
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.cpp2543 result.m_maximumScaleFactor = conf.maximumScale;

Completed in 150 milliseconds