Searched refs:positionedObjects (Results 1 – 6 of 6) sorted by relevance
49 const Vector<RenderBox*>& positionedObjects() { return m_positionedObjects; } in positionedObjects() function
95 void handleOutOfFlowPositioned(Vector<RenderBox*>& positionedObjects);338 inline void BreakingContext::handleOutOfFlowPositioned(Vector<RenderBox*>& positionedObjects) in handleOutOfFlowPositioned() argument359 positionedObjects.append(box); in handleOutOfFlowPositioned()
384 if (TrackedRendererListHashSet* positionedObjects = this->positionedObjects()) { in invalidatePaintOfSubtreesIfNeeded() local385 TrackedRendererListHashSet::iterator end = positionedObjects->end(); in invalidatePaintOfSubtreesIfNeeded()386 … for (TrackedRendererListHashSet::iterator it = positionedObjects->begin(); it != end; ++it) { in invalidatePaintOfSubtreesIfNeeded()1496 TrackedRendererListHashSet* positionedDescendants = positionedObjects(); in addOverflowFromPositionedObjects()1670 TrackedRendererListHashSet* positionedDescendants = positionedObjects(); in layoutPositionedObjects()1739 if (TrackedRendererListHashSet* positionedDescendants = positionedObjects()) { in markPositionedObjectsForLayout()1862 …nst PaintInfo* paintInfo, const LayoutPoint& offset, TrackedRendererListHashSet* positionedObjects) in clipOutPositionedObjects() argument1864 if (!positionedObjects) in clipOutPositionedObjects()1867 TrackedRendererListHashSet::const_iterator end = positionedObjects->end(); in clipOutPositionedObjects()1868 …for (TrackedRendererListHashSet::const_iterator it = positionedObjects->begin(); it != end; ++it) { in clipOutPositionedObjects()[all …]
111 TrackedRendererListHashSet* positionedObjects() const;114 TrackedRendererListHashSet* objects = positionedObjects(); in hasPositionedObjects()
887 for (size_t i = 0; i < lineBreaker.positionedObjects().size(); ++i) in layoutRunsAndFloatsInRange()888 setStaticPositions(this, lineBreaker.positionedObjects()[i]); in layoutRunsAndFloatsInRange()
380 ASSERT(!positionedObjects()); in layout()