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 131 typedef PODInterval<int, FloatingObject*> FloatingObjectInterval;
133 typedef PODFreeListArena<PODRedBlackTree<FloatingObjectInterval>::Node> IntervalArena;
178 FloatingObjectInterval intervalForFloatingObject(FloatingObject*);
FloatingObjects.cpp 103 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 586 milliseconds