Home
last modified time | relevance | path

Searched refs:viewChildren (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp811 const HashSet<RefPtr<Widget> >* viewChildren = frameView->children(); in collectFrameViewChildren() local
812 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() local
2862 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()