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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMedia.cpp61 LayoutSize oldSize = contentBoxRect().size();
78 LayoutSize newSize = contentBoxRect().size();
H A DRenderHTMLCanvas.cpp58 LayoutRect rect = contentBoxRect();
H A DRenderInputSpeech.cpp67 LayoutRect inputContentBox = inputRenderBox->contentBoxRect();
H A DRenderEmbeddedObject.cpp181 contentRect = contentBoxRect();
213 LayoutSize oldSize = contentBoxRect().size();
244 LayoutSize newSize = contentBoxRect().size();
H A DRenderImage.cpp246 repaintRect = enclosingIntRect(mapRect(*rect, FloatRect(FloatPoint(), m_imageResource->imageSize(1.0f)), contentBoxRect()));
248 repaintRect.intersect(contentBoxRect());
250 repaintRect = contentBoxRect();
479 if (!contentBoxRect().contains(localRect))
517 LayoutRect contentBox = contentBoxRect();
H A DRenderWidget.cpp161 LayoutRect contentBox = contentBoxRect();
371 result.setIsOverWidget(contentBoxRect().contains(result.localPoint()));
H A DRenderTextControlSingleLine.cpp70 LayoutRect contentsRect = contentBoxRect();
291 LayoutRect clipRect = contentBoxRect();
H A DRenderThemeChromiumSkia.cpp234 LayoutRect inputContentBox = inputRenderBox->contentBoxRect();
277 LayoutRect inputContentBox = inputRenderBox->contentBoxRect();
H A DRenderFileUploadControl.cpp91 return max(0, contentBoxRect().pixelSnappedWidth() - nodeWidth(uploadButton()) - afterButtonSpacing);
H A DRenderVideo.cpp152 IntRect contentRect = pixelSnappedIntRect(contentBoxRect());
H A DRenderView.cpp322 transformState.move(toLayoutSize(toRenderBox(parentDocRenderer)->contentBoxRect().location()));
537 r.moveBy(obj->contentBoxRect().location());
H A DRenderRegion.cpp313 repaintFlowThreadContentRectangle(repaintRect, flowThreadPortionRect(), flowThreadPortionOverflowRect(), contentBoxRect().location());
H A DRenderLayerBacking.cpp79 pixelSnappedIntRect(toRenderBox(renderer)->contentBoxRect());
98 rect = box->contentBoxRect();
H A DRenderBox.h155 LayoutRect contentBoxRect() const { return LayoutRect(borderLeft() + paddingLeft(), borderTop() + paddingTop(), contentWidth(), contentHeight()); } function in class:WebCore::RenderBox
161 // This returns the content area of the box (excluding padding and border). The only difference with contentBoxRect is that computedCSSContentBoxRect
H A DRenderFlowThread.cpp538 transformState.move(renderRegion->contentBoxRect().location() - flippedRegionRect.location());
H A DRenderListBox.cpp722 LayoutRect clipRect = contentBoxRect();
H A DRenderLayerCompositor.cpp1833 IntRect contentBox = pixelSnappedIntRect(pluginRenderer->contentBoxRect());
1858 IntRect contentBox = pixelSnappedIntRect(frameRenderer->contentBoxRect());
H A DRenderBox.cpp570 IntRect rect = pixelSnappedIntRect(contentBoxRect());
578 LayoutRect rect = contentBoxRect();
1243 backgroundRect = contentBoxRect();
H A DRenderBoxModelObject.cpp334 LayoutRect containerContentRect = containingBlock->contentBoxRect();
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DTouchAdjustment.cpp210 FloatRect contentBoxRect = renderer->contentBoxRect(); local
212 if (borderBoxRect != contentBoxRect)
213 quads.append(renderer->localToAbsoluteQuad(contentBoxRect));
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGSVGElement.cpp581 LayoutRect contentBoxRect = toRenderSVGRoot(renderer())->contentBoxRect(); local
582 return FloatSize(contentBoxRect.width() / renderer()->style()->effectiveZoom(), contentBoxRect.height() / renderer()->style()->effectiveZoom());
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLImageElement.cpp229 return box ? adjustForAbsoluteZoom(box->contentBoxRect().pixelSnappedWidth(), box) : 0;
252 return box ? adjustForAbsoluteZoom(box->contentBoxRect().pixelSnappedHeight(), box) : 0;
H A DHTMLCanvasElement.cpp214 FloatRect destRect = ro->contentBoxRect();
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGRoot.cpp428 if (contentBoxRect().contains(pointInBorderBox)) {
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorOverlay.cpp171 contentBox = renderBox->contentBoxRect();

Completed in 303 milliseconds