Searched refs:GetAllChildWidgets (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/ui/views/controls/native/ |
D | native_view_host.cc | 221 Widget::GetAllChildWidgets(native_view(), &widgets); in ClearFocus()
|
/external/chromium_org/ui/views/widget/ |
D | native_widget_private.h | 62 static void GetAllChildWidgets(gfx::NativeView native_view,
|
D | native_widget_aura.cc | 1058 void NativeWidgetPrivate::GetAllChildWidgets(gfx::NativeView native_view, in GetAllChildWidgets() function in views::internal::NativeWidgetPrivate 1071 GetAllChildWidgets((*i), children); in GetAllChildWidgets() 1100 GetAllChildWidgets(native_view, &widgets); in ReparentNativeView()
|
D | native_widget_win.cc | 994 void NativeWidgetPrivate::GetAllChildWidgets(gfx::NativeView native_view, in GetAllChildWidgets() function in views::internal::NativeWidgetPrivate 1032 GetAllChildWidgets(native_view, &widgets); in ReparentNativeView()
|
D | widget.h | 304 static void GetAllChildWidgets(gfx::NativeView native_view,
|
D | widget.cc | 300 void Widget::GetAllChildWidgets(gfx::NativeView native_view, in GetAllChildWidgets() function in views::Widget 302 internal::NativeWidgetPrivate::GetAllChildWidgets(native_view, children); in GetAllChildWidgets()
|
D | widget_unittest.cc | 1938 TEST_F(WidgetTest, GetAllChildWidgets) { in TEST_F() argument 1963 Widget::GetAllChildWidgets(toplevel->GetNativeView(), &widgets); in TEST_F()
|
/external/chromium_org/ui/views/accessibility/ |
D | native_view_accessibility_win.cc | 1399 Widget::GetAllChildWidgets(widget->GetNativeView(), &child_widgets); in PopulateChildWidgetVector()
|