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

  /external/webkit/Source/WebCore/rendering/
RenderTable.h 89 int outerBorderStart() const;
95 return style()->isLeftToRightDirection() ? outerBorderStart() : outerBorderEnd();
102 return style()->isLeftToRightDirection() ? outerBorderEnd() : outerBorderStart();
110 return style()->isLeftToRightDirection() ? outerBorderStart() : outerBorderEnd();
117 return style()->isLeftToRightDirection() ? outerBorderEnd() : outerBorderStart();
RenderTableSection.h 104 int outerBorderStart() const { return m_outerBorderStart; }
RenderTable.cpp     [all...]
RenderTableSection.cpp     [all...]

Completed in 446 milliseconds