Home | History | Annotate | Download | only in rendering

Lines Matching refs:borderLeft

198     int toAdd = borderLeft() + borderRight() + paddingLeft() + paddingRight();
337 int xPos = borderLeft() + paddingLeft();
360 xPos = borderLeft() + paddingLeft();
479 remainingSpace = borderLeft() + paddingLeft() + contentWidth() - xPos;
644 int xPos = borderLeft() + paddingLeft();
787 child->layer()->setStaticX(borderLeft()+paddingLeft());
812 int childX = borderLeft() + paddingLeft();
1038 int w = child->overrideWidth() - (child->borderLeft() + child->borderRight() + child->paddingLeft() + child->paddingRight());
1065 int w = child->overrideWidth() - (child->borderLeft() + child->borderRight() + child->paddingLeft() + child->paddingRight());
1078 int h = child->overrideHeight() - (child->borderLeft() + child->borderRight() + child->paddingLeft() + child->paddingRight());