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

  /external/webkit/Source/WebCore/rendering/
RenderInline.cpp 150 bool alwaysCreateLineBoxes = hasSelfPaintingLayer() || hasBoxDecorations() || style()->hasPadding() || style()->hasMargin() || style()->hasOutline();
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 344 bool hasMargin() const { return surround->margin.nonZero(); }
    [all...]

Completed in 48 milliseconds