Searched defs:availableHeight (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitviewportattributesprivate.h35 int availableHeight; member in struct:_WebKitViewportAttributesPrivate
/external/webkit/Source/WebCore/dom/
H A DViewportArguments.cpp49 float availableHeight = visibleViewport.height(); local
51 ASSERT(availableWidth > 0 && availableHeight > 0);
74 availableHeight /= result.devicePixelRatio;
137 result.initialScale = max(result.initialScale, availableHeight / args.height);
152 width = args.height * (availableWidth / availableHeight);
162 height = width * availableHeight / availableWidth;
166 height = max(height, availableHeight / result.initialScale);
171 result.minimumScale = max(result.minimumScale, max(availableWidth / width, availableHeight / height));
/external/webkit/Source/WebCore/rendering/
H A DRenderFrameSet.cpp595 int availableHeight = height() - (rows - 1) * borderThickness; local
597 availableHeight -= m_rows.m_sizes[r] += dHeight;
600 if (availableHeight)
601 m_rows.m_sizes[rows - 1] += availableHeight;
H A DRenderBox.h319 int availableHeight() const { return style()->isHorizontalWritingMode() ? availableLogicalHeight() : availableLogicalWidth(); } function in class:WebCore::RenderBox
H A DRenderBox.cpp2063 int availableHeight = isPositioned() ? containingBlockLogicalHeightForPositioned(toRenderBoxModelObject(cb)) : toRenderBox(cb)->availableLogicalHeight(); local
2073 availableHeight = max(availableHeight, intrinsicLogicalHeight());
2074 return logicalHeight.calcValue(availableHeight - borderAndPaddingLogicalHeight());
2077 return computeContentBoxLogicalHeight(logicalHeight.calcValue(availableHeight));
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.cpp639 void DumpRenderTreeSupportGtk::dumpConfigurationForViewport(WebKitWebView* webView, gint deviceDPI, gint deviceWidth, gint deviceHeight, gint availableWidth, gint availableHeight) argument
644 ViewportAttributes attrs = computeViewportAttributes(arguments, /* default layout width for non-mobile pages */ 980, deviceWidth, deviceHeight, deviceDPI, IntSize(availableWidth, availableHeight));
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp941 void LayoutTestController::dumpConfigurationForViewport(int deviceDPI, int deviceWidth, int deviceHeight, int availableWidth, int availableHeight) argument
945 DumpRenderTreeSupportGtk::dumpConfigurationForViewport(webView, deviceDPI, deviceWidth, deviceHeight, availableWidth, availableHeight);
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp239 void LayoutTestController::dumpConfigurationForViewport(int deviceDPI, int deviceWidth, int deviceHeight, int availableWidth, int availableHeight) argument
241 QString res = DumpRenderTreeSupportQt::viewportAsText(m_drt->webPage(), deviceDPI, QSize(deviceWidth, deviceHeight), QSize(availableWidth, availableHeight));
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.cpp161 double availableHeight = JSValueToNumber(context, arguments[4], exception); local
165 controller->dumpConfigurationForViewport(static_cast<int>(deviceDPI), static_cast<int>(deviceWidth), static_cast<int>(deviceHeight), static_cast<int>(availableWidth), static_cast<int>(availableHeight));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 206 milliseconds