Home | History | Annotate | Download | only in style

Lines Matching refs:isLeftToRightDirection

1428         return isLeftToRightDirection() ? borderLeft() : borderRight();
1429 return isLeftToRightDirection() ? borderTop() : borderBottom();
1435 return isLeftToRightDirection() ? borderRight() : borderLeft();
1436 return isLeftToRightDirection() ? borderBottom() : borderTop();
1474 return isLeftToRightDirection() ? borderLeftWidth() : borderRightWidth();
1475 return isLeftToRightDirection() ? borderTopWidth() : borderBottomWidth();
1481 return isLeftToRightDirection() ? borderRightWidth() : borderLeftWidth();
1482 return isLeftToRightDirection() ? borderBottomWidth() : borderTopWidth();
1488 if (isLeftToRightDirection())
1493 if (isLeftToRightDirection())
1503 if (isLeftToRightDirection())
1508 if (isLeftToRightDirection())