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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FloatingObjects.h 125 typedef PODInterval<int, FloatingObject*> FloatingObjectInterval;
127 typedef PODFreeListArena<PODRedBlackTree<FloatingObjectInterval>::Node> IntervalArena;
172 FloatingObjectInterval intervalForFloatingObject(FloatingObject*);
FloatingObjects.cpp 105 typedef FloatingObjectInterval IntervalType;
286 inline FloatingObjectInterval FloatingObjects::intervalForFloatingObject(FloatingObject* floatingObject)
289 return FloatingObjectInterval(floatingObject->frameRect().pixelSnappedY(), floatingObject->frameRect().pixelSnappedMaxY(), floatingObject);
290 return FloatingObjectInterval(floatingObject->frameRect().pixelSnappedX(), floatingObject->frameRect().pixelSnappedMaxX(), floatingObject);

Completed in 40 milliseconds