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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.cpp 302 bool hasInvertedDirection = cb->style()->isLeftToRightDirection() == style()->isLeftToRightDirection();
304 hasInvertedDirection ? marginValues.m_start : marginValues.m_end,
305 hasInvertedDirection ? marginValues.m_end : marginValues.m_start);
    [all...]
RenderBox.cpp     [all...]

Completed in 155 milliseconds