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.cpp2454 const HashSet<RefPtr<Widget> >* viewChildren = children(); in hasCustomScrollbars() local
2455 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()