Searched refs:FloatLeftRight (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFloatingObjects.h49 // Note that Type uses bits so you can use FloatLeftRight as a mask to query for both left and right.
50 enum Type { FloatLeft = 1, FloatRight = 2, FloatLeftRight = 3 }; enumerator in enum:blink::FloatingObject::Type
H A DFloatingObjects.cpp198 if (floatType != FloatingObject::FloatLeftRight) {
211 if (floatType == FloatingObject::FloatLeftRight) {
H A DRenderBlockFlow.h259 LayoutUnit lowestFloatLogicalBottom(FloatingObject::Type = FloatingObject::FloatLeftRight) const;

Completed in 341 milliseconds