Searched refs:getCachedlowestFloatLogicalBottom (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFloatingObjects.cpp200 return getCachedlowestFloatLogicalBottom(floatType);
203 return std::max(getCachedlowestFloatLogicalBottom(FloatingObject::FloatLeft),
204 getCachedlowestFloatLogicalBottom(FloatingObject::FloatRight));
248 LayoutUnit FloatingObjects::getCachedlowestFloatLogicalBottom(FloatingObject::Type type) const function in class:blink::FloatingObjects
H A DFloatingObjects.h165 LayoutUnit getCachedlowestFloatLogicalBottom(FloatingObject::Type floatType) const;

Completed in 596 milliseconds