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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMedia.cpp 61 LayoutSize oldSize = contentBoxRect().size();
78 LayoutSize newSize = contentBoxRect().size();
RenderHTMLCanvas.cpp 58 LayoutRect rect = contentBoxRect();
RenderInputSpeech.cpp 67 LayoutRect inputContentBox = inputRenderBox->contentBoxRect();
RenderEmbeddedObject.cpp 181 contentRect = contentBoxRect();
213 LayoutSize oldSize = contentBoxRect().size();
244 LayoutSize newSize = contentBoxRect().size();
RenderImage.cpp 246 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();
RenderWidget.cpp 161 LayoutRect contentBox = contentBoxRect();
371 result.setIsOverWidget(contentBoxRect().contains(result.localPoint()));
RenderTextControlSingleLine.cpp 70 LayoutRect contentsRect = contentBoxRect();
291 LayoutRect clipRect = contentBoxRect();
RenderThemeChromiumSkia.cpp 234 LayoutRect inputContentBox = inputRenderBox->contentBoxRect();
277 LayoutRect inputContentBox = inputRenderBox->contentBoxRect();
RenderFileUploadControl.cpp 91 return max(0, contentBoxRect().pixelSnappedWidth() - nodeWidth(uploadButton()) - afterButtonSpacing);
RenderVideo.cpp 152 IntRect contentRect = pixelSnappedIntRect(contentBoxRect());
RenderView.cpp 322 transformState.move(toLayoutSize(toRenderBox(parentDocRenderer)->contentBoxRect().location()));
537 r.moveBy(obj->contentBoxRect().location());
    [all...]
RenderRegion.cpp 313 repaintFlowThreadContentRectangle(repaintRect, flowThreadPortionRect(), flowThreadPortionOverflowRect(), contentBoxRect().location());
RenderLayerBacking.cpp 79 pixelSnappedIntRect(toRenderBox(renderer)->contentBoxRect());
98 rect = box->contentBoxRect();
    [all...]
RenderBox.h 155 LayoutRect contentBoxRect() const { return LayoutRect(borderLeft() + paddingLeft(), borderTop() + paddingTop(), contentWidth(), contentHeight()); }
161 // This returns the content area of the box (excluding padding and border). The only difference with contentBoxRect is that computedCSSContentBoxRect
    [all...]
RenderFlowThread.cpp 538 transformState.move(renderRegion->contentBoxRect().location() - flippedRegionRect.location());
    [all...]
RenderListBox.cpp 722 LayoutRect clipRect = contentBoxRect();
RenderLayerCompositor.cpp     [all...]
RenderBox.cpp 570 IntRect rect = pixelSnappedIntRect(contentBoxRect());
578 LayoutRect rect = contentBoxRect();
    [all...]
RenderBoxModelObject.cpp 334 LayoutRect containerContentRect = containingBlock->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 581 LayoutRect contentBoxRect = toRenderSVGRoot(renderer())->contentBoxRect();
582 return FloatSize(contentBoxRect.width() / renderer()->style()->effectiveZoom(), contentBoxRect.height() / renderer()->style()->effectiveZoom());
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.cpp 229 return box ? adjustForAbsoluteZoom(box->contentBoxRect().pixelSnappedWidth(), box) : 0;
252 return box ? adjustForAbsoluteZoom(box->contentBoxRect().pixelSnappedHeight(), box) : 0;
HTMLCanvasElement.cpp 214 FloatRect destRect = ro->contentBoxRect();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 428 if (contentBoxRect().contains(pointInBorderBox)) {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.cpp 171 contentBox = renderBox->contentBoxRect();

Completed in 301 milliseconds