Home | History | Annotate | Download | only in style

Lines Matching refs:isLeftToRightDirection

1263         return isLeftToRightDirection() ? borderLeft() : borderRight();
1264 return isLeftToRightDirection() ? borderTop() : borderBottom();
1270 return isLeftToRightDirection() ? borderRight() : borderLeft();
1271 return isLeftToRightDirection() ? borderBottom() : borderTop();
1309 return isLeftToRightDirection() ? borderLeftWidth() : borderRightWidth();
1310 return isLeftToRightDirection() ? borderTopWidth() : borderBottomWidth();
1316 return isLeftToRightDirection() ? borderRightWidth() : borderLeftWidth();
1317 return isLeftToRightDirection() ? borderBottomWidth() : borderTopWidth();
1387 return isLeftToRightDirection() ? marginLeft() : marginRight();
1388 return isLeftToRightDirection() ? marginTop() : marginBottom();
1394 return isLeftToRightDirection() ? marginRight() : marginLeft();
1395 return isLeftToRightDirection() ? marginBottom() : marginTop();
1401 return otherStyle->isLeftToRightDirection() ? marginLeft() : marginRight();
1402 return otherStyle->isLeftToRightDirection() ? marginTop() : marginBottom();
1408 return otherStyle->isLeftToRightDirection() ? marginRight() : marginLeft();
1409 return otherStyle->isLeftToRightDirection() ? marginBottom() : marginTop();
1415 if (isLeftToRightDirection())
1420 if (isLeftToRightDirection())
1430 if (isLeftToRightDirection())
1435 if (isLeftToRightDirection())
1477 return isLeftToRightDirection() ? paddingLeft() : paddingRight();
1478 return isLeftToRightDirection() ? paddingTop() : paddingBottom();
1484 return isLeftToRightDirection() ? paddingRight() : paddingLeft();
1485 return isLeftToRightDirection() ? paddingBottom() : paddingTop();