Searched refs:viewChildren (Results 1 – 1 of 1) sorted by relevance
811 const HashSet<RefPtr<Widget> >* viewChildren = frameView->children(); in collectFrameViewChildren() local812 ASSERT(viewChildren); in collectFrameViewChildren()814 const HashSet<RefPtr<Widget> >::iterator end = viewChildren->end(); in collectFrameViewChildren()815 …for (HashSet<RefPtr<Widget> >::iterator current = viewChildren->begin(); current != end; ++current… in collectFrameViewChildren()2861 const HashSet<RefPtr<Widget> >* viewChildren = children(); in hasCustomScrollbars() local2862 HashSet<RefPtr<Widget> >::const_iterator end = viewChildren->end(); in hasCustomScrollbars()2863 …for (HashSet<RefPtr<Widget> >::const_iterator current = viewChildren->begin(); current != end; ++c… in hasCustomScrollbars()