Searched defs:borderLogicalLeft (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DInlineFlowBox.h114 int marginBorderPaddingLogicalLeft() const { return marginLogicalLeft() + borderLogicalLeft() + paddingLogicalLeft(); }
128 int borderLogicalLeft() const function in class:WebCore::InlineFlowBox
H A DRenderBoxModelObject.h100 int borderLogicalLeft() const { return style()->isHorizontalWritingMode() ? borderLeft() : borderTop(); } function in class:WebCore::RenderBoxModelObject

Completed in 65 milliseconds