Home
last modified time | relevance | path

Searched refs:GetRootView (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/native/
H A Dnative_view_host_unittest.cc93 toplevel()->GetNativeView(), toplevel()->GetRootView(), test_view, host)); in TEST_F()
152 toplevel()->GetNativeView(), toplevel()->GetRootView(), new View, host0)); in TEST_F()
155 toplevel()->GetNativeView(), toplevel()->GetRootView(), new View, host1)); in TEST_F()
204 toplevel()->GetRootView()->AddChildView(view0); in TEST_F()
206 toplevel()->GetRootView()->AddChildView(view1); in TEST_F()
219 toplevel()->GetRootView()->RemoveChildView(view0); in TEST_F()
225 toplevel()->GetRootView()->AddChildView(view0); in TEST_F()
242 toplevel()->GetRootView()->AddChildView(view0); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/native/
H A Dnative_view_host_unittest.cc93 toplevel()->GetNativeView(), toplevel()->GetRootView(), test_view, host)); in TEST_F()
152 toplevel()->GetNativeView(), toplevel()->GetRootView(), new View, host0)); in TEST_F()
155 toplevel()->GetNativeView(), toplevel()->GetRootView(), new View, host1)); in TEST_F()
204 toplevel()->GetRootView()->AddChildView(view0); in TEST_F()
206 toplevel()->GetRootView()->AddChildView(view1); in TEST_F()
219 toplevel()->GetRootView()->RemoveChildView(view0); in TEST_F()
225 toplevel()->GetRootView()->AddChildView(view0); in TEST_F()
242 toplevel()->GetRootView()->AddChildView(view0); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/input/
H A Dwheel_scroll_latching_browsertest.cc95 RenderWidgetHostViewBase* GetRootView() { in GetRootView() function in content::WheelScrollLatchingBrowserTest
174 GetRouter()->RouteMouseWheelEvent(GetRootView(), &wheel_event, in IN_PROC_BROWSER_TEST_F()
191 GetRouter()->RouteMouseWheelEvent(GetRootView(), &wheel_event, in IN_PROC_BROWSER_TEST_F()
227 GetRouter()->RouteMouseWheelEvent(GetRootView(), &wheel_event, in IN_PROC_BROWSER_TEST_F()
243 GetRouter()->RouteMouseWheelEvent(GetRootView(), &wheel_event, in IN_PROC_BROWSER_TEST_F()
299 GetRootView()->ProcessGestureEvent(gesture_scroll_begin, ui::LatencyInfo()); in IN_PROC_BROWSER_TEST_F()
309 GetRootView()->ProcessGestureEvent(gesture_scroll_update, ui::LatencyInfo()); in IN_PROC_BROWSER_TEST_F()
320 GetRootView()->ProcessGestureEvent(gesture_scroll_update, ui::LatencyInfo()); in IN_PROC_BROWSER_TEST_F()
386 GetRouter()->RouteMouseWheelEvent(GetRootView(), &wheel_event, in IN_PROC_BROWSER_TEST_F()
397 GetRouter()->RouteMouseWheelEvent(GetRootView(), &wheel_event, in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/input/
H A Dwheel_scroll_latching_browsertest.cc99 RenderWidgetHostViewBase* GetRootView() { in GetRootView() function in content::WheelScrollLatchingBrowserTest
181 GetRouter()->RouteMouseWheelEvent(GetRootView(), &wheel_event, in IN_PROC_BROWSER_TEST_F()
198 GetRouter()->RouteMouseWheelEvent(GetRootView(), &wheel_event, in IN_PROC_BROWSER_TEST_F()
234 GetRouter()->RouteMouseWheelEvent(GetRootView(), &wheel_event, in IN_PROC_BROWSER_TEST_F()
251 GetRouter()->RouteMouseWheelEvent(GetRootView(), &wheel_event, in IN_PROC_BROWSER_TEST_F()
302 GetRootView()->ProcessGestureEvent(gesture_scroll_begin, ui::LatencyInfo()); in IN_PROC_BROWSER_TEST_F()
313 GetRootView()->ProcessGestureEvent(gesture_scroll_update, ui::LatencyInfo()); in IN_PROC_BROWSER_TEST_F()
324 GetRootView()->ProcessGestureEvent(gesture_scroll_update, ui::LatencyInfo()); in IN_PROC_BROWSER_TEST_F()
390 GetRouter()->RouteMouseWheelEvent(GetRootView(), &wheel_event, in IN_PROC_BROWSER_TEST_F()
402 GetRouter()->RouteMouseWheelEvent(GetRootView(), &wheel_event, in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/
H A Dview_targeter_unittest.cc131 static_cast<internal::RootView*>(widget.GetRootView()); in TEST_F()
177 static_cast<internal::RootView*>(widget.GetRootView()); in TEST_F()
247 static_cast<internal::RootView*>(widget.GetRootView()); in TEST_F()
350 static_cast<internal::RootView*>(widget.GetRootView()); in TEST_F()
387 EXPECT_EQ(widget.GetRootView(), in TEST_F()
396 EXPECT_EQ(widget.GetRootView(), in TEST_F()
413 EXPECT_EQ(widget.GetRootView(), in TEST_F()
441 static_cast<internal::RootView*>(widget.GetRootView()); in TEST_F()
500 SetGestureHandler(root_view, widget.GetRootView()); in TEST_F()
521 static_cast<internal::RootView*>(widget.GetRootView()); in TEST_F()
[all …]
H A Daccessible_pane_view_unittest.cc75 View* root = widget->GetRootView(); in TEST_F()
104 View* root_main = widget_main->GetRootView(); in TEST_F()
119 View* root_bar = widget_bar->GetRootView(); in TEST_F()
160 View* root = widget->GetRootView(); in TEST_F()
191 View* root = widget->GetRootView(); in TEST_F()
239 View* root = widget.GetRootView(); in TEST_F()
H A Dview_unittest_aura.cc86 w1->GetRootView()->AddChildView(v1); in TEST_F()
87 w1->GetRootView()->AddChildView(v2); in TEST_F()
93 w1->GetRootView()->AddChildView(w2_host_view); in TEST_F()
96 w1->GetRootView()->AddChildView(v7); in TEST_F()
112 w2->GetRootView()->AddChildView(v5); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/
H A Dview_targeter_unittest.cc143 static_cast<internal::RootView*>(widget.GetRootView()); in TEST_F()
189 static_cast<internal::RootView*>(widget.GetRootView()); in TEST_F()
260 static_cast<internal::RootView*>(widget.GetRootView()); in TEST_F()
363 static_cast<internal::RootView*>(widget.GetRootView()); in TEST_F()
400 EXPECT_EQ(widget.GetRootView(), in TEST_F()
409 EXPECT_EQ(widget.GetRootView(), in TEST_F()
426 EXPECT_EQ(widget.GetRootView(), in TEST_F()
455 static_cast<internal::RootView*>(widget.GetRootView()); in TEST_F()
514 SetGestureHandler(root_view, widget.GetRootView()); in TEST_F()
535 static_cast<internal::RootView*>(widget.GetRootView()); in TEST_F()
[all …]
H A Dview_unittest_aura.cc86 w1->GetRootView()->AddChildView(v1); in TEST_F()
87 w1->GetRootView()->AddChildView(v2); in TEST_F()
93 w1->GetRootView()->AddChildView(w2_host_view); in TEST_F()
96 w1->GetRootView()->AddChildView(v7); in TEST_F()
112 w2->GetRootView()->AddChildView(v5); in TEST_F()
H A Daccessible_pane_view_unittest.cc83 View* root = widget->GetRootView(); in TEST_F()
112 View* root_main = widget_main->GetRootView(); in TEST_F()
127 View* root_bar = widget_bar->GetRootView(); in TEST_F()
168 View* root = widget->GetRootView(); in TEST_F()
199 View* root = widget->GetRootView(); in TEST_F()
247 View* root = widget.GetRootView(); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Drender_widget_targeter.cc157 RenderWidgetHostViewBase* RenderWidgetTargeter::TargetingRequest::GetRootView() in GetRootView() function in content::RenderWidgetTargeter::TargetingRequest
221 auto* request_target = request.GetRootView(); in ResolveTargetingRequest()
329 if (!request.GetRootView()) in FlushEventQueue()
416 if (!request->GetRootView() || !request->GetRootView()->GetRenderWidgetHost()) in FoundTarget()
422 request->GetRootView()->GetRootFrameSinkId(), in FoundTarget()
428 delegate_->DispatchEventToTarget(request->GetRootView(), target, in FoundTarget()
448 if (!request.GetRootView()) in AsyncHitTestTimedOut()
455 if (request.GetRootView() == current_request_target.get()) { in AsyncHitTestTimedOut()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/focus/
H A Dfocus_manager_unittest.cc671 GetWidget()->GetRootView()->AddChildView(view); in TEST_F()
728 GetWidget()->GetRootView()->AddChildView(view1); in TEST_F()
729 GetWidget()->GetRootView()->AddChildView(view2); in TEST_F()
730 GetWidget()->GetRootView()->AddChildView(view3); in TEST_F()
763 GetWidget()->GetRootView()->AddChildView(view1); in TEST_F()
764 GetWidget()->GetRootView()->AddChildView(view2); in TEST_F()
918 GetWidget()->GetRootView()->AddChildView(parent1); in TEST_F()
919 GetWidget()->GetRootView()->AddChildView(parent2); in TEST_F()
1027 View* root_view = GetWidget()->GetRootView(); in TEST_F()
1084 widget.GetRootView()->AddChildView(parent1); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/ui_devtools/views/
H A Ddom_agent_unittest.cc223 views::View* root_view = widget->GetRootView(); in ElementTreeMatchesDOMTree()
284 widget->GetRootView()->AddChildView(child_view); in TEST_F()
337 widget_b->GetRootView()->AddChildView(child_b1.get()); in TEST_F()
465 views::View* root_view = widget->GetRootView(); in TEST_F()
475 views::View* root_view = widget->GetRootView(); in TEST_F()
495 views::View* root_view = widget->GetRootView(); in TEST_F()
535 views::View* root_view = widget->GetRootView(); in TEST_F()
565 views::View* root_view = widget->GetRootView(); in TEST_F()
610 widget->GetRootView()->AddChildView(new TestView("child_a1")); in TEST_F()
611 widget->GetRootView()->AddChildView(new TestView("child_a2")); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Drender_widget_targeter.cc160 RenderWidgetHostViewBase* RenderWidgetTargeter::TargetingRequest::GetRootView() in GetRootView() function in content::RenderWidgetTargeter::TargetingRequest
225 auto* request_target = request.GetRootView(); in ResolveTargetingRequest()
346 if (!request.GetRootView()) in FlushEventQueue()
438 if (!request->GetRootView() || !request->GetRootView()->GetRenderWidgetHost()) in FoundTarget()
444 request->GetRootView()->GetRootFrameSinkId(), in FoundTarget()
450 delegate_->DispatchEventToTarget(request->GetRootView(), target, in FoundTarget()
470 if (!request.GetRootView()) in AsyncHitTestTimedOut()
483 if (request.GetRootView() == current_request_target.get()) { in AsyncHitTestTimedOut()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/focus/
H A Dfocus_manager_unittest.cc732 GetWidget()->GetRootView()->AddChildView(view); in TEST_F()
789 GetWidget()->GetRootView()->AddChildView(view1); in TEST_F()
790 GetWidget()->GetRootView()->AddChildView(view2); in TEST_F()
791 GetWidget()->GetRootView()->AddChildView(view3); in TEST_F()
824 GetWidget()->GetRootView()->AddChildView(view1); in TEST_F()
825 GetWidget()->GetRootView()->AddChildView(view2); in TEST_F()
974 GetWidget()->GetRootView()->AddChildView(parent1); in TEST_F()
1094 View* root_view = GetWidget()->GetRootView(); in TEST_F()
1157 widget.GetRootView()->AddChildView(parent1); in TEST_F()
1158 widget.GetRootView()->AddChildView(parent2); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/ui_devtools/views/
H A Ddom_agent_unittest.cc223 views::View* root_view = widget->GetRootView(); in ElementTreeMatchesDOMTree()
284 widget->GetRootView()->AddChildView(child_view); in TEST_F()
353 widget_b->GetRootView()->AddChildView(std::move(child_b1)); in TEST_F()
464 views::View* root_view = widget->GetRootView(); in TEST_F()
474 views::View* root_view = widget->GetRootView(); in TEST_F()
494 views::View* root_view = widget->GetRootView(); in TEST_F()
534 views::View* root_view = widget->GetRootView(); in TEST_F()
564 views::View* root_view = widget->GetRootView(); in TEST_F()
609 widget->GetRootView()->AddChildView(new TestView("child_a1")); in TEST_F()
610 widget->GetRootView()->AddChildView(new TestView("child_a2")); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/accessibility/
H A Dax_widget_obj_wrapper.cc39 if (!widget_->IsVisible() || !widget_->GetRootView() || in GetChildren()
40 !widget_->GetRootView()->GetVisible()) { in GetChildren()
44 out_children->push_back(aura_obj_cache_->GetOrCreate(widget_->GetRootView())); in GetChildren()
H A Dview_ax_platform_node_delegate.cc73 View* view = widget->GetRootView(); in FromNativeWindow()
338 return child_widgets[0]->GetRootView()->GetNativeViewAccessible(); in ChildAtIndex()
346 return child_widgets[child_index]->GetRootView()->GetNativeViewAccessible(); in ChildAtIndex()
367 if (top_widget && widget != top_widget && top_widget->GetRootView()) in GetParent()
368 return top_widget->GetRootView()->GetNativeViewAccessible(); in GetParent()
410 View* child_root_view = child_widget->GetRootView(); in HitTestSync()
593 if (!widget || !widget->GetNativeView() || widget->GetRootView() != view()) in GetChildWidgets()
H A Dview_ax_platform_node_delegate_auralinux.cc118 View* root_view = widget->GetRootView(); in OnWindowVisibilityChanged()
141 return widget->GetRootView()->GetNativeViewAccessible(); in ChildAtIndex()
191 return parent_widget->GetRootView()->GetNativeViewAccessible(); in GetParent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/accessibility/
H A Dax_widget_obj_wrapper.cc39 if (!widget_->IsVisible() || !widget_->GetRootView() || in GetChildren()
40 !widget_->GetRootView()->GetVisible()) { in GetChildren()
44 out_children->push_back(aura_obj_cache_->GetOrCreate(widget_->GetRootView())); in GetChildren()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/widget/
H A Droot_view_unittest.cc70 static_cast<internal::RootView*>(widget.GetRootView()); in TEST_F()
126 static_cast<internal::RootView*>(widget.GetRootView()); in TEST_F()
193 static_cast<internal::RootView*>(widget.GetRootView()); in TEST_F()
266 static_cast<internal::RootView*>(widget.GetRootView()); in TEST_F()
425 static_cast<internal::RootView*>(widget.GetRootView()); in TEST_F()
464 static_cast<internal::RootView*>(widget.GetRootView()); in TEST_F()
505 static_cast<internal::RootView*>(widget.GetRootView()); in TEST_F()
535 View* root_view = widget.GetRootView(); in TEST_F()
571 View* root_view = widget.GetRootView(); in TEST_F()
609 View* root_view = widget.GetRootView(); in TEST_F()
[all …]
H A Dnative_widget_aura_interactive_uitest.cc65 widget1->GetRootView()->AddChildView(textfield1); in TEST_F()
75 widget2->GetRootView()->AddChildView(textfield2a); in TEST_F()
77 widget2->GetRootView()->AddChildView(textfield2b); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/widget/
H A Droot_view_unittest.cc69 static_cast<internal::RootView*>(widget.GetRootView()); in TEST_F()
125 static_cast<internal::RootView*>(widget.GetRootView()); in TEST_F()
191 static_cast<internal::RootView*>(widget.GetRootView()); in TEST_F()
263 static_cast<internal::RootView*>(widget.GetRootView()); in TEST_F()
420 static_cast<internal::RootView*>(widget.GetRootView()); in TEST_F()
458 static_cast<internal::RootView*>(widget.GetRootView()); in TEST_F()
498 static_cast<internal::RootView*>(widget.GetRootView()); in TEST_F()
527 View* root_view = widget.GetRootView(); in TEST_F()
562 View* root_view = widget.GetRootView(); in TEST_F()
599 View* root_view = widget.GetRootView(); in TEST_F()
[all …]
H A Dnative_widget_aura_interactive_uitest.cc64 widget1->GetRootView()->AddChildView(textfield1); in TEST_F()
74 widget2->GetRootView()->AddChildView(textfield2a); in TEST_F()
76 widget2->GetRootView()->AddChildView(textfield2b); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/autofill_assistant/
H A Dgeneric_ui_root_controller_android.cc21 GenericUiRootControllerAndroid::GetRootView() const { in GetRootView() function in autofill_assistant::GenericUiRootControllerAndroid
22 return controller_->GetRootView(); in GetRootView()

12345678910>>...15