HomeSort by relevance Sort by last modified time
    Searched defs:FloatingObjects (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FloatingObjects.cpp 25 #include "core/rendering/FloatingObjects.h"
163 FloatingObjects::~FloatingObjects()
166 void FloatingObjects::clearLineBoxTreePointers()
176 FloatingObjects::FloatingObjects(const RenderBlockFlow* renderer, bool horizontalWritingMode)
186 void FloatingObjects::clear()
195 LayoutUnit FloatingObjects::lowestFloatLogicalBottom(FloatingObject::Type floatType)
240 bool FloatingObjects::hasLowestFloatLogicalBottomCached(bool isHorizontal, FloatingObject::Type type) const
248 LayoutUnit FloatingObjects::getCachedlowestFloatLogicalBottom(FloatingObject::Type type) cons
    [all...]
FloatingObjects.h 136 class FloatingObjects {
137 WTF_MAKE_NONCOPYABLE(FloatingObjects); WTF_MAKE_FAST_ALLOCATED;
139 FloatingObjects(const RenderBlockFlow*, bool horizontalWritingMode);
140 ~FloatingObjects();

Completed in 617 milliseconds