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

  /external/webkit/WebCore/rendering/style/
RenderStyle.h 142 DataRef<StyleSurroundData> surround; member in class:WebCore::RenderStyle
333 bool hasMargin() const { return surround->margin.nonZero(); }
334 bool hasBorder() const { return surround->border.hasBorder(); }
335 bool hasPadding() const { return surround->padding.nonZero(); }
336 bool hasOffset() const { return surround->offset.nonZero(); }
361 Length left() const { return surround->offset.left(); }
362 Length right() const { return surround->offset.right(); }
363 Length top() const { return surround->offset.top(); }
364 Length bottom() const { return surround->offset.bottom(); }
381 const BorderData& border() const { return surround->border;
    [all...]
RenderStyle.cpp 77 , surround(defaultStyle()->surround)
108 surround.init();
140 , surround(o.surround)
175 surround == o.surround &&
309 if (surround->margin != other->surround->margin)
312 if (surround->padding != other->surround->padding
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/grub/docs/
texinfo.tex 201 % surround any changed text. This approach does *not* work if the
    [all...]

Completed in 67 milliseconds