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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInline.cpp 192 bool alwaysCreateLineBoxes = hasSelfPaintingLayer() || hasBoxDecorations() || newStyle->hasPadding() || newStyle->hasMargin() || hasOutline();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 360 bool hasMargin() const { return surround->margin.nonZero(); }
    [all...]

Completed in 56 milliseconds