Home | History | Annotate | Download | only in page

Lines Matching refs:stayWithin

316 Frame* FrameTree::traverseNext(const Frame* stayWithin) const
320 ASSERT(!stayWithin || child->tree()->isDescendantOf(stayWithin));
324 if (m_thisFrame == stayWithin)
329 ASSERT(!stayWithin || sibling->tree()->isDescendantOf(stayWithin));
334 while (!sibling && (!stayWithin || frame->tree()->parent() != stayWithin)) {
342 ASSERT(!stayWithin || !sibling || sibling->tree()->isDescendantOf(stayWithin));