/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_strip_view.mm | 93 CGFloat availableHeight = 95 DCHECK(availableHeight >= 5); 99 CGFloat arrowTipHeight = kArrowTipProportion * availableHeight; 101 CGFloat arrowStemHeight = availableHeight - arrowTipHeight;
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitviewportattributesprivate.h | 35 int availableHeight;
|
webkitviewportattributes.cpp | 422 viewport->priv->availableHeight = 0; 451 g_value_set_int(value, priv->availableHeight); 505 priv->availableHeight = g_value_get_int(value); 530 priv->availableHeight = rect.height(); 537 ViewportAttributes attributes = computeViewportAttributes(arguments, priv->desktopWidth, priv->deviceWidth, priv->deviceHeight, priv->deviceDPI, IntSize(priv->availableWidth, priv->availableHeight));
|
/external/webkit/Source/WebCore/dom/ |
ViewportArguments.cpp | 49 float availableHeight = visibleViewport.height(); 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));
|
/frameworks/base/core/java/android/widget/ |
AnalogClock.java | 170 int availableHeight = mBottom - mTop; 173 int y = availableHeight / 2; 181 if (availableWidth < w || availableHeight < h) { 184 (float) availableHeight / (float) h);
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
DumpRenderTreeSupportGtk.h | 58 static void dumpConfigurationForViewport(WebKitWebView* webView, gint deviceDPI, gint deviceWidth, gint deviceHeight, gint availableWidth, gint availableHeight);
|
DumpRenderTreeSupportGtk.cpp | 639 void DumpRenderTreeSupportGtk::dumpConfigurationForViewport(WebKitWebView* webView, gint deviceDPI, gint deviceWidth, gint deviceHeight, gint availableWidth, gint availableHeight) 644 ViewportAttributes attrs = computeViewportAttributes(arguments, /* default layout width for non-mobile pages */ 980, deviceWidth, deviceHeight, deviceDPI, IntSize(availableWidth, availableHeight));
|
/external/webkit/Source/WebCore/rendering/ |
RenderFrameSet.cpp | 595 int availableHeight = height() - (rows - 1) * borderThickness; 597 availableHeight -= m_rows.m_sizes[r] += dHeight; 600 if (availableHeight) 601 m_rows.m_sizes[rows - 1] += availableHeight;
|
RenderBox.h | 319 int availableHeight() const { return style()->isHorizontalWritingMode() ? availableLogicalHeight() : availableLogicalWidth(); }
|
RenderImage.cpp | 486 m_imageResource->setImageContainerSize(IntSize(toRenderBox(cb)->availableWidth(), toRenderBox(cb)->availableHeight()));
|
RenderBox.cpp | [all...] |
RenderBoxModelObject.cpp | 412 return style()->top().calcValue(containingBlock->availableHeight()); 418 return -style()->bottom().calcValue(containingBlock->availableHeight()); [all...] |
/external/webkit/Tools/DumpRenderTree/ |
LayoutTestController.h | 307 void dumpConfigurationForViewport(int deviceDPI, int deviceWidth, int deviceHeight, int availableWidth, int availableHeight);
|
LayoutTestController.cpp | 161 double availableHeight = JSValueToNumber(context, arguments[4], exception); 165 controller->dumpConfigurationForViewport(static_cast<int>(deviceDPI), static_cast<int>(deviceWidth), static_cast<int>(deviceHeight), static_cast<int>(availableWidth), static_cast<int>(availableHeight)); [all...] |
/external/webkit/Tools/DumpRenderTree/qt/ |
LayoutTestControllerQt.h | 117 void dumpConfigurationForViewport(int deviceDPI, int deviceWidth, int deviceHeight, int availableWidth, int availableHeight);
|
LayoutTestControllerQt.cpp | 239 void LayoutTestController::dumpConfigurationForViewport(int deviceDPI, int deviceWidth, int deviceHeight, int availableWidth, int availableHeight) 241 QString res = DumpRenderTreeSupportQt::viewportAsText(m_drt->webPage(), deviceDPI, QSize(deviceWidth, deviceHeight), QSize(availableWidth, availableHeight));
|
/external/webkit/Tools/DumpRenderTree/wx/ |
LayoutTestControllerWx.cpp | 547 void LayoutTestController::dumpConfigurationForViewport(int /*deviceDPI*/, int /*deviceWidth*/, int /*deviceHeight*/, int /*availableWidth*/, int /*availableHeight*/)
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
LayoutTestControllerGtk.cpp | [all...] |
/external/webkit/Tools/DumpRenderTree/mac/ |
LayoutTestControllerMac.mm | [all...] |
/external/webkit/Tools/DumpRenderTree/win/ |
LayoutTestControllerWin.cpp | [all...] |
/external/webkit/Source/WebCore/ |
ChangeLog-2003-10-25 | [all...] |
/external/webkit/Source/WebKit/gtk/ |
ChangeLog | [all...] |