HomeSort by relevance Sort by last modified time
    Searched refs:FloatLeftRight (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FloatingObjects.h 49 // 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 };
FloatingObjects.cpp 198 if (floatType != FloatingObject::FloatLeftRight) {
211 if (floatType == FloatingObject::FloatLeftRight) {
RenderBlockFlow.h 259 LayoutUnit lowestFloatLogicalBottom(FloatingObject::Type = FloatingObject::FloatLeftRight) const;

Completed in 346 milliseconds