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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.h279 int beforeMarginInLineDirection(LineDirectionMode) const;
H A DRenderTable.cpp1239 return beforeMarginInLineDirection(direction) + baseline;
H A DRenderFlexibleBox.cpp143 return beforeMarginInLineDirection(direction) + baseline;
H A DRenderBlock.cpp3367 int RenderBlock::beforeMarginInLineDirection(LineDirectionMode direction) const function in class:blink::RenderBlock
3407 return beforeMarginInLineDirection(direction) + baselinePos;

Completed in 467 milliseconds