Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourcePattern.cpp251 FloatRect contentBoxRect = SVGRenderSupport::findTreeRootObject(object)->contentBoxRect(); in createTileImage() local
254 if (clampedAbsoluteTileBoundaries.width() > contentBoxRect.width()) in createTileImage()
255 clampedAbsoluteTileBoundaries.setWidth(contentBoxRect.width()); in createTileImage()
257 if (clampedAbsoluteTileBoundaries.height() > contentBoxRect.height()) in createTileImage()
258 clampedAbsoluteTileBoundaries.setHeight(contentBoxRect.height()); in createTileImage()
DSVGImageBufferTools.cpp122 clampedAbsoluteTargetRect.intersect(svgRoot->contentBoxRect()); in clampedAbsoluteTargetRectForRenderer()
DRenderSVGRoot.cpp328 if (!contentBoxRect().contains(pointInContentBox)) in nodeAtPoint()
/external/webkit/Source/WebCore/rendering/
DRenderMedia.cpp60 IntSize oldSize = contentBoxRect().size(); in layout()
68 IntSize newSize = contentBoxRect().size(); in layout()
DRenderWidget.cpp207 …idgetGeometry(IntRect(localToAbsoluteQuad(FloatQuad(contentBoxRect())).boundingBox()), contentBoxR… in setWidget()
345 IntRect contentBox = contentBoxRect(); in updateWidgetPosition()
400 result.setIsOverWidget(contentBoxRect().contains(result.localPoint())); in nodeAtPoint()
DRenderHTMLCanvas.cpp59 IntRect rect = contentBoxRect(); in paintReplaced()
DRenderImage.cpp205 …tRect(mapRect(*rect, FloatRect(FloatPoint(), m_imageResource->imageSize(1.0f)), contentBoxRect())); in imageDimensionsChanged()
207 repaintRect.intersect(contentBoxRect()); in imageDimensionsChanged()
209 repaintRect = contentBoxRect(); in imageDimensionsChanged()
418 IntRect contentBox = contentBoxRect(); in nodeAtPoint()
DRenderInputSpeech.cpp69 IntRect inputContentBox = inputRenderBox->contentBoxRect(); in paintInputFieldSpeechButton()
DRenderThemeChromiumSkia.cpp281 IntRect inputContentBox = inputRenderBox->contentBoxRect(); in paintSearchFieldCancelButton()
324 IntRect inputContentBox = inputRenderBox->contentBoxRect(); in paintSearchFieldResultsDecoration()
359 IntRect inputContentBox = inputRenderBox->contentBoxRect(); in paintSearchFieldResultsButton()
DRenderSlider.cpp116 IntRect contentRect = contentBoxRect(); in thumbRect()
DRenderVideo.cpp160 IntRect contentRect = contentBoxRect(); in videoBox()
DRenderEmbeddedObject.cpp186 contentRect = contentBoxRect(); in getReplacementTextGeometry()
DRenderBox.h117 …IntRect contentBoxRect() const { return IntRect(borderLeft() + paddingLeft(), borderTop() + paddin… in contentBoxRect() function
DRenderListBox.cpp691 IntRect clipRect = contentBoxRect(); in controlClipRect()
DRenderLayerCompositor.cpp1535 IntRect contentBox = pluginRenderer->contentBoxRect();
1566 IntRect contentBox = frameRenderer->contentBoxRect();
DRenderTextControlSingleLine.cpp227 IntRect contentsRect = contentBoxRect(); in paint()
DRenderLayerBacking.cpp1021 contentsRect = toRenderBox(renderer())->contentBoxRect(); in contentsBox()
DRenderBox.cpp492 IntRect rect = contentBoxRect(); in absoluteContentBox()
500 IntRect rect = contentBoxRect(); in absoluteContentQuad()
/external/webkit/Source/WebCore/html/shadow/
DSliderThumbElement.cpp129 currentPosition = renderBox()->y() - input->renderBox()->contentBoxRect().y(); in setPositionFromPoint()
133 currentPosition = renderBox()->x() - input->renderBox()->contentBoxRect().x(); in setPositionFromPoint()
/external/webkit/Source/WebCore/inspector/
DDOMNodeHighlighter.cpp247 IntRect contentBox = renderBox->contentBoxRect(); in DrawNodeHighlight()
/external/webkit/Source/WebCore/html/
DHTMLCanvasElement.cpp221 FloatRect destRect = ro->contentBoxRect(); in didDraw()
/external/webkit/Source/WebCore/platform/qt/
DRenderThemeQt.cpp1022 IntRect inputContentBox = inputRenderBox->contentBoxRect(); in paintSearchFieldCancelButton()
1340 IntRect b = toRenderBox(o)->contentBoxRect(); in paintMediaVolumeSliderTrack()
/external/webkit/Source/WebCore/css/
DCSSComputedStyleDeclaration.cpp473 return box->style()->boxSizing() == CONTENT_BOX ? box->contentBoxRect() : box->borderBoxRect(); in sizingBox()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1650938 (WebCore::RenderBox::contentBoxRect):