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

  /external/webkit/WebCore/rendering/
RenderBoxModelObject.h 83 bool hasHorizontalBordersPaddingOrMargin() const { return hasHorizontalBordersOrPadding() || marginLeft() != 0 || marginRight() != 0; }
84 bool hasHorizontalBordersOrPadding() const { return borderLeft() != 0 || borderRight() != 0 || paddingLeft() != 0 || paddingRight() != 0; }
InlineFlowBox.cpp 456 } else if ((!isInlineFlow || static_cast<InlineFlowBox*>(curr)->hasTextChildren()) || curr->boxModelObject()->hasHorizontalBordersOrPadding() || strictMode) {
491 if ((isInlineFlow && !static_cast<InlineFlowBox*>(curr)->hasTextChildren()) && !curr->boxModelObject()->hasHorizontalBordersOrPadding() && !strictMode)
    [all...]

Completed in 224 milliseconds