Home
last modified time | relevance | path

Searched refs:GetRootView (Results 51 – 75 of 355) sorted by relevance

12345678910>>...15

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/ui_devtools/views/
H A Doverlay_agent_mac.mm80 widget->GetRootView()->AddPreTargetHandler(
87 widget->GetRootView()->RemovePreTargetHandler(this);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/shelf/
H A Dhome_button_unittest.cc729 gfx::Rect nav_widget_bounds = nav_widget->GetRootView()->bounds(); in TEST_P()
756 ui::EventTargeter* targeter = nav_widget->GetRootView()->GetEventTargeter(); in TEST_P()
758 targeter->FindTargetForEvent(nav_widget->GetRootView(), &gesture); in TEST_P()
773 ui::EventTargeter* targeter = nav_widget->GetRootView()->GetEventTargeter(); in TEST_P()
775 targeter->FindTargetForEvent(nav_widget->GetRootView(), &gesture); in TEST_P()
791 ui::EventTargeter* targeter = nav_widget->GetRootView()->GetEventTargeter(); in TEST_P()
793 targeter->FindTargetForEvent(nav_widget->GetRootView(), &gesture); in TEST_P()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/native/
H A Dnative_view_host_mac_unittest.mm79 toplevel()->GetRootView()->AddChildView(host());
151 toplevel()->GetRootView()->GetNativeViewAccessible());
208 toplevel()->GetRootView()->RemoveChildView(host());
212 toplevel()->GetRootView()->AddChildView(host());
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/ui_devtools/views/
H A Doverlay_agent_mac.mm81 widget->GetRootView()->AddPreTargetHandler(
88 widget->GetRootView()->RemovePreTargetHandler(this);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/accessibility/
H A Dax_aura_obj_cache_unittest.cc60 widget->GetRootView()->AddChildView(parent); in TEST_F()
78 widget->GetRootView()->RemoveChildView(parent); in TEST_F()
H A Dview_ax_platform_node_delegate_auralinux_unittest.cc117 widget.GetRootView()->GetNativeViewAccessible(); in TEST_F()
137 child_widget.GetRootView()->GetNativeViewAccessible(); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/native/
H A Dnative_view_host_mac_unittest.mm83 toplevel()->GetRootView()->AddChildView(host());
155 toplevel()->GetRootView()->GetNativeViewAccessible());
216 toplevel()->GetRootView()->RemoveChildView(host());
220 toplevel()->GetRootView()->AddChildView(host());
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/
H A Dview_unittest.cc504 View* root = widget->GetRootView(); in TEST_F()
554 View* root_view = widget->GetRootView(); in TEST_F()
587 View* root_view = widget->GetRootView(); in TEST_F()
664 View* root_view = widget->GetRootView(); in TEST_F()
743 View* root_view = widget->GetRootView(); in TEST_F()
2177 View* root = widget_.GetRootView(); in TestViewWidget()
2584 View* root = widget->GetRootView(); in TEST_F()
2622 View* root = widget->GetRootView(); in TEST_F()
3168 View* root = widget->GetRootView(); in TEST_F()
3453 View* root = widget.GetRootView(); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/
H A Dtest_child_modal_parent.cc87 modal_parent_->GetRootView()->SetBackground( in TestChildModalParent()
90 modal_parent_->GetRootView()->AddChildView(modal_parent_textfield); in TestChildModalParent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/
H A Dview_unittest.cc523 View* root = widget->GetRootView(); in TEST_F()
573 View* root_view = widget->GetRootView(); in TEST_F()
606 View* root_view = widget->GetRootView(); in TEST_F()
683 View* root_view = widget->GetRootView(); in TEST_F()
762 View* root_view = widget->GetRootView(); in TEST_F()
2201 View* root = widget_.GetRootView(); in TestViewWidget()
2530 View* root = widget->GetRootView(); in TEST_F()
2568 View* root = widget->GetRootView(); in TEST_F()
3108 View* root = widget->GetRootView(); in TEST_F()
3393 View* root = widget.GetRootView(); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/widget/
H A Dwidget.cc757 View* Widget::GetRootView() { in GetRootView() function in views::Widget
761 const View* Widget::GetRootView() const { in GetRootView() function in views::Widget
1118 View* root = GetRootView(); in OnNativeWidgetVisibilityChanged()
1175 View* root = GetRootView(); in OnNativeWidgetSizeChanged()
1209 GetRootView()->PaintFromPaintRoot(context); in OnNativeWidgetPaint()
1234 View* root_view = GetRootView(); in OnMouseEvent()
1325 View* root_view = GetRootView(); in OnMouseCaptureLost()
1433 View::ConvertPointToTarget(GetRootView(), view, &point_in_view); in ShouldDescendIntoChildForEventHandling()
1619 BuildViewsWithLayers(GetRootView(), &views_with_layers_); in GetViewsWithLayers()
H A Dwidget_unittest.cc603 widget->SetCapture(widget->GetRootView()); in TEST_P()
1457 widget->GetRootView()->AddChildView(cursor_view); in TEST_F()
1488 widget->GetRootView()->AddChildView(scroll_view); in TEST_F()
1531 View* root_view = widget->GetRootView(); in TEST_F()
1629 View* root_view = widget->GetRootView(); in TEST_F()
3048 top_level->GetRootView()->AddChildView( in TEST_F()
3061 child->GetRootView()->AddChildView( in TEST_F()
3231 widget->GetRootView()->AddChildView(view); in TEST_F()
3296 View* root_view = widget->GetRootView(); in TEST_F()
3516 widget->GetRootView()->AddChildView(view); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/widget/
H A Dwidget.cc775 View* Widget::GetRootView() { in GetRootView() function in views::Widget
779 const View* Widget::GetRootView() const { in GetRootView() function in views::Widget
1137 View* root = GetRootView(); in OnNativeWidgetVisibilityChanged()
1198 View* root = GetRootView(); in OnNativeWidgetSizeChanged()
1232 GetRootView()->PaintFromPaintRoot(context); in OnNativeWidgetPaint()
1259 View* root_view = GetRootView(); in OnMouseEvent()
1350 View* root_view = GetRootView(); in OnMouseCaptureLost()
1458 View::ConvertPointToTarget(GetRootView(), view, &point_in_view); in ShouldDescendIntoChildForEventHandling()
1641 BuildViewsWithLayers(GetRootView(), &views_with_layers_); in GetViewsWithLayers()
H A Dwidget_unittest.cc788 widget->SetCapture(widget->GetRootView()); in TEST_P()
1621 widget->GetRootView()->AddChildView(cursor_view); in TEST_F()
1652 widget->GetRootView()->AddChildView(scroll_view); in TEST_F()
1695 View* root_view = widget->GetRootView(); in TEST_F()
1792 View* root_view = widget->GetRootView(); in TEST_F()
3213 top_level->GetRootView()->AddChildView( in TEST_F()
3226 child->GetRootView()->AddChildView( in TEST_F()
3397 widget->GetRootView()->AddChildView(view); in TEST_F()
3462 View* root_view = widget->GetRootView(); in TEST_F()
3682 widget->GetRootView()->AddChildView(view); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/constrained_window/
H A Dconstrained_window_views.cc146 gfx::Size size = widget->GetRootView()->GetPreferredSize(); in UpdateWebContentsModalDialogPosition()
162 widget->GetRootView()->GetPreferredSize()); in UpdateWidgetModalDialogPosition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/autoclick/
H A Dautoclick_ring_handler.cc199 ring_widget_->GetRootView()->RemoveChildViewT(view_); in StopAutoclickRing()
225 ring_widget_->GetRootView()->RemoveChildViewT(view_); in AnimationStopped()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/accessibility/
H A Dautoclick_menu_bubble_controller.cc220 bubble_widget_->GetRootView()->OnMousePressed(press_event); in ClickOnBubble()
221 bubble_widget_->GetRootView()->OnMouseReleased(release_event); in ClickOnBubble()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/accessibility/
H A Dview_ax_platform_node_delegate_auralinux_unittest.cc115 widget.GetRootView()->GetNativeViewAccessible(); in TEST_F()
135 child_widget.GetRootView()->GetNativeViewAccessible(); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/public/cpp/external_arc/message_center/
H A Darc_notification_view_unittest.cc217 widget()->GetRootView()->GetEventHandlerForPoint(cursor_location)); in TEST_F()
223 widget()->GetRootView()->GetEffectiveViewTargeter()) in TEST_F()
224 ->FindTargetForEvent(widget()->GetRootView(), &key_event)); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/fast_ink/
H A Dview_tree_host_widget.cc26 static_cast<ViewTreeHostRootView*>(GetRootView()) in SchedulePaintInRect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view_ash.cc400 frame()->GetRootView()->Layout(); in ChildPreferredSizeChanged()
483 if (frame()->GetRootView()) in OnTabletModeToggled()
484 frame()->GetRootView()->Layout(); in OnTabletModeToggled()
692 View* root_view = frame()->GetRootView(); in UpdateProfileIcons()
H A Dopaque_browser_frame_view_linux.cc47 views::View* root_view = view_->GetWidget()->GetRootView(); in OnWindowButtonOrderingChange()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/enterprise/connectors/
H A Dcontent_analysis_dialog.cc416 std::make_unique<views::BoundsAnimator>(widget->GetRootView()); in Resize()
419 DCHECK(widget->GetRootView()); in Resize()
420 DCHECK_EQ(widget->GetRootView()->children().size(), 1u); in Resize()
421 views::View* view_to_resize = widget->GetRootView()->children()[0]; in Resize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/autofill_assistant/
H A Dgeneric_ui_root_controller_android.h36 base::android::ScopedJavaGlobalRef<jobject> GetRootView() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/autofill/
H A Dautofill_popup_base_view.cc120 GetWidget()->GetRootView()->SetBorder(CreateBorder()); in DoShow()
271 popup_bounds.Inset(-GetWidget()->GetRootView()->border()->GetInsets()); in DoUpdateBoundsAndRedrawPopup()

12345678910>>...15