Searched refs:GetAllChildWidgets (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/views/controls/native/
H A Dnative_view_host.cc215 Widget::GetAllChildWidgets(native_view(), &widgets);
/external/chromium_org/ui/views/widget/
H A Dnative_widget_private.h64 static void GetAllChildWidgets(gfx::NativeView native_view,
H A Dnative_widget_aura.cc1088 void NativeWidgetPrivate::GetAllChildWidgets(gfx::NativeView native_view, function in class:views::internal::NativeWidgetPrivate
1101 GetAllChildWidgets((*i), children);
1130 GetAllChildWidgets(native_view, &widgets);
H A Dwidget.h318 static void GetAllChildWidgets(gfx::NativeView native_view,
H A Dwidget.cc269 void Widget::GetAllChildWidgets(gfx::NativeView native_view, function in class:views::Widget
271 internal::NativeWidgetPrivate::GetAllChildWidgets(native_view, children);
H A Dwidget_unittest.cc2586 // Test the result of Widget::GetAllChildWidgets().
2587 TEST_F(WidgetTest, GetAllChildWidgets) {
2612 Widget::GetAllChildWidgets(toplevel->GetNativeView(), &widgets);
/external/chromium_org/ui/views/accessibility/
H A Dnative_view_accessibility_win.cc1494 Widget::GetAllChildWidgets(widget->GetNativeView(), &child_widgets);

Completed in 4433 milliseconds