Searched refs:viewChildren (Results 1 – 1 of 1) sorted by relevance
2454 const HashSet<RefPtr<Widget> >* viewChildren = children(); in hasCustomScrollbars() local2455 HashSet<RefPtr<Widget> >::const_iterator end = viewChildren->end(); in hasCustomScrollbars()2456 …for (HashSet<RefPtr<Widget> >::const_iterator current = viewChildren->begin(); current != end; ++c… in hasCustomScrollbars()