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"
163 FloatingObjects::~FloatingObjects()
166 void FloatingObjects::clearLineBoxTreePointers()
176 FloatingObjects::FloatingObjects(const RenderBlockFlow* renderer, bool horizontalWritingMode) function in class:blink::FloatingObjects
186 void FloatingObjects::clear()
195 LayoutUnit FloatingObjects::lowestFloatLogicalBottom(FloatingObject::Type floatType)
240 bool FloatingObjects::hasLowestFloatLogicalBottomCached(bool isHorizontal, FloatingObject::Type type) const
248 LayoutUnit FloatingObjects
[all...]
H A DFloatingObjects.h136 class FloatingObjects { class in namespace:blink
137 WTF_MAKE_NONCOPYABLE(FloatingObjects); WTF_MAKE_FAST_ALLOCATED;
139 FloatingObjects(const RenderBlockFlow*, bool horizontalWritingMode);
140 ~FloatingObjects();

Completed in 236 milliseconds