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

/external/webkit/Source/WebCore/rendering/
H A DRenderMedia.cpp60 IntSize oldSize = contentBoxRect().size();
68 IntSize newSize = contentBoxRect().size();
H A DRenderHTMLCanvas.cpp66 IntRect rect = contentBoxRect();
H A DRenderInputSpeech.cpp69 IntRect inputContentBox = inputRenderBox->contentBoxRect();
H A DRenderWidget.cpp211 setWidgetGeometry(IntRect(localToAbsoluteQuad(FloatQuad(contentBoxRect())).boundingBox()), contentBoxRect().size());
349 IntRect contentBox = contentBoxRect();
404 result.setIsOverWidget(contentBoxRect().contains(result.localPoint()));
H A DRenderImage.cpp205 repaintRect = enclosingIntRect(mapRect(*rect, FloatRect(FloatPoint(), m_imageResource->imageSize(1.0f)), contentBoxRect()));
207 repaintRect.intersect(contentBoxRect());
209 repaintRect = contentBoxRect();
418 IntRect contentBox = contentBoxRect();
H A DRenderSlider.cpp116 IntRect contentRect = contentBoxRect();
H A DRenderThemeChromiumSkia.cpp281 IntRect inputContentBox = inputRenderBox->contentBoxRect();
324 IntRect inputContentBox = inputRenderBox->contentBoxRect();
359 IntRect inputContentBox = inputRenderBox->contentBoxRect();
H A DRenderEmbeddedObject.cpp186 contentRect = contentBoxRect();
H A DRenderVideo.cpp160 IntRect contentRect = contentBoxRect();
H A DRenderBox.h117 IntRect contentBoxRect() const { return IntRect(borderLeft() + paddingLeft(), borderTop() + paddingTop(), contentWidth(), contentHeight()); } function in class:WebCore::RenderBox
H A DRenderLayerCompositor.cpp1592 IntRect contentBox = pluginRenderer->contentBoxRect();
1623 IntRect contentBox = frameRenderer->contentBoxRect();
H A DRenderListBox.cpp691 IntRect clipRect = contentBoxRect();
H A DRenderTextControlSingleLine.cpp227 IntRect contentsRect = contentBoxRect();
H A DRenderLayerBacking.cpp1021 contentsRect = toRenderBox(renderer())->contentBoxRect();
H A DRenderBox.cpp492 IntRect rect = contentBoxRect();
500 IntRect rect = contentBoxRect();
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGResourcePattern.cpp251 FloatRect contentBoxRect = SVGRenderSupport::findTreeRootObject(object)->contentBoxRect(); local
254 if (clampedAbsoluteTileBoundaries.width() > contentBoxRect.width())
255 clampedAbsoluteTileBoundaries.setWidth(contentBoxRect.width());
257 if (clampedAbsoluteTileBoundaries.height() > contentBoxRect.height())
258 clampedAbsoluteTileBoundaries.setHeight(contentBoxRect.height());
H A DSVGImageBufferTools.cpp122 clampedAbsoluteTargetRect.intersect(svgRoot->contentBoxRect());
H A DRenderSVGRoot.cpp328 if (!contentBoxRect().contains(pointInContentBox))
/external/webkit/Source/WebCore/html/shadow/
H A DSliderThumbElement.cpp129 currentPosition = renderBox()->y() - input->renderBox()->contentBoxRect().y();
133 currentPosition = renderBox()->x() - input->renderBox()->contentBoxRect().x();
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DCanvasLayer.cpp173 return m_canvas->renderBox()->contentBoxRect();
/external/webkit/Source/WebCore/inspector/
H A DDOMNodeHighlighter.cpp247 IntRect contentBox = renderBox->contentBoxRect();
/external/webkit/Source/WebCore/html/
H A DHTMLCanvasElement.cpp222 FloatRect destRect = ro->contentBoxRect();
/external/webkit/Source/WebCore/platform/qt/
H A DRenderThemeQt.cpp1022 IntRect inputContentBox = inputRenderBox->contentBoxRect();
1340 IntRect b = toRenderBox(o)->contentBoxRect();
/external/webkit/Source/WebCore/css/
H A DCSSComputedStyleDeclaration.cpp461 return box->style()->boxSizing() == CONTENT_BOX ? box->contentBoxRect() : box->borderBoxRect();
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp3421 IntRect contentBox = renderBox->contentBoxRect();

Completed in 333 milliseconds