Searched refs:FloatingObjectInterval (Results 1 – 2 of 2) sorted by relevance
131 typedef PODInterval<int, FloatingObject*> FloatingObjectInterval; typedef133 typedef PODFreeListArena<PODRedBlackTree<FloatingObjectInterval>::Node> IntervalArena;178 FloatingObjectInterval intervalForFloatingObject(FloatingObject*);
104 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()