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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FloatingObjects.cpp 228 int floatIndex = static_cast<int>(type) - 1;
229 ASSERT(floatIndex < static_cast<int>(sizeof(m_lowestFloatBottomCache) / sizeof(FloatBottomCachedValue)));
230 ASSERT(floatIndex >= 0);
231 return (m_cachedHorizontalWritingMode == isHorizontal && !m_lowestFloatBottomCache[floatIndex].dirty);
236 int floatIndex = static_cast<int>(type) - 1;
237 ASSERT(floatIndex < static_cast<int>(sizeof(m_lowestFloatBottomCache) / sizeof(FloatBottomCachedValue)));
238 ASSERT(floatIndex >= 0);
239 return m_lowestFloatBottomCache[floatIndex].value;
244 int floatIndex = static_cast<int>(type) - 1;
245 ASSERT(floatIndex < static_cast<int>(sizeof(m_lowestFloatBottomCache) / sizeof(FloatBottomCachedValue)))
    [all...]
RenderBlockLineLayout.cpp     [all...]

Completed in 54 milliseconds