Searched defs:FloatingObjects (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFloatingObjects.cpp25 #include "core/rendering/FloatingObjects.h"
164 FloatingObjects::~FloatingObjects()
167 void FloatingObjects::clearLineBoxTreePointers()
177 FloatingObjects::FloatingObjects(const RenderBlockFlow* renderer, bool horizontalWritingMode) function in class:WebCore::FloatingObjects
187 void FloatingObjects::clear()
196 LayoutUnit FloatingObjects::lowestFloatLogicalBottom(FloatingObject::Type floatType)
241 bool FloatingObjects::hasLowestFloatLogicalBottomCached(bool isHorizontal, FloatingObject::Type type) const
249 LayoutUnit FloatingObjects
[all...]
H A DFloatingObjects.h136 class FloatingObjects { class in namespace:WebCore
137 WTF_MAKE_NONCOPYABLE(FloatingObjects); WTF_MAKE_FAST_ALLOCATED;
139 FloatingObjects(const RenderBlockFlow*, bool horizontalWritingMode);
140 ~FloatingObjects();

Completed in 107 milliseconds