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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderFlexibleBox.cpp192 int marginAscent = direction == HorizontalLine ? marginTop() : marginRight(); local
193 return synthesizedBaselineFromContentBox(*this, direction) + marginAscent;

Completed in 1037 milliseconds