Home | History | Annotate | Download | only in nav

Lines Matching full:rings

52     WTF::Vector<WebCore::IntRect>* rings)
60 size_t size = intersects ? rings->size() : 0;
63 WebCore::IntRect * const start = rings->begin();
74 rings->shrink(size);
86 WTF::Vector<WebCore::IntRect>* rings) const
88 rings->clear();
90 rings->append(ring(frame, index));
254 WTF::Vector<WebCore::IntRect>* rings) const
256 rings->clear();
258 rings->append(localRing(frame, index));