/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderMedia.cpp | 55 LayoutSize oldSize = contentBoxRect().size(); in layout() 72 LayoutSize newSize = contentBoxRect().size(); in layout()
|
D | RenderEmbeddedObject.cpp | 166 contentRect = contentBoxRect(); in getReplacementTextGeometry() 197 LayoutSize oldSize = contentBoxRect().size(); in layout() 229 LayoutSize newSize = contentBoxRect().size(); in layout()
|
D | RenderImage.cpp | 271 …tRect(mapRect(*rect, FloatRect(FloatPoint(), m_imageResource->imageSize(1.0f)), contentBoxRect())); in imageDimensionsChanged() 273 repaintRect.intersect(contentBoxRect()); in imageDimensionsChanged() 275 repaintRect = contentBoxRect(); in imageDimensionsChanged() 380 LayoutRect contentRect = contentBoxRect(); in paintReplaced() 496 if (!contentBoxRect().contains(localRect)) in foregroundIsKnownToBeOpaqueInRect() 541 LayoutRect contentBox = contentBoxRect(); in nodeAtPoint()
|
D | RenderHTMLCanvas.cpp | 60 LayoutRect contentRect = contentBoxRect(); in paintReplaced()
|
D | RenderInputSpeech.cpp | 67 LayoutRect inputContentBox = inputRenderBox->contentBoxRect(); in paintInputFieldSpeechButton()
|
D | RenderWidget.cpp | 167 LayoutRect contentBox = contentBoxRect(); in updateWidgetGeometry() 362 result.setIsOverWidget(contentBoxRect().contains(result.localPoint())); in nodeAtPoint()
|
D | RenderTextControlSingleLine.cpp | 77 LayoutRect contentsRect = contentBoxRect(); in paint() 290 LayoutRect clipRect = contentBoxRect(); in controlClipRect()
|
D | RenderVideo.cpp | 163 LayoutRect contentRect = contentBoxRect(); in paintReplaced()
|
D | RenderThemeChromiumSkia.cpp | 235 LayoutRect inputContentBox = inputRenderBox->contentBoxRect(); in paintSearchFieldCancelButton() 278 LayoutRect inputContentBox = inputRenderBox->contentBoxRect(); in paintSearchFieldResultsDecoration()
|
D | RenderFileUploadControl.cpp | 86 …return max(0, contentBoxRect().pixelSnappedWidth() - nodeWidth(uploadButton()) - afterButtonSpacin… in maxFilenameWidth()
|
D | RenderView.cpp | 384 … transformState.move(toLayoutSize(toRenderBox(parentDocRenderer)->contentBoxRect().location())); in mapLocalToContainer() 407 offset += toLayoutSize(parentDocRenderer->contentBoxRect().location()); in pushMappingToContainer() 599 r.moveBy(obj->contentBoxRect().location()); in repaintViewRectangle()
|
D | RenderReplaced.cpp | 330 LayoutRect contentRect = contentBoxRect(); in replacedContentRect()
|
D | RenderRegion.cpp | 323 …epaintRect, flowThreadPortionRect(), flowThreadPortionOverflowRect(), contentBoxRect().location()); in repaintFlowThreadContent()
|
D | RenderListBox.cpp | 727 LayoutRect clipRect = contentBoxRect(); in controlClipRect()
|
D | RenderBox.h | 160 …LayoutRect contentBoxRect() const { return LayoutRect(borderLeft() + paddingLeft(), borderTop() + … in contentBoxRect() function
|
D | RenderLayerCompositor.cpp | 1779 IntRect contentBox = pixelSnappedIntRect(pluginRenderer->contentBoxRect()); in requiresCompositingForPlugin() 1808 IntRect contentBox = pixelSnappedIntRect(frameRenderer->contentBoxRect()); in requiresCompositingForFrame()
|
D | CompositedLayerMapping.cpp | 79 pixelSnappedIntRect(toRenderBox(renderer)->contentBoxRect()); in contentsRect() 98 rect = box->contentBoxRect(); in backgroundRect()
|
D | RenderFlowThread.cpp | 569 transformState.move(renderRegion->contentBoxRect().location() - flippedRegionRect.location()); in mapFromFlowToRegion()
|
D | RenderBox.cpp | 639 IntRect rect = pixelSnappedIntRect(contentBoxRect()); in absoluteContentBox() 647 LayoutRect rect = contentBoxRect(); in absoluteContentQuad() 1378 backgroundRect = contentBoxRect(); in backgroundIsKnownToBeOpaqueInRect()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | TouchAdjustment.cpp | 210 FloatRect contentBoxRect = renderer->contentBoxRect(); in appendZoomableSubtargets() local 212 if (borderBoxRect != contentBoxRect) in appendZoomableSubtargets() 213 quads.append(renderer->localToAbsoluteQuad(contentBoxRect)); in appendZoomableSubtargets()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGSVGElement.cpp | 584 LayoutRect contentBoxRect = toRenderSVGRoot(renderer())->contentBoxRect(); in currentViewportSize() local 585 …return FloatSize(contentBoxRect.width() / renderer()->style()->effectiveZoom(), contentBoxRect.hei… in currentViewportSize()
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLImageElement.cpp | 252 return box ? adjustForAbsoluteZoom(box->contentBoxRect().pixelSnappedWidth(), box) : 0; in width() 275 return box ? adjustForAbsoluteZoom(box->contentBoxRect().pixelSnappedHeight(), box) : 0; in height()
|
D | HTMLCanvasElement.cpp | 210 FloatRect destRect = ro->contentBoxRect(); in didDraw()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGRoot.cpp | 401 if (contentBoxRect().contains(pointInBorderBox)) { in nodeAtPoint()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorOverlay.cpp | 176 contentBox = renderBox->contentBoxRect(); in buildNodeQuads()
|