Home
last modified time | relevance | path

Searched refs:FloatWithRect (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DLineLayoutState.h91 Vector<RenderBlockFlow::FloatWithRect>& floats() { return m_floats; } in floats()
103 Vector<RenderBlockFlow::FloatWithRect> m_floats;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockFlow.h311 struct FloatWithRect { struct
312 FloatWithRect(RenderBox* f) in FloatWithRect() argument
492 static void markDirtyFloatsForPaintInvalidation(Vector<FloatWithRect>& floats);
493 …void checkFloatsInCleanLine(RootInlineBox*, Vector<FloatWithRect>&, size_t& floatIndex, bool& enco…
DRenderBlockLineLayout.cpp1059 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()