Searched refs:borderBox (Results 1 – 5 of 5) sorted by relevance
/external/webkit/WebCore/rendering/ |
D | RenderTheme.cpp | 88 …LengthBox borderBox(style->borderTopWidth(), style->borderRightWidth(), style->borderBottomWidth()… in adjustStyle() local 89 … borderBox = m_theme->controlBorder(part, style->font(), borderBox, style->effectiveZoom()); in adjustStyle() 90 if (borderBox.top().value() != style->borderTopWidth()) { in adjustStyle() 91 if (borderBox.top().value()) in adjustStyle() 92 style->setBorderTopWidth(borderBox.top().value()); in adjustStyle() 96 if (borderBox.right().value() != style->borderRightWidth()) { in adjustStyle() 97 if (borderBox.right().value()) in adjustStyle() 98 style->setBorderRightWidth(borderBox.right().value()); in adjustStyle() 102 if (borderBox.bottom().value() != style->borderBottomWidth()) { in adjustStyle() 103 style->setBorderBottomWidth(borderBox.bottom().value()); in adjustStyle() [all …]
|
D | RenderLayer.cpp | 1290 IntRect borderBox = renderer()->borderBoxRect(); in positionOverflowControls() local 1291 IntRect scrollCorner(scrollCornerRect(this, borderBox)); in positionOverflowControls() 1292 … IntRect absBounds(borderBox.x() + tx, borderBox.y() + ty, borderBox.width(), borderBox.height()); in positionOverflowControls() 1308 m_resizer->setFrameRect(resizerCornerRect(this, borderBox)); in positionOverflowControls()
|
/external/webkit/WebCore/inspector/ |
D | InspectorController.cpp | 2774 … IntRect borderBox(paddingBox.x() - renderer->borderLeft(), paddingBox.y() - renderer->borderTop(), in drawNodeHighlight() local 2776 IntRect marginBox(borderBox.x() - renderer->marginLeft(), borderBox.y() - renderer->marginTop(), in drawNodeHighlight() 2777 …borderBox.width() + renderer->marginLeft() + renderer->marginRight(), borderBox.height() + rendere… in drawNodeHighlight() 2784 FloatQuad absBorderQuad = renderer->localToAbsoluteQuad(FloatRect(borderBox)); in drawNodeHighlight()
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-05-10 | 32780 (khtml::RenderBox::borderBox): 32877 (khtml::RenderObject::borderBox):
|
D | ChangeLog-2005-08-23 | 28945 (khtml::RenderBox::borderBox): 28966 (khtml::RenderObject::borderBox):
|