HomeSort by relevance Sort by last modified time
    Searched refs:outerBorderStart (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.h 92 int outerBorderStart() const;
98 return style()->isLeftToRightDirection() ? outerBorderStart() : outerBorderEnd();
105 return style()->isLeftToRightDirection() ? outerBorderEnd() : outerBorderStart();
113 return style()->isLeftToRightDirection() ? outerBorderStart() : outerBorderEnd();
120 return style()->isLeftToRightDirection() ? outerBorderEnd() : outerBorderStart();
RenderTableSection.h 195 int outerBorderStart() const { return m_outerBorderStart; }
RenderTable.cpp     [all...]
RenderTableSection.cpp     [all...]

Completed in 466 milliseconds