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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderReplica.cpp 60 setFrameRect(parentBox()->borderBoxRect());
RenderLayerScrollableArea.h 191 IntRect rectForHorizontalScrollbar(const IntRect& borderBoxRect) const;
192 IntRect rectForVerticalScrollbar(const IntRect& borderBoxRect) const;
RenderLayerScrollableArea.cpp 778 IntRect RenderLayerScrollableArea::rectForHorizontalScrollbar(const IntRect& borderBoxRect) const
785 return IntRect(horizontalScrollbarStart(borderBoxRect.x()),
786 borderBoxRect.maxY() - box().borderBottom() - m_hBar->height(),
787 borderBoxRect.width() - (box().borderLeft() + box().borderRight()) - scrollCorner.width(),
791 IntRect RenderLayerScrollableArea::rectForVerticalScrollbar(const IntRect& borderBoxRect) const
798 return IntRect(verticalScrollbarStart(borderBoxRect.x(), borderBoxRect.maxX()),
799 borderBoxRect.y() + box().borderTop(),
801 borderBoxRect.height() - (box().borderTop() + box().borderBottom()) - scrollCorner.height());
    [all...]
RenderBox.cpp 620 return valueForLength(style()->boxReflect()->offset(), borderBoxRect().width());
621 return valueForLength(style()->boxReflect()->offset(), borderBoxRect().height());
629 LayoutRect box = borderBoxRect();
    [all...]
RenderBox.h 179 LayoutRect borderBoxRect() const { return LayoutRect(LayoutPoint(), size()); }
215 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 205 LayoutRect bounds = toRenderBox(m_renderer).borderBoxRect();
RenderLayer.cpp     [all...]
RenderBlock.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 221 FloatRect borderBoxRect = renderer->borderBoxRect();
223 quads.append(renderer->localToAbsoluteQuad(borderBoxRect));
224 if (borderBoxRect != contentBoxRect)
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp 717 return box->style()->boxSizing() == BORDER_BOX ? box->borderBoxRect() : box->computedCSSContentBoxRect();
766 box = pixelSnappedIntRect(toRenderBox(renderer)->borderBoxRect());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 86 rect = box->borderBoxRect();
    [all...]

Completed in 372 milliseconds