Lines Matching refs:children
1741 const HashSet<RefPtr<Widget> >* children = frameView->children();1742 HashSet<RefPtr<Widget> >::const_iterator end = children->end();1743 for (HashSet<RefPtr<Widget> >::const_iterator it = children->begin(); it != end; ++it) {