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

  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 144 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->border;
    [all...]
RenderStyle.cpp 88 , surround(defaultStyle()->surround)
118 surround.init();
149 , surround(o.surround)
184 && surround == o.surround
333 if (surround->margin != other->surround->margin)
336 if (surround->padding != other->surround->padding
    [all...]
  /external/libvorbis/doc/
04-codec.tex 611 defined channel locations for 6.1 and 7.1 surround. Ordering/location
627 the stream is a 1d-surround encoding. channel order: left,
631 the stream is quadraphonic surround. channel order: front left,
635 the stream is five-channel surround. channel order: front left,
639 the stream is 5.1 surround. channel order: front left, center,
643 the stream is 6.1 surround. channel order: front left, center,
647 the stream is 7.1 surround. channel order: front left, center,
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 534 # The $boundary argument specify what character should be used to surround
    [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...]
  /external/bison/build-aux/
texinfo.tex 815 % surround any changed text. This approach does *not* work if the
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 205 % surround any changed text. This approach does *not* work if the
    [all...]

Completed in 119 milliseconds