Home | History | Annotate | Download | only in rendering

Lines Matching refs:RenderLayerScrollableArea

80 RenderLayerScrollableArea::RenderLayerScrollableArea(RenderLayer& layer)
107 RenderLayerScrollableArea::~RenderLayerScrollableArea()
145 HostWindow* RenderLayerScrollableArea::hostWindow() const
152 GraphicsLayer* RenderLayerScrollableArea::layerForScrolling() const
157 GraphicsLayer* RenderLayerScrollableArea::layerForHorizontalScrollbar() const
165 GraphicsLayer* RenderLayerScrollableArea::layerForVerticalScrollbar() const
173 GraphicsLayer* RenderLayerScrollableArea::layerForScrollCorner() const
181 void RenderLayerScrollableArea::invalidateScrollbarRect(Scrollbar* scrollbar, const IntRect& rect)
222 void RenderLayerScrollableArea::invalidateScrollCornerRect(const IntRect& rect)
235 bool RenderLayerScrollableArea::isActive() const
241 bool RenderLayerScrollableArea::isScrollCornerVisible() const
278 IntRect RenderLayerScrollableArea::scrollCornerRect() const
292 IntRect RenderLayerScrollableArea::convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntRect& scrollbarRect) const
304 IntRect RenderLayerScrollableArea::convertFromContainingViewToScrollbar(const Scrollbar* scrollbar, const IntRect& parentRect) const
315 IntPoint RenderLayerScrollableArea::convertFromScrollbarToContainingView(const Scrollbar* scrollbar, const IntPoint& scrollbarPoint) const
326 IntPoint RenderLayerScrollableArea::convertFromContainingViewToScrollbar(const Scrollbar* scrollbar, const IntPoint& parentPoint) const
338 int RenderLayerScrollableArea::scrollSize(ScrollbarOrientation orientation) const
344 void RenderLayerScrollableArea::setScrollOffset(const IntPoint& newScrollOffset)
417 IntPoint RenderLayerScrollableArea::scrollPosition() const
422 IntPoint RenderLayerScrollableArea::minimumScrollPosition() const
427 IntPoint RenderLayerScrollableArea::maximumScrollPosition() const
434 IntRect RenderLayerScrollableArea::visibleContentRect(IncludeScrollbarsInRect scrollbarInclusion) const
447 int RenderLayerScrollableArea::visibleHeight() const
452 int RenderLayerScrollableArea::visibleWidth() const
457 IntSize RenderLayerScrollableArea::contentsSize() const
462 IntSize RenderLayerScrollableArea::overhangAmount() const
467 IntPoint RenderLayerScrollableArea::lastKnownMousePosition() const
472 bool RenderLayerScrollableArea::shouldSuspendScrollAnimations() const
480 bool RenderLayerScrollableArea::scrollbarsCanBeActive() const
488 IntRect RenderLayerScrollableArea::scrollableAreaBoundingBox() const
493 bool RenderLayerScrollableArea::userInputScrollable(ScrollbarOrientation orientation) const
503 bool RenderLayerScrollableArea::shouldPlaceVerticalScrollbarOnLeft() const
508 int RenderLayerScrollableArea::pageStep(ScrollbarOrientation orientation) const
518 RenderBox& RenderLayerScrollableArea::box() const
523 RenderLayer* RenderLayerScrollableArea::layer() const
528 LayoutUnit RenderLayerScrollableArea::scrollWidth() const
531 const_cast<RenderLayerScrollableArea*>(this)->computeScrollDimensions();
535 LayoutUnit RenderLayerScrollableArea::scrollHeight() const
538 const_cast<RenderLayerScrollableArea*>(this)->computeScrollDimensions();
542 int RenderLayerScrollableArea::pixelSnappedScrollWidth() const
547 int RenderLayerScrollableArea::pixelSnappedScrollHeight() const
552 void RenderLayerScrollableArea::computeScrollDimensions()
564 void RenderLayerScrollableArea::scrollToOffset(const IntSize& scrollOffset, ScrollOffsetClamping clamp)
571 void RenderLayerScrollableArea::updateAfterLayout()
664 bool RenderLayerScrollableArea::hasHorizontalOverflow() const
671 bool RenderLayerScrollableArea::hasVerticalOverflow() const
678 bool RenderLayerScrollableArea::hasScrollableHorizontalOverflow() const
683 bool RenderLayerScrollableArea::hasScrollableVerticalOverflow() const
708 void RenderLayerScrollableArea::updateAfterStyleChange(const RenderStyle* oldStyle)
748 bool RenderLayerScrollableArea::updateAfterCompositingChange()
757 void RenderLayerScrollableArea::updateAfterOverflowRecalc()
777 IntSize RenderLayerScrollableArea::clampScrollOffset(const IntSize& scrollOffset) const
787 IntRect RenderLayerScrollableArea::rectForHorizontalScrollbar(const IntRect& borderBoxRect) const
800 IntRect RenderLayerScrollableArea::rectForVerticalScrollbar(const IntRect& borderBoxRect) const
813 LayoutUnit RenderLayerScrollableArea::verticalScrollbarStart(int minX, int maxX) const
820 LayoutUnit RenderLayerScrollableArea::horizontalScrollbarStart(int minX) const
828 IntSize RenderLayerScrollableArea::scrollbarOffset(const Scrollbar* scrollbar) const
852 PassRefPtr<Scrollbar> RenderLayerScrollableArea::createScrollbar(ScrollbarOrientation orientation)
873 void RenderLayerScrollableArea::destroyScrollbar(ScrollbarOrientation orientation)
887 void RenderLayerScrollableArea::setHasHorizontalScrollbar(bool hasScrollbar)
912 void RenderLayerScrollableArea::setHasVerticalScrollbar(bool hasScrollbar)
936 int RenderLayerScrollableArea::verticalScrollbarWidth(OverlayScrollbarSizeRelevancy relevancy) const
943 int RenderLayerScrollableArea::horizontalScrollbarHeight(OverlayScrollbarSizeRelevancy relevancy) const
950 void RenderLayerScrollableArea::positionOverflowControls(const IntSize& offsetFromRoot)
982 void RenderLayerScrollableArea::updateScrollCornerStyle()
1003 void RenderLayerScrollableArea::paintOverflowControls(GraphicsContext* context, const IntPoint& paintOffset, const IntRect& damageRect, bool paintingOverlayControls)
1065 void RenderLayerScrollableArea::paintScrollCorner(GraphicsContext* context, const IntPoint& paintOffset, const IntRect& damageRect)
1083 bool RenderLayerScrollableArea::hitTestOverflowControls(HitTestResult& result, const IntPoint& localPoint)
1124 IntRect RenderLayerScrollableArea::resizerCornerRect(const IntRect& bounds, ResizerHitTestType resizerHitTestType) const
1143 IntRect RenderLayerScrollableArea::scrollCornerAndResizerRect() const
1151 bool RenderLayerScrollableArea::overflowControlsIntersectRect(const IntRect& localRect) const
1170 void RenderLayerScrollableArea::paintResizer(GraphicsContext* context, const IntPoint& paintOffset, const IntRect& damageRect)
1201 bool RenderLayerScrollableArea::isPointInResizeControl(const IntPoint& absolutePoint, ResizerHitTestType resizerHitTestType) const
1211 bool RenderLayerScrollableArea::hitTestResizerInFragments(const LayerFragments& layerFragments, const HitTestLocation& hitTestLocation) const
1228 void RenderLayerScrollableArea::updateResizerAreaSet()
1242 void RenderLayerScrollableArea::updateResizerStyle()
1261 void RenderLayerScrollableArea::drawPlatformResizerImage(GraphicsContext* context, IntRect resizerCornerRect)
1290 IntSize RenderLayerScrollableArea::offsetFromResizeCorner(const IntPoint& absolutePoint) const
1302 void RenderLayerScrollableArea::resize(const PlatformEvent& evt, const LayoutSize& oldOffset)
1381 LayoutRect RenderLayerScrollableArea::exposeRect(const LayoutRect& rect, const ScrollAlignment& alignX, const ScrollAlignment& alignY)
1398 void RenderLayerScrollableArea::updateScrollableAreaSet(bool hasOverflow)
1425 void RenderLayerScrollableArea::updateCompositingLayersAfterScroll()
1440 bool RenderLayerScrollableArea::usesCompositedScrolling() const
1460 void RenderLayerScrollableArea::updateNeedsCompositedScrolling()
1469 void RenderLayerScrollableArea::setTopmostScrollChild(RenderLayer* scrollChild)