Searched refs:FloatBottomCachedValue (Results 1 – 2 of 2) sorted by relevance
229 …(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
181 struct FloatBottomCachedValue { struct182 FloatBottomCachedValue();186 FloatBottomCachedValue m_lowestFloatBottomCache[2]; argument