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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.h 93 int outerBorderEnd() 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 184 int outerBorderEnd() const { return m_outerBorderEnd; }
RenderTable.cpp     [all...]
RenderTableSection.cpp     [all...]

Completed in 127 milliseconds