Searched refs:includeLeftEdge (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebCore/rendering/ |
D | InlineFlowBox.h | 101 … int marginLeft() const { if (includeLeftEdge()) return boxModelObject()->marginLeft(); return 0; } in marginLeft() 103 …int borderLeft() const { if (includeLeftEdge()) return renderer()->style()->borderLeftWidth(); ret… in borderLeft() 107 …int paddingLeft() const { if (includeLeftEdge()) return boxModelObject()->paddingLeft(); return 0;… in paddingLeft() 112 bool includeLeftEdge() const { return m_includeLeftEdge; } in includeLeftEdge() function
|
D | InlineFlowBox.cpp | 202 bool includeLeftEdge = false; in determineSpacingForFlowBoxes() local 214 includeLeftEdge = true; in determineSpacingForFlowBoxes() 235 includeLeftEdge = true; in determineSpacingForFlowBoxes() 240 setEdges(includeLeftEdge, includeRightEdge); in determineSpacingForFlowBoxes() 696 …boxModelObject()->paintBoxShadow(context, tx, ty, w, h, s, shadowStyle, includeLeftEdge(), include… in paintBoxShadow() 739 …delObject()->paintBorder(context, tx, ty, w, h, renderer()->style(), includeLeftEdge(), includeRig… in paintBoxDecorations()
|
D | RenderBoxModelObject.cpp | 310 bool includeLeftEdge = box ? box->includeLeftEdge() : true; in paintFillLayerExtended() local 312 int bLeft = includeLeftEdge ? borderLeft() : 0; in paintFillLayerExtended() 314 int pLeft = includeLeftEdge ? paddingLeft() : 0; in paintFillLayerExtended() 318 if (style()->hasBorderRadius() && (includeLeftEdge || includeRightEdge)) { in paintFillLayerExtended() 325 context->addRoundedRectClip(borderRect, includeLeftEdge ? topLeft : IntSize(), in paintFillLayerExtended() 327 includeLeftEdge ? bottomLeft : IntSize(), in paintFillLayerExtended()
|
/external/webkit/WebCore/ |
D | ChangeLog-2009-06-16 | 39845 (WebCore::InlineFlowBox::includeLeftEdge):
|