Searched refs:viewChildren (Results 1 – 1 of 1) sorted by relevance
2289 const HashSet<RefPtr<Widget> >* viewChildren = children(); in hasCustomScrollbars() local2290 HashSet<RefPtr<Widget> >::const_iterator end = viewChildren->end(); in hasCustomScrollbars()2291 …for (HashSet<RefPtr<Widget> >::const_iterator current = viewChildren->begin(); current != end; ++c… in hasCustomScrollbars()2502 const HashSet<RefPtr<Widget> >* viewChildren = children(); in updateLayoutAndStyleIfNeededRecursive() local2503 HashSet<RefPtr<Widget> >::const_iterator end = viewChildren->end(); in updateLayoutAndStyleIfNeededRecursive()2504 …for (HashSet<RefPtr<Widget> >::const_iterator current = viewChildren->begin(); current != end; ++c… in updateLayoutAndStyleIfNeededRecursive()