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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 128 DataRef<StyleSurroundData> surround; member in class:WebCore::RenderStyle
360 bool hasMargin() const { return surround->margin.nonZero(); }
361 bool hasBorder() const { return surround->border.hasBorder(); }
362 bool hasPadding() const { return surround->padding.nonZero(); }
363 bool hasOffset() const { return surround->offset.nonZero(); }
415 Length left() const { return surround->offset.left(); }
416 Length right() const { return surround->offset.right(); }
417 Length top() const { return surround->offset.top(); }
418 Length bottom() const { return surround->offset.bottom(); }
421 Length logicalLeft() const { return surround->offset.logicalLeft(writingMode());
    [all...]
RenderStyle.cpp 104 , surround(defaultStyle()->surround)
122 surround.init();
142 , surround(o.surround)
172 surround = other->surround;
202 && surround == o.surround
368 if (surround->margin != other->surround->margin
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
closebrackets.js 42 function surround(cm) {
54 if (cm.somethingSelected()) return surround(cm);
  /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/chromium_org/chrome/renderer/resources/extensions/
test_custom_bindings.js 197 // override JSON.stringfy, so surround in try-catch.
  /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/chromium_org/v8/test/mjsunit/
unicode-test.js     [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 328 milliseconds