Home
last modified time | relevance | path

Searched refs:contentBox (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorOverlay.cpp260 LayoutRect contentBox; in buildNodeQuads() local
269 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()
274contentBox.width() + renderBox->paddingLeft() + renderBox->paddingRight(), contentBox.height() + r… in buildNodeQuads()
286contentBox = LayoutRect(paddingBox.x() + renderInline->paddingLeft(), paddingBox.y() + renderInlin… in buildNodeQuads()
293 *content = renderer->localToAbsoluteQuad(FloatRect(contentBox)); in buildNodeQuads()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderWidget.cpp138 LayoutRect contentBox = contentBoxRect(); in updateWidgetGeometry() local
139 LayoutRect absoluteContentBox(localToAbsoluteQuad(FloatQuad(contentBox)).boundingBox()); in updateWidgetGeometry()
141 contentBox.setLocation(absoluteContentBox.location()); in updateWidgetGeometry()
142 return setWidgetGeometry(contentBox); in updateWidgetGeometry()
DRenderImage.cpp364 LayoutRect contentBox = contentBoxRect(); in nodeAtPoint() local
366 …point() - toLayoutSize(accumulatedOffset) - locationOffset() - toLayoutSize(contentBox.location()); in nodeAtPoint()
369 if (map->mapMouseEvent(mapLocation, contentBox.size(), tempResult)) in nodeAtPoint()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp664 RenderBox* contentBox = embeddedContentBox(); in forceLayoutParentViewIfNeeded() local
665 if (!contentBox) in forceLayoutParentViewIfNeeded()
668 RenderSVGRoot* svgRoot = toRenderSVGRoot(contentBox); in forceLayoutParentViewIfNeeded()
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
Ddojo-1.6.1.js6271 dojo.contentBox = function(/*DomNode|String*/node, /*Object?*/box){ function