Searched refs:contentBox (Results 1 – 5 of 5) sorted by relevance
260 LayoutRect contentBox; in buildNodeQuads() local269 contentBox = renderBox->contentBoxRect(); in buildNodeQuads()270 contentBox.setWidth(contentBox.width() + renderBox->verticalScrollbarWidth()); in buildNodeQuads()271 contentBox.setHeight(contentBox.height() + renderBox->horizontalScrollbarHeight()); in buildNodeQuads()273 …paddingBox = LayoutRect(contentBox.x() - renderBox->paddingLeft(), contentBox.y() - renderBox->pad… in buildNodeQuads()274 …contentBox.width() + renderBox->paddingLeft() + renderBox->paddingRight(), contentBox.height() + r… in buildNodeQuads()286 …contentBox = LayoutRect(paddingBox.x() + renderInline->paddingLeft(), paddingBox.y() + renderInlin… in buildNodeQuads()293 *content = renderer->localToAbsoluteQuad(FloatRect(contentBox)); in buildNodeQuads()
138 LayoutRect contentBox = contentBoxRect(); in updateWidgetGeometry() local139 LayoutRect absoluteContentBox(localToAbsoluteQuad(FloatQuad(contentBox)).boundingBox()); in updateWidgetGeometry()141 contentBox.setLocation(absoluteContentBox.location()); in updateWidgetGeometry()142 return setWidgetGeometry(contentBox); in updateWidgetGeometry()
364 LayoutRect contentBox = contentBoxRect(); in nodeAtPoint() local366 …point() - toLayoutSize(accumulatedOffset) - locationOffset() - toLayoutSize(contentBox.location()); in nodeAtPoint()369 if (map->mapMouseEvent(mapLocation, contentBox.size(), tempResult)) in nodeAtPoint()
664 RenderBox* contentBox = embeddedContentBox(); in forceLayoutParentViewIfNeeded() local665 if (!contentBox) in forceLayoutParentViewIfNeeded()668 RenderSVGRoot* svgRoot = toRenderSVGRoot(contentBox); in forceLayoutParentViewIfNeeded()
6271 dojo.contentBox = function(/*DomNode|String*/node, /*Object?*/box){ function