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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.h 149 LayoutUnit marginLogicalWidth() const { return marginStart() + marginEnd(); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.cpp 105 LayoutSize marginBoxSizeDelta(renderBox.marginLogicalWidth() + renderBox.borderAndPaddingLogicalWidth(), renderBox.marginLogicalHeight() + renderBox.borderAndPaddingLogicalHeight());

Completed in 139 milliseconds