Home
last modified time | relevance | path

Searched refs:contentBoxRect (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderMedia.cpp55 LayoutSize oldSize = contentBoxRect().size(); in layout()
72 LayoutSize newSize = contentBoxRect().size(); in layout()
DRenderEmbeddedObject.cpp166 contentRect = contentBoxRect(); in getReplacementTextGeometry()
197 LayoutSize oldSize = contentBoxRect().size(); in layout()
229 LayoutSize newSize = contentBoxRect().size(); in layout()
DRenderImage.cpp271 …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()
DRenderHTMLCanvas.cpp60 LayoutRect contentRect = contentBoxRect(); in paintReplaced()
DRenderInputSpeech.cpp67 LayoutRect inputContentBox = inputRenderBox->contentBoxRect(); in paintInputFieldSpeechButton()
DRenderWidget.cpp167 LayoutRect contentBox = contentBoxRect(); in updateWidgetGeometry()
362 result.setIsOverWidget(contentBoxRect().contains(result.localPoint())); in nodeAtPoint()
DRenderTextControlSingleLine.cpp77 LayoutRect contentsRect = contentBoxRect(); in paint()
290 LayoutRect clipRect = contentBoxRect(); in controlClipRect()
DRenderVideo.cpp163 LayoutRect contentRect = contentBoxRect(); in paintReplaced()
DRenderThemeChromiumSkia.cpp235 LayoutRect inputContentBox = inputRenderBox->contentBoxRect(); in paintSearchFieldCancelButton()
278 LayoutRect inputContentBox = inputRenderBox->contentBoxRect(); in paintSearchFieldResultsDecoration()
DRenderFileUploadControl.cpp86 …return max(0, contentBoxRect().pixelSnappedWidth() - nodeWidth(uploadButton()) - afterButtonSpacin… in maxFilenameWidth()
DRenderView.cpp384 … 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()
DRenderReplaced.cpp330 LayoutRect contentRect = contentBoxRect(); in replacedContentRect()
DRenderRegion.cpp323 …epaintRect, flowThreadPortionRect(), flowThreadPortionOverflowRect(), contentBoxRect().location()); in repaintFlowThreadContent()
DRenderListBox.cpp727 LayoutRect clipRect = contentBoxRect(); in controlClipRect()
DRenderBox.h160 …LayoutRect contentBoxRect() const { return LayoutRect(borderLeft() + paddingLeft(), borderTop() + … in contentBoxRect() function
DRenderLayerCompositor.cpp1779 IntRect contentBox = pixelSnappedIntRect(pluginRenderer->contentBoxRect()); in requiresCompositingForPlugin()
1808 IntRect contentBox = pixelSnappedIntRect(frameRenderer->contentBoxRect()); in requiresCompositingForFrame()
DCompositedLayerMapping.cpp79 pixelSnappedIntRect(toRenderBox(renderer)->contentBoxRect()); in contentsRect()
98 rect = box->contentBoxRect(); in backgroundRect()
DRenderFlowThread.cpp569 transformState.move(renderRegion->contentBoxRect().location() - flippedRegionRect.location()); in mapFromFlowToRegion()
DRenderBox.cpp639 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/
DTouchAdjustment.cpp210 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/
DSVGSVGElement.cpp584 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/
DHTMLImageElement.cpp252 return box ? adjustForAbsoluteZoom(box->contentBoxRect().pixelSnappedWidth(), box) : 0; in width()
275 return box ? adjustForAbsoluteZoom(box->contentBoxRect().pixelSnappedHeight(), box) : 0; in height()
DHTMLCanvasElement.cpp210 FloatRect destRect = ro->contentBoxRect(); in didDraw()
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.cpp401 if (contentBoxRect().contains(pointInBorderBox)) { in nodeAtPoint()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorOverlay.cpp176 contentBox = renderBox->contentBoxRect(); in buildNodeQuads()

12