FloatWithRect     313 Source/core/rendering/RenderBlockFlow.h         FloatWithRect(RenderBox* f)
FloatWithRect     477 Source/core/rendering/RenderBlockFlow.h     static void repaintDirtyFloats(Vector<FloatWithRect>& floats);
FloatWithRect     478 Source/core/rendering/RenderBlockFlow.h     void checkFloatsInCleanLine(RootInlineBox*, Vector<FloatWithRect>&, size_t& floatIndex, bool& encounteredNewFloat, bool& dirtiedByFloat);
FloatWithRect    1230 Source/core/rendering/RenderBlockLineLayout.cpp void RenderBlockFlow::repaintDirtyFloats(Vector<FloatWithRect>& floats)
FloatWithRect    1729 Source/core/rendering/RenderBlockLineLayout.cpp                     layoutState.floats().append(FloatWithRect(box));
FloatWithRect    1775 Source/core/rendering/RenderBlockLineLayout.cpp void RenderBlockFlow::checkFloatsInCleanLine(RootInlineBox* line, Vector<FloatWithRect>& floats, size_t& floatIndex, bool& encounteredNewFloat, bool& dirtiedByFloat)
FloatWithRect      93 Source/core/rendering/line/LineLayoutState.h     Vector<RenderBlockFlow::FloatWithRect>& floats() { return m_floats; }
FloatWithRect     105 Source/core/rendering/line/LineLayoutState.h     Vector<RenderBlockFlow::FloatWithRect> m_floats;