/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderMedia.cpp | 55 LayoutSize oldSize = contentBoxRect().size(); 72 LayoutSize newSize = contentBoxRect().size();
|
RenderHTMLCanvas.cpp | 60 LayoutRect contentRect = contentBoxRect();
|
RenderInputSpeech.cpp | 67 LayoutRect inputContentBox = inputRenderBox->contentBoxRect();
|
RenderEmbeddedObject.cpp | 166 contentRect = contentBoxRect(); 197 LayoutSize oldSize = contentBoxRect().size(); 229 LayoutSize newSize = contentBoxRect().size();
|
RenderImage.cpp | 271 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();
|
RenderVideo.cpp | 163 LayoutRect contentRect = contentBoxRect();
|
RenderWidget.cpp | 167 LayoutRect contentBox = contentBoxRect(); 362 result.setIsOverWidget(contentBoxRect().contains(result.localPoint()));
|
RenderTextControlSingleLine.cpp | 77 LayoutRect contentsRect = contentBoxRect(); 290 LayoutRect clipRect = contentBoxRect();
|
RenderThemeChromiumSkia.cpp | 235 LayoutRect inputContentBox = inputRenderBox->contentBoxRect(); 278 LayoutRect inputContentBox = inputRenderBox->contentBoxRect();
|
RenderFileUploadControl.cpp | 86 return max(0, contentBoxRect().pixelSnappedWidth() - nodeWidth(uploadButton()) - afterButtonSpacing);
|
RenderView.cpp | 384 transformState.move(toLayoutSize(toRenderBox(parentDocRenderer)->contentBoxRect().location())); 407 offset += toLayoutSize(parentDocRenderer->contentBoxRect().location()); 599 r.moveBy(obj->contentBoxRect().location()); [all...] |
RenderRegion.cpp | 323 repaintFlowThreadContentRectangle(repaintRect, flowThreadPortionRect(), flowThreadPortionOverflowRect(), contentBoxRect().location());
|
RenderReplaced.cpp | 330 LayoutRect contentRect = contentBoxRect();
|
RenderBox.h | 160 LayoutRect contentBoxRect() const { return LayoutRect(borderLeft() + paddingLeft(), borderTop() + paddingTop(), contentWidth(), contentHeight()); } 166 // This returns the content area of the box (excluding padding and border). The only difference with contentBoxRect is that computedCSSContentBoxRect [all...] |
RenderFlowThread.cpp | 569 transformState.move(renderRegion->contentBoxRect().location() - flippedRegionRect.location()); [all...] |
RenderListBox.cpp | 727 LayoutRect clipRect = contentBoxRect();
|
CompositedLayerMapping.cpp | 79 pixelSnappedIntRect(toRenderBox(renderer)->contentBoxRect()); 98 rect = box->contentBoxRect(); [all...] |
RenderLayerCompositor.cpp | [all...] |
RenderBox.cpp | 639 IntRect rect = pixelSnappedIntRect(contentBoxRect()); 647 LayoutRect rect = contentBoxRect(); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/ |
TouchAdjustment.cpp | 210 FloatRect contentBoxRect = renderer->contentBoxRect(); 212 if (borderBoxRect != contentBoxRect) 213 quads.append(renderer->localToAbsoluteQuad(contentBoxRect));
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGSVGElement.cpp | 584 LayoutRect contentBoxRect = toRenderSVGRoot(renderer())->contentBoxRect(); 585 return FloatSize(contentBoxRect.width() / renderer()->style()->effectiveZoom(), contentBoxRect.height() / renderer()->style()->effectiveZoom());
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLImageElement.cpp | 252 return box ? adjustForAbsoluteZoom(box->contentBoxRect().pixelSnappedWidth(), box) : 0; 275 return box ? adjustForAbsoluteZoom(box->contentBoxRect().pixelSnappedHeight(), box) : 0;
|
HTMLCanvasElement.cpp | 210 FloatRect destRect = ro->contentBoxRect();
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGRoot.cpp | 401 if (contentBoxRect().contains(pointInBorderBox)) {
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorOverlay.cpp | 176 contentBox = renderBox->contentBoxRect();
|