Home
last modified time | relevance | path

Searched refs:marginBottom (Results 1 – 25 of 61) sorted by relevance

123

/external/webkit/Source/WebCore/rendering/
DRenderScrollbar.cpp330 int marginBottom = part ? part->marginBottom() : 0; in trackRect() local
332 endLength += marginBottom; in trackRect()
352 rect.setHeight(rect.height() - (partRenderer->marginTop() + partRenderer->marginBottom())); in trackPieceRectWithMargins()
DRenderFlexibleBox.cpp373 ascent = child->height() + child->marginBottom(); in layoutHorizontalBox()
375 … int descent = (child->marginTop() + child->height() + child->marginBottom()) - ascent; in layoutHorizontalBox()
387 … setHeight(max(height(), yPos + child->marginTop() + child->height() + child->marginBottom())); in layoutHorizontalBox()
435 …) + max(0, (contentHeight() - (child->height() + child->marginTop() + child->marginBottom())) / 2); in layoutHorizontalBox()
440 ascent = child->height() + child->marginBottom(); in layoutHorizontalBox()
446 childY += contentHeight() - child->marginBottom() - child->height(); in layoutHorizontalBox()
687 setHeight(height() + child->height() + child->marginBottom()); in layoutVerticalBox()
DRenderScrollbarPart.cpp116 m_marginBottom = style()->marginBottom().calcMinValue(visibleSize); in computeScrollbarHeight()
DRenderInline.h45 virtual int marginBottom() const;
DRenderBoxModelObject.h104 virtual int marginBottom() const = 0;
DRenderInline.cpp508 …x->marginTop(), logicalHeight, currBox->height() + currBox->marginTop() + currBox->marginBottom()); in culledInlineAbsoluteRects()
592 …x->marginTop(), logicalHeight, currBox->height() + currBox->marginTop() + currBox->marginBottom()); in culledInlineAbsoluteQuads()
678 int RenderInline::marginBottom() const in marginBottom() function in WebCore::RenderInline
680 return computeMargin(this, style()->marginBottom()); in marginBottom()
799 …->marginTop(), logicalHeight, currBox->height() + currBox->marginTop() + currBox->marginBottom())); in culledInlineBoundingBox()
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DFixedPositioning.h112 SkLength marginBottom, // CSS margin-bottom property in setFixedPosition() argument
122 m_fixedMarginBottom = marginBottom; in setFixedPosition()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.cpp1326 return marginBottom(); in marginBefore()
1340 return marginBottom(); in marginAfter()
1349 return marginBottom(); in marginAfter()
1358 return marginBottom(); in marginBeforeUsing()
1372 return marginBottom(); in marginAfterUsing()
1381 return marginBottom(); in marginAfterUsing()
1388 return isLeftToRightDirection() ? marginTop() : marginBottom(); in marginStart()
1395 return isLeftToRightDirection() ? marginBottom() : marginTop(); in marginEnd()
1402 return otherStyle->isLeftToRightDirection() ? marginTop() : marginBottom(); in marginStartUsing()
1409 return otherStyle->isLeftToRightDirection() ? marginBottom() : marginTop(); in marginEndUsing()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundle.cpp166 …pageIndex, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) in WKBundlePageSizeAndMarginsInPixels() argument
168 …els(toImpl(frameRef), pageIndex, width, height, marginTop, marginRight, marginBottom, marginLeft)); in WKBundlePageSizeAndMarginsInPixels()
/external/webkit/Source/WebCore/page/
DPrintContext.cpp304 …ageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) in pageSizeAndMarginsInPixels() argument
307 …pageSizeAndMarginsInPixels(pageNumber, pageSize, marginTop, marginRight, marginBottom, marginLeft); in pageSizeAndMarginsInPixels()
311 …ber(marginTop), ' ', String::number(marginRight), ' ', String::number(marginBottom), ' ', String::… in pageSizeAndMarginsInPixels()
DPrintContext.h75 …ageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft…
/external/webkit/Source/WebKit/mac/Misc/
DWebCoreStatistics.h92 …ageNumber:(int)width:(int)height:(int)marginTop:(int)marginRight:(int)marginBottom:(int)marginLeft;
DWebCoreStatistics.mm296 …pageNumber:(int)width:(int)height:(int)marginTop:(int)marginRight:(int)marginBottom:(int)marginLeft
298 …(_private->coreFrame, pageNumber, width, height, marginTop, marginRight, marginBottom, marginLeft);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundle.cpp179 …pageIndex, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) in pageSizeAndMarginsInPixels() argument
185 …insInPixels(coreFrame, pageIndex, width, height, marginTop, marginRight, marginBottom, marginLeft); in pageSizeAndMarginsInPixels()
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DLayoutTestController.h120 …pageIndex, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft…
DLayoutTestController.cpp341 …pageIndex, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) in pageSizeAndMarginsInPixels() argument
344 ….bundle(), mainFrame, pageIndex, width, height, marginTop, marginRight, marginBottom, marginLeft)); in pageSizeAndMarginsInPixels()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DDumpRenderTreeSupportGtk.h74 …ageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft…
DDumpRenderTreeSupportGtk.cpp330 …ageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) in pageSizeAndMarginsInPixels() argument
338 …nPixels(coreFrame, pageNumber, width, height, marginTop, marginRight, marginBottom, marginLeft).ut… in pageSizeAndMarginsInPixels()
/external/webkit/Source/WebCore/bindings/objc/
DDOMCSS.h184 - (NSString *)marginBottom;
185 - (void)setMarginBottom:(NSString *)marginBottom;
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.cpp258 SkLength marginLeft, marginTop, marginRight, marginBottom; in updatePositionedLayers() local
262 marginBottom = SkLength::convertLength(view->style()->marginBottom()); in updatePositionedLayers()
287 marginRight, marginBottom, in updatePositionedLayers()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.h186 …pageIndex, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft… in Q_DECLARE_METATYPE()
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
DLayoutTestController.idl71 …nt width, in int height, in int marginTop, in int marginRight, in int marginBottom, in int marginL…
/external/webkit/Tools/DumpRenderTree/wx/
DLayoutTestControllerWx.cpp564 …ageNumber, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft… in pageSizeAndMarginsInPixels() argument
/external/webkit/Tools/DumpRenderTree/qt/
DLayoutTestControllerQt.h256 …pageIndex, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft…
/external/webkit/Source/WebKit/chromium/public/
DWebFrame.h471 int& marginBottom,

123