Searched refs:FloatWithRect (Results 1 – 3 of 3) sorted by relevance
91 Vector<RenderBlockFlow::FloatWithRect>& floats() { return m_floats; } in floats()103 Vector<RenderBlockFlow::FloatWithRect> m_floats;
311 struct FloatWithRect { struct312 FloatWithRect(RenderBox* f) in FloatWithRect() argument492 static void markDirtyFloatsForPaintInvalidation(Vector<FloatWithRect>& floats);493 …void checkFloatsInCleanLine(RootInlineBox*, Vector<FloatWithRect>&, size_t& floatIndex, bool& enco…
1059 void RenderBlockFlow::markDirtyFloatsForPaintInvalidation(Vector<FloatWithRect>& floats) in markDirtyFloatsForPaintInvalidation()1557 layoutState.floats().append(FloatWithRect(box)); in layoutInlineChildren()1607 void RenderBlockFlow::checkFloatsInCleanLine(RootInlineBox* line, Vector<FloatWithRect>& floats, si… in checkFloatsInCleanLine()