Searched refs:marginAscent (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlexibleBox.cpp144 int marginAscent = direction == HorizontalLine ? marginTop() : marginRight(); local
145 return baseline + marginAscent;
194 int marginAscent = direction == HorizontalLine ? marginTop() : marginRight(); local
195 return synthesizedBaselineFromContentBox(this, direction) + marginAscent;

Completed in 110 milliseconds