Searched defs:hasLowestFloatLogicalBottomCached (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFloatingObjects.cpp199 if (hasLowestFloatLogicalBottomCached(isInHorizontalWritingMode, floatType))
202 if (hasLowestFloatLogicalBottomCached(isInHorizontalWritingMode, FloatingObject::FloatLeft) && hasLowestFloatLogicalBottomCached(isInHorizontalWritingMode, FloatingObject::FloatRight)) {
240 bool FloatingObjects::hasLowestFloatLogicalBottomCached(bool isHorizontal, FloatingObject::Type type) const function in class:blink::FloatingObjects

Completed in 32 milliseconds