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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderReplica.cpp 61 setFrameRect(parentBox()->borderBoxRect());
RenderLayerScrollableArea.h 197 IntRect rectForHorizontalScrollbar(const IntRect& borderBoxRect) const;
198 IntRect rectForVerticalScrollbar(const IntRect& borderBoxRect) const;
RenderLayerScrollableArea.cpp 787 IntRect RenderLayerScrollableArea::rectForHorizontalScrollbar(const IntRect& borderBoxRect) const
794 return IntRect(horizontalScrollbarStart(borderBoxRect.x()),
795 borderBoxRect.maxY() - box().borderBottom() - m_hBar->height(),
796 borderBoxRect.width() - (box().borderLeft() + box().borderRight()) - scrollCorner.width(),
800 IntRect RenderLayerScrollableArea::rectForVerticalScrollbar(const IntRect& borderBoxRect) const
807 return IntRect(verticalScrollbarStart(borderBoxRect.x(), borderBoxRect.maxX()),
808 borderBoxRect.y() + box().borderTop(),
810 borderBoxRect.height() - (box().borderTop() + box().borderBottom()) - scrollCorner.height());
    [all...]
RenderBox.cpp 599 return valueForLength(style()->boxReflect()->offset(), borderBoxRect().width());
600 return valueForLength(style()->boxReflect()->offset(), borderBoxRect().height());
608 LayoutRect box = borderBoxRect();
    [all...]
RenderBox.h 181 LayoutRect borderBoxRect() const { return LayoutRect(LayoutPoint(), size()); }
217 virtual LayoutRect visualOverflowRect() const { return m_overflow ? m_overflow->visualOverflowRect() : borderBoxRect(); }
572 bool hasVisualOverflow() const { return m_overflow && !borderBoxRect().contains(m_overflow->visualOverflowRect()); }
    [all...]
RenderLayerClipper.cpp 256 LayoutRect bounds = toRenderBox(m_renderer).borderBoxRect();
RenderBlock.cpp     [all...]
RenderLayer.cpp     [all...]
RenderBlockFlow.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGBlock.cpp 41 LayoutRect borderRect = borderBoxRect();
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 224 FloatRect borderBoxRect = renderer->borderBoxRect();
226 quads.append(renderer->localToAbsoluteQuad(borderBoxRect));
227 if (borderBoxRect != contentBoxRect)
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp 716 return box->style()->boxSizing() == BORDER_BOX ? box->borderBoxRect() : box->computedCSSContentBoxRect();
765 box = pixelSnappedIntRect(toRenderBox(renderer)->borderBoxRect());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 87 rect = box->borderBoxRect();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp 46 LayoutRect paintRect = m_renderBox.borderBoxRect();
    [all...]

Completed in 362 milliseconds