Home
last modified time | relevance | path

Searched refs:m_outerBorderStart (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTableSection.h195 int outerBorderStart() const { return m_outerBorderStart; } in outerBorderStart()
303 int m_outerBorderStart; variable
DRenderTableSection.cpp97 , m_outerBorderStart(0) in RenderTableSection()
1235 m_outerBorderStart = calcInlineDirectionOuterBorder(BorderStart); in recalcOuterBorder()