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

  /external/webkit/Source/WebCore/rendering/
RenderBox.h 224 virtual int collapsedMarginAfter() const { return marginAfter(); }
RenderBlock.h 350 virtual int collapsedMarginAfter() const { return maxPositiveMarginAfter() - maxNegativeMarginAfter(); }
    [all...]
RenderBlock.cpp     [all...]
RenderBox.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp 827 int bottomMargin = toRenderBox(r)->collapsedMarginAfter();
    [all...]

Completed in 45 milliseconds