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

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMedia.cpp55 LayoutSize oldSize = contentBoxRect().size();
72 LayoutSize newSize = contentBoxRect().size();
H A DRenderHTMLCanvas.cpp60 LayoutRect contentRect = contentBoxRect();
H A DRenderInputSpeech.cpp67 LayoutRect inputContentBox = inputRenderBox->contentBoxRect();
H A DRenderEmbeddedObject.cpp166 contentRect = contentBoxRect();
197 LayoutSize oldSize = contentBoxRect().size();
229 LayoutSize newSize = contentBoxRect().size();
H A DRenderImage.cpp271 repaintRect = enclosingIntRect(mapRect(*rect, FloatRect(FloatPoint(), m_imageResource->imageSize(1.0f)), contentBoxRect()));
273 repaintRect.intersect(contentBoxRect());
275 repaintRect = contentBoxRect();
380 LayoutRect contentRect = contentBoxRect();
496 if (!contentBoxRect().contains(localRect))
541 LayoutRect contentBox = contentBoxRect();
H A DRenderVideo.cpp163 LayoutRect contentRect = contentBoxRect();
H A DRenderWidget.cpp167 LayoutRect contentBox = contentBoxRect();
362 result.setIsOverWidget(contentBoxRect().contains(result.localPoint()));
H A DRenderTextControlSingleLine.cpp77 LayoutRect contentsRect = contentBoxRect();
290 LayoutRect clipRect = contentBoxRect();
H A DRenderThemeChromiumSkia.cpp235 LayoutRect inputContentBox = inputRenderBox->contentBoxRect();
278 LayoutRect inputContentBox = inputRenderBox->contentBoxRect();
H A DRenderFileUploadControl.cpp86 return max(0, contentBoxRect().pixelSnappedWidth() - nodeWidth(uploadButton()) - afterButtonSpacing);
H A DRenderView.cpp384 transformState.move(toLayoutSize(toRenderBox(parentDocRenderer)->contentBoxRect().location()));
407 offset += toLayoutSize(parentDocRenderer->contentBoxRect().location());
599 r.moveBy(obj->contentBoxRect().location());
H A DRenderRegion.cpp323 repaintFlowThreadContentRectangle(repaintRect, flowThreadPortionRect(), flowThreadPortionOverflowRect(), contentBoxRect().location());
H A DRenderReplaced.cpp330 LayoutRect contentRect = contentBoxRect();
H A DRenderBox.h160 LayoutRect contentBoxRect() const { return LayoutRect(borderLeft() + paddingLeft(), borderTop() + paddingTop(), contentWidth(), contentHeight()); } function in class:WebCore::RenderBox
166 // This returns the content area of the box (excluding padding and border). The only difference with contentBoxRect is that computedCSSContentBoxRect
H A DRenderFlowThread.cpp569 transformState.move(renderRegion->contentBoxRect().location() - flippedRegionRect.location());
H A DRenderListBox.cpp727 LayoutRect clipRect = contentBoxRect();
H A DCompositedLayerMapping.cpp79 pixelSnappedIntRect(toRenderBox(renderer)->contentBoxRect());
98 rect = box->contentBoxRect();
H A DRenderLayerCompositor.cpp1779 IntRect contentBox = pixelSnappedIntRect(pluginRenderer->contentBoxRect());
1808 IntRect contentBox = pixelSnappedIntRect(frameRenderer->contentBoxRect());
H A DRenderBox.cpp639 IntRect rect = pixelSnappedIntRect(contentBoxRect());
647 LayoutRect rect = contentBoxRect();
1378 backgroundRect = 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.cpp584 LayoutRect contentBoxRect = toRenderSVGRoot(renderer())->contentBoxRect(); local
585 return FloatSize(contentBoxRect.width() / renderer()->style()->effectiveZoom(), contentBoxRect.height() / renderer()->style()->effectiveZoom());
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLImageElement.cpp252 return box ? adjustForAbsoluteZoom(box->contentBoxRect().pixelSnappedWidth(), box) : 0;
275 return box ? adjustForAbsoluteZoom(box->contentBoxRect().pixelSnappedHeight(), box) : 0;
H A DHTMLCanvasElement.cpp210 FloatRect destRect = ro->contentBoxRect();
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGRoot.cpp401 if (contentBoxRect().contains(pointInBorderBox)) {
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorOverlay.cpp176 contentBox = renderBox->contentBoxRect();

Completed in 430 milliseconds

12