HomeSort by relevance Sort by last modified time
    Searched refs:contentBoxRect (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMedia.cpp 52 LayoutSize oldSize = contentBoxRect().size();
61 LayoutSize newSize = contentBoxRect().size();
RenderHTMLCanvas.cpp 56 LayoutRect contentRect = contentBoxRect();
RenderImage.cpp 239 repaintRect = enclosingIntRect(mapRect(*rect, FloatRect(FloatPoint(), imageSizeWithoutZoom), contentBoxRect()));
241 repaintRect.intersect(contentBoxRect());
243 repaintRect = contentBoxRect();
357 LayoutRect contentRect = contentBoxRect();
478 if (!contentBoxRect().contains(localRect))
527 LayoutRect contentBox = contentBoxRect();
RenderWidget.cpp 123 LayoutRect contentBox = contentBoxRect();
311 result.setIsOverWidget(contentBoxRect().contains(result.localPoint()));
RenderRegion.cpp 137 repaintFlowThreadContentRectangle(repaintRect, flowThreadPortionRect(), flowThreadPortionOverflowRect(), contentBoxRect().location());
RenderVideo.cpp 161 LayoutRect contentRect = contentBoxRect();
RenderTextControlSingleLine.cpp 75 LayoutRect contentsRect = contentBoxRect();
281 LayoutRect clipRect = contentBoxRect();
RenderThemeChromiumSkia.cpp 232 LayoutRect inputContentBox = inputRenderBox->contentBoxRect();
277 LayoutRect inputContentBox = inputRenderBox->contentBoxRect();
RenderEmbeddedObject.cpp 164 contentRect = contentBoxRect();
RenderFileUploadControl.cpp 86 return max(0, contentBoxRect().pixelSnappedWidth() - nodeWidth(uploadButton()) - afterButtonSpacing);
RenderView.cpp 289 transformState.move(toLayoutSize(toRenderBox(parentDocRenderer)->contentBoxRect().location()));
312 offset += toLayoutSize(parentDocRenderer->contentBoxRect().location());
490 rectToRepaint.moveBy(obj->contentBoxRect().location());
    [all...]
RenderMultiColumnSet.cpp 80 return contentBoxRect().location() + columnRect.location() - portionRect.location();
RenderReplaced.cpp 308 LayoutRect contentRect = contentBoxRect();
RenderBox.h 185 LayoutRect contentBoxRect() const { return LayoutRect(borderLeft() + paddingLeft(), borderTop() + paddingTop(), contentWidth(), contentHeight()); }
191 // This returns the content area of the box (excluding padding and border). The only difference with contentBoxRect is that computedCSSContentBoxRect
    [all...]
RenderListBox.cpp 758 LayoutRect clipRect = contentBoxRect();
    [all...]
RenderBox.cpp 577 IntRect rect = pixelSnappedIntRect(contentBoxRect());
585 LayoutRect rect = contentBoxRect();
    [all...]
RenderBoxModelObject.cpp 289 LayoutRect containerContentRect = containingBlock->contentBoxRect();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 222 FloatRect contentBoxRect = renderer->contentBoxRect();
224 if (borderBoxRect != contentBoxRect)
225 quads.append(renderer->localToAbsoluteQuad(contentBoxRect));
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.cpp 643 LayoutRect contentBoxRect = toRenderSVGRoot(renderer())->contentBoxRect();
644 return FloatSize(contentBoxRect.width() / renderer()->style()->effectiveZoom(), contentBoxRect.height() / renderer()->style()->effectiveZoom());
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.cpp 350 return box ? adjustForAbsoluteZoom(box->contentBoxRect().pixelSnappedWidth(), box) : 0;
373 return box ? adjustForAbsoluteZoom(box->contentBoxRect().pixelSnappedHeight(), box) : 0;
HTMLCanvasElement.cpp 206 FloatRect destRect = ro->contentBoxRect();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 437 if (contentBoxRect().contains(pointInBorderBox)) {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp 180 contentBox = renderBox->contentBoxRect();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 73 pixelSnappedIntRect(toRenderBox(renderer)->contentBoxRect());
92 rect = box->contentBoxRect();
    [all...]

Completed in 1210 milliseconds