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

  /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/rendering/
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...]

Completed in 165 milliseconds