Home | History | Annotate | Download | only in rendering

Lines Matching defs:renderView

22 #include "core/rendering/RenderView.h"
48 RenderView::RenderView(Document* document)
75 RenderView::~RenderView()
79 bool RenderView::hitTest(const HitTestRequest& request, HitTestResult& result)
84 bool RenderView::hitTest(const HitTestRequest& request, const HitTestLocation& location, HitTestResult& result)
95 void RenderView::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit, LogicalExtentComputedValues& computedValues) const
100 void RenderView::updateLogicalWidth()
106 LayoutUnit RenderView::availableLogicalHeight(AvailableLogicalHeightType heightType) const
114 bool RenderView::isChildAllowed(RenderObject* child, RenderStyle*) const
119 void RenderView::markLazyBlocksForLayout()
125 void RenderView::layoutContent(const LayoutState& state)
139 void RenderView::checkLayoutState(const LayoutState& state)
157 void RenderView::addChild(RenderObject* newChild, RenderObject* beforeChild)
169 bool RenderView::initializeLayoutState(LayoutState& state)
186 // Set up the correct pagination offset. We can use a negative offset in order to push the top of the RenderView into its correct place
223 void RenderView::layoutContentInAutoLogicalHeightRegions(const LayoutState& state)
251 void RenderView::layout()
302 void RenderView::mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState& transformState, MapCoordinatesFlags mode, bool* wasFixed) const
328 // If a container was specified, and was not 0 or the RenderView,
333 const RenderObject* RenderView::pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap) const
335 // If a container was specified, and was not 0 or the RenderView,
354 void RenderView::mapAbsoluteToLocalPoint(MapCoordinatesFlags mode, TransformState& transformState) const
366 void RenderView::computeSelfHitTestRects(Vector<LayoutRect>& rects, const LayoutPoint&) const
374 bool RenderView::requiresColumns(int desiredColumnCount) const
382 void RenderView::calcColumnWidth()
392 ColumnInfo::PaginationUnit RenderView::paginationUnit() const
400 void RenderView::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
442 void RenderView::paintBoxDecorations(PaintInfo& paintInfo, const LayoutPoint&)
504 bool RenderView::shouldRepaint(const LayoutRect& r) const
518 void RenderView::repaintViewRectangle(const LayoutRect& ur) const
542 void RenderView::repaintRectangleInViewAndCompositedLayers(const LayoutRect& ur)
555 void RenderView::repaintViewAndCompositedLayers()
563 void RenderView::computeRectForRepaint(const RenderLayerModelObject* repaintContainer, LayoutRect& rect, bool fixed) const
565 // If a container was specified, and was not 0 or the RenderView,
589 void RenderView::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const
594 void RenderView::absoluteQuads(Vector<FloatQuad>& quads, bool* wasFixed) const
610 IntRect RenderView::selectionBounds(bool clipToVisibleContent) const
652 void RenderView::repaintSelection() const
679 void RenderView::setMaximalOutlineSize(int o)
689 void RenderView::setSelection(RenderObject* start, int startPos, RenderObject* end, int endPos, SelectionRepaintMode blockRepaintMode)
843 void RenderView::getSelection(RenderObject*& startRenderer, int& startOffset, RenderObject*& endRenderer, int& endOffset) const
851 void RenderView::clearSelection()
857 void RenderView::selectionStartEnd(int& startPos, int& endPos) const
863 bool RenderView::printing() const
868 bool RenderView::shouldUsePrintingLayout() const
876 size_t RenderView::getRetainedWidgets(Vector<RenderWidget*>& renderWidgets)
891 void RenderView::releaseWidgets(Vector<RenderWidget*>& renderWidgets)
899 void RenderView::updateWidgetPositions()
917 void RenderView::addWidget(RenderWidget* o)
922 void RenderView::removeWidget(RenderWidget* o)
927 LayoutRect RenderView::viewRect() const
936 IntRect RenderView::unscaledDocumentRect() const
943 bool RenderView::rootBackgroundIsEntirelyFixed() const
953 LayoutRect RenderView::backgroundRect(RenderBox* backgroundRenderer) const
967 IntRect RenderView::documentRect() const
975 int RenderView::viewHeight() const
985 int RenderView::viewWidth() const
995 int RenderView::viewLogicalHeight() const
1007 float RenderView::zoomFactor() const
1013 void RenderView::pushLayoutState(RenderObject* root)
1021 bool RenderView::shouldDisableLayoutStateForSubtree(RenderObject* renderer) const
1032 void RenderView::updateHitTestResult(HitTestResult& result, const LayoutPoint& point)
1050 bool RenderView::usesCompositing() const
1055 RenderLayerCompositor* RenderView::compositor()
1063 void RenderView::setIsInWindow(bool isInWindow)
1069 CustomFilterGlobalContext* RenderView::customFilterGlobalContext()
1076 void RenderView::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
1083 bool RenderView::hasRenderNamedFlowThreads() const
1088 bool RenderView::checkTwoPassLayoutForAutoHeightRegions() const
1093 FlowThreadController* RenderView::flowThreadController()
1101 RenderBlock::IntervalArena* RenderView::intervalArena()
1108 bool RenderView::backgroundIsKnownToBeOpaqueInRect(const LayoutRect&) const
1121 RenderView* renderView = root->view();
1122 ASSERT(renderView);
1124 LayoutState* layoutState = renderView->layoutState();
1142 RenderView* renderView = m_root->view();
1143 ASSERT(renderView);
1145 LayoutState* layoutState = renderView->layoutState();