HomeSort by relevance Sort by last modified time
    Searched refs:includeLeftEdge (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp 581 bool includeLeftEdge = box ? box->includeLogicalLeftEdge() : true;
584 bool hasRoundedBorder = style()->hasBorderRadius() && (includeLeftEdge || includeRightEdge);
620 RoundedIntRect border = getBackgroundRoundedRect(borderRect, box, inlineBoxWidth, inlineBoxHeight, includeLeftEdge, includeRightEdge);
637 RoundedIntRect border = getBackgroundRoundedRect(borderRect, box, inlineBoxWidth, inlineBoxHeight, includeLeftEdge, includeRightEdge);
642 int bLeft = includeLeftEdge ? borderLeft() : 0;
644 int pLeft = includeLeftEdge ? paddingLeft() : 0;
    [all...]
InlineFlowBox.cpp 293 bool includeLeftEdge = false;
305 includeLeftEdge = true;
326 includeLeftEdge = true;
331 setEdges(includeLeftEdge, includeRightEdge);
    [all...]

Completed in 34 milliseconds