HomeSort by relevance Sort by last modified time
    Searched refs:floatIndex (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
LineLayoutState.h 93 unsigned floatIndex() const { return m_floatIndex; }
94 void setFloatIndex(unsigned floatIndex) { m_floatIndex = floatIndex; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FloatingObjects.cpp 243 int floatIndex = static_cast<int>(type) - 1;
244 ASSERT(floatIndex < static_cast<int>(sizeof(m_lowestFloatBottomCache) / sizeof(FloatBottomCachedValue)));
245 ASSERT(floatIndex >= 0);
246 return (m_cachedHorizontalWritingMode == isHorizontal && !m_lowestFloatBottomCache[floatIndex].dirty);
251 int floatIndex = static_cast<int>(type) - 1;
252 ASSERT(floatIndex < static_cast<int>(sizeof(m_lowestFloatBottomCache) / sizeof(FloatBottomCachedValue)));
253 ASSERT(floatIndex >= 0);
254 return m_lowestFloatBottomCache[floatIndex].value;
259 int floatIndex = static_cast<int>(type) - 1;
260 ASSERT(floatIndex < static_cast<int>(sizeof(m_lowestFloatBottomCache) / sizeof(FloatBottomCachedValue)))
    [all...]
RenderBlockLineLayout.cpp     [all...]
RenderBlockFlow.h 470 void checkFloatsInCleanLine(RootInlineBox*, Vector<FloatWithRect>&, size_t& floatIndex, bool& encounteredNewFloat, bool& dirtiedByFloat);

Completed in 506 milliseconds