Home
last modified time | relevance | path

Searched refs:FloatBottomCachedValue (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFloatingObjects.cpp229 …(floatIndex < static_cast<int>(sizeof(m_lowestFloatBottomCache) / sizeof(FloatBottomCachedValue))); in hasLowestFloatLogicalBottomCached()
237 …(floatIndex < static_cast<int>(sizeof(m_lowestFloatBottomCache) / sizeof(FloatBottomCachedValue))); in getCachedlowestFloatLogicalBottom()
245 …(floatIndex < static_cast<int>(sizeof(m_lowestFloatBottomCache) / sizeof(FloatBottomCachedValue))); in setCachedLowestFloatLogicalBottom()
254 for (size_t i = 0; i < sizeof(m_lowestFloatBottomCache) / sizeof(FloatBottomCachedValue); ++i) in markLowestFloatLogicalBottomCacheAsDirty()
431 FloatingObjects::FloatBottomCachedValue::FloatBottomCachedValue() in FloatBottomCachedValue() function in WebCore::FloatingObjects::FloatBottomCachedValue
DFloatingObjects.h181 struct FloatBottomCachedValue { struct
182 FloatBottomCachedValue();
186 FloatBottomCachedValue m_lowestFloatBottomCache[2]; argument