Searched defs:surround (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h144 DataRef<StyleSurroundData> surround; member in class:WebCore::RenderStyle
344 bool hasMargin() const { return surround->margin.nonZero(); }
345 bool hasBorder() const { return surround->border.hasBorder(); }
346 bool hasPadding() const { return surround->padding.nonZero(); }
347 bool hasOffset() const { return surround->offset.nonZero(); }
375 Length left() const { return surround->offset.left(); }
376 Length right() const { return surround->offset.right(); }
377 Length top() const { return surround->offset.top(); }
378 Length bottom() const { return surround->offset.bottom(); }
410 const BorderData& border() const { return surround
[all...]

Completed in 73 milliseconds