Home
last modified time | relevance | path

Searched defs:floatIndex (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DLineLayoutState.h93 unsigned floatIndex() const { return m_floatIndex; } in floatIndex() function
94 void setFloatIndex(unsigned floatIndex) { m_floatIndex = floatIndex; } in setFloatIndex()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFloatingObjects.cpp243 int floatIndex = static_cast<int>(type) - 1; in hasLowestFloatLogicalBottomCached() local
251 int floatIndex = static_cast<int>(type) - 1; in getCachedlowestFloatLogicalBottom() local
259 int floatIndex = static_cast<int>(type) - 1; in setCachedLowestFloatLogicalBottom() local
DRenderBlockLineLayout.cpp1751 …atsInCleanLine(RootInlineBox* line, Vector<FloatWithRect>& floats, size_t& floatIndex, bool& encou… in checkFloatsInCleanLine()
1792 size_t floatIndex = 0; in determineStartPosition() local
1908 size_t floatIndex = layoutState.floatIndex(); in determineEndPosition() local