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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFloatingObjects.cpp60 m_type = FloatRight;
202 if (hasLowestFloatLogicalBottomCached(isInHorizontalWritingMode, FloatingObject::FloatLeft) && hasLowestFloatLogicalBottomCached(isInHorizontalWritingMode, FloatingObject::FloatRight)) {
204 getCachedlowestFloatLogicalBottom(FloatingObject::FloatRight));
221 if (curType & FloatingObject::FloatRight)
227 setCachedLowestFloatLogicalBottom(isInHorizontalWritingMode, FloatingObject::FloatRight, lowestFloatBottomRight);
387 ComputeFloatOffsetForFloatLayoutAdapter<FloatingObject::FloatRight> adapter(m_renderer, logicalTopAsInt, logicalTopAsInt, fixedOffset);
406 ComputeFloatOffsetForLineLayoutAdapter<FloatingObject::FloatRight> adapter(m_renderer, roundToInt(logicalTop), roundToInt(logicalTop + logicalHeight), fixedOffset);
450 inline bool ComputeFloatOffsetForFloatLayoutAdapter<FloatingObject::FloatRight>::updateOffsetIfNeeded(const FloatingObject& floatingObject)
503 inline bool ComputeFloatOffsetForLineLayoutAdapter<FloatingObject::FloatRight>::updateOffsetIfNeeded(const FloatingObject& floatingObject)
H A DFloatingObjects.h50 enum Type { FloatLeft = 1, FloatRight = 2, FloatLeftRight = 3 }; enumerator in enum:blink::FloatingObject::Type
H A DRenderBlockFlow.cpp1879 logicalBottom = lowestFloatLogicalBottom(FloatingObject::FloatRight);
2153 newY = lowestFloatLogicalBottom(FloatingObject::FloatRight);
2421 logicalTop = std::max(lowestFloatLogicalBottom(FloatingObject::FloatRight), logicalTop);

Completed in 2331 milliseconds