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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFloatingObjects.h131 typedef PODInterval<int, FloatingObject*> FloatingObjectInterval; typedef in namespace:blink
133 typedef PODFreeListArena<PODRedBlackTree<FloatingObjectInterval>::Node> IntervalArena;
178 FloatingObjectInterval intervalForFloatingObject(FloatingObject*);
H A DFloatingObjects.cpp103 typedef FloatingObjectInterval IntervalType;
298 inline FloatingObjectInterval FloatingObjects::intervalForFloatingObject(FloatingObject* floatingObject)
301 return FloatingObjectInterval(floatingObject->frameRect().pixelSnappedY(), floatingObject->frameRect().pixelSnappedMaxY(), floatingObject);
302 return FloatingObjectInterval(floatingObject->frameRect().pixelSnappedX(), floatingObject->frameRect().pixelSnappedMaxX(), floatingObject);

Completed in 74 milliseconds