Home
last modified time | relevance | path

Searched refs:FloatingObjectInterval (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFloatingObjects.h131 typedef PODInterval<int, FloatingObject*> FloatingObjectInterval; typedef
133 typedef PODFreeListArena<PODRedBlackTree<FloatingObjectInterval>::Node> IntervalArena;
178 FloatingObjectInterval intervalForFloatingObject(FloatingObject*);
DFloatingObjects.cpp104 typedef FloatingObjectInterval IntervalType;
299 inline FloatingObjectInterval FloatingObjects::intervalForFloatingObject(FloatingObject* floatingOb… in intervalForFloatingObject()
302 …return FloatingObjectInterval(floatingObject->frameRect().pixelSnappedY(), floatingObject->frameRe… in intervalForFloatingObject()
303 …return FloatingObjectInterval(floatingObject->frameRect().pixelSnappedX(), floatingObject->frameRe… in intervalForFloatingObject()