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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.h190 int calcInlineDirectionOuterBorder(InlineBorderSide) const;
H A DRenderTableSection.cpp1182 int RenderTableSection::calcInlineDirectionOuterBorder(InlineBorderSide side) const function in class:blink::RenderTableSection
1235 m_outerBorderStart = calcInlineDirectionOuterBorder(BorderStart);
1236 m_outerBorderEnd = calcInlineDirectionOuterBorder(BorderEnd);

Completed in 288 milliseconds