Home | History | Annotate | Download | only in rendering

Lines Matching refs:RenderView

22 #include "RenderView.h"
48 RenderView::RenderView(Node* node, FrameView* view)
76 RenderView::~RenderView()
80 void RenderView::computeLogicalHeight()
86 void RenderView::computeLogicalWidth()
95 void RenderView::computePreferredLogicalWidths()
104 bool RenderView::isChildAllowed(RenderObject* child, RenderStyle*) const
109 void RenderView::layout()
146 void RenderView::mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool fixed, bool useTransforms, TransformState& transformState) const
148 // If a container was specified, and was not 0 or the RenderView,
162 void RenderView::mapAbsoluteToLocalPoint(bool fixed, bool useTransforms, TransformState& transformState) const
174 void RenderView::paint(PaintInfo& paintInfo, int tx, int ty)
194 void RenderView::paintBoxDecorations(PaintInfo& paintInfo, int, int)
256 bool RenderView::shouldRepaint(const IntRect& r) const
267 void RenderView::repaintViewRectangle(const IntRect& ur, bool immediate)
292 void RenderView::repaintRectangleInViewAndCompositedLayers(const IntRect& ur, bool immediate)
305 void RenderView::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& rect, bool fixed)
307 // If a container was specified, and was not 0 or the RenderView,
331 void RenderView::absoluteRects(Vector<IntRect>& rects, int tx, int ty)
336 void RenderView::absoluteQuads(Vector<FloatQuad>& quads)
350 IntRect RenderView::selectionBounds(bool clipToVisibleContent) const
397 void RenderView::setMaximalOutlineSize(int o)
408 void RenderView::setSelection(RenderObject* start, int startPos, RenderObject* end, int endPos, SelectionRepaintMode blockRepaintMode)
575 void RenderView::clearSelection()
581 void RenderView::selectionStartEnd(int& startPos, int& endPos) const
587 bool RenderView::printing() const
592 size_t RenderView::getRetainedWidgets(Vector<RenderWidget*>& renderWidgets)
607 void RenderView::releaseWidgets(Vector<RenderWidget*>& renderWidgets)
615 void RenderView::updateWidgetPositions()
633 void RenderView::addWidget(RenderWidget* o)
638 void RenderView::removeWidget(RenderWidget* o)
643 void RenderView::notifyWidgets(WidgetNotification notification)
654 IntRect RenderView::viewRect() const
663 int RenderView::docTop() const
672 int RenderView::docBottom() const
681 int RenderView::docLeft() const
690 int RenderView::docRight() const
699 int RenderView::viewHeight() const
709 int RenderView::viewWidth() const
719 float RenderView::zoomFactor() const
725 void RenderView::pushLayoutState(RenderObject* root)
733 bool RenderView::shouldDisableLayoutStateForSubtree(RenderObject* renderer) const
744 void RenderView::updateHitTestResult(HitTestResult& result, const IntPoint& point)
762 void RenderView::setBestTruncatedAt(int y, RenderBoxModelObject* forRenderer, bool forcedBreak)
784 bool RenderView::usesCompositing() const
789 RenderLayerCompositor* RenderView::compositor()
798 void RenderView::didMoveOnscreen()
806 void RenderView::willMoveOffscreen()