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

  /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/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...]

Completed in 54 milliseconds