Home
last modified time | relevance | path

Searched refs:SetContentsView (Results 1 – 25 of 204) sorted by relevance

123456789

/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/widget/
H A Dwidget_delegate_unittest.cc25 delegate->SetContentsView(view.get()); in TEST_F()
38 delegate->SetContentsView(std::move(view)); in TEST_F()
50 delegate->SetContentsView(std::move(view)); in TEST_F()
63 delegate->SetContentsView(std::move(view)); in TEST_F()
H A Droot_view_unittest.cc59 View* content = widget.SetContentsView(std::make_unique<View>()); in TEST_F()
412 View* content = widget.SetContentsView(std::make_unique<View>()); in TEST_F()
448 View* content = widget.SetContentsView(std::make_unique<View>()); in TEST_F()
486 View* content = widget.SetContentsView(std::make_unique<View>()); in TEST_F()
525 View* content = widget.SetContentsView(std::make_unique<View>()); in TEST_F()
560 View* content = widget.SetContentsView(std::make_unique<View>()); in TEST_F()
597 View* content = widget.SetContentsView(std::make_unique<View>()); in TEST_F()
653 widget->SetContentsView(std::move(content)); in TEST_F()
780 root_view->SetContentsView(new View()); in TEST_F()
808 root_view->SetContentsView(new View()); in TEST_F()
[all …]
H A Dwindow_reorderer_unittest.cc62 View* contents_view = parent->SetContentsView(std::make_unique<View>()); in TEST_F()
132 View* contents_view = parent->SetContentsView(std::make_unique<View>()); in TEST_F()
186 View* contents_view = parent->SetContentsView(std::make_unique<View>()); in TEST_F()
251 View* contents_view = parent->SetContentsView(std::make_unique<View>()); in TEST_F()
H A Dwidget_delegate.h342 T* SetContentsView(std::unique_ptr<T> contents) { in SetContentsView() function
350 T* SetContentsView(T* contents) { in SetContentsView() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/widget/
H A Droot_view_unittest.cc60 widget.SetContentsView(content); in TEST_F()
131 widget.SetContentsView(focused_view); in TEST_F()
200 widget.SetContentsView(parent_view); in TEST_F()
417 widget.SetContentsView(content); in TEST_F()
454 widget.SetContentsView(content); in TEST_F()
493 widget.SetContentsView(content); in TEST_F()
533 widget.SetContentsView(content); in TEST_F()
569 widget.SetContentsView(content); in TEST_F()
607 widget.SetContentsView(content); in TEST_F()
663 widget->SetContentsView(content); in TEST_F()
[all …]
H A Dwindow_reorderer_unittest.cc63 parent->SetContentsView(contents_view); in TEST_F()
134 parent->SetContentsView(contents_view); in TEST_F()
189 parent->SetContentsView(contents_view); in TEST_F()
255 parent->SetContentsView(contents_view); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/assistant/
H A Dassistant_web_view_impl_browsertest.cc191 widget->SetContentsView(AssistantWebViewFactory::Get()->Create(params)); in IN_PROC_BROWSER_TEST_F()
213 AssistantWebView* web_view = widget->SetContentsView( in IN_PROC_BROWSER_TEST_F()
227 AssistantWebView* web_view = widget->SetContentsView( in IN_PROC_BROWSER_TEST_F()
270 AssistantWebView* web_view = widget->SetContentsView( in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/tabs/
H A Dtab_unittest.cc371 widget_->SetContentsView(std::move(parent)); in SetUp()
405 widget->SetContentsView(std::make_unique<Tab>(tab_controller.get())); in TEST_F()
438 Tab* tab = widget->SetContentsView(std::make_unique<Tab>(controller.get())); in TEST_F()
496 Tab* tab = widget->SetContentsView(std::make_unique<Tab>(controller.get())); in TEST_F()
568 Tab* tab = widget->SetContentsView(std::make_unique<Tab>(controller.get())); in TEST_F()
587 widget->SetContentsView(std::make_unique<Tab>(tab_controller.get())); in TEST_F()
711 Tab* tab = widget->SetContentsView(std::make_unique<Tab>(controller.get())); in TEST_F()
731 Tab* tab = widget->SetContentsView(std::make_unique<Tab>(controller.get())); in TEST_F()
748 Tab* tab = widget->SetContentsView(std::make_unique<Tab>(controller.get())); in TEST_F()
768 Tab* tab = widget->SetContentsView(std::make_unique<Tab>(controller.get())); in TEST_F()
[all …]
H A Dcolor_picker_view_unittest.cc52 color_picker_ = widget_->SetContentsView(std::move(color_picker)); in SetUp()
100 widget->SetContentsView(std::make_unique<ColorPickerView>( in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/
H A Dhover_button_unittest.cc146 HoverButton* button = widget()->SetContentsView(std::make_unique<HoverButton>( in TEST_F()
170 HoverButton* button = widget()->SetContentsView(std::make_unique<HoverButton>( in TEST_F()
175 widget->SetContentsView(std::make_unique<views::View>()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/toolbar/
H A Dtoolbar_button_unittest.cc126 widget_->SetContentsView(std::move(parent_view)); in TEST_F()
151 button_ = widget_->SetContentsView(std::make_unique<TestToolbarButton>( in SetUp()
199 widget()->SetContentsView( in TEST_F()
H A Dtoolbar_action_view_unittest.cc159 widget()->SetContentsView(std::move(view)); in TEST_F()
175 widget()->SetContentsView(std::move(view)); in TEST_F()
221 widget()->SetContentsView(std::move(owning_view)); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/accessibility/
H A Dview_ax_platform_node_delegate_win_unittest.cc90 View* content = widget.SetContentsView(std::make_unique<View>()); in TEST_F()
137 View* content = widget.SetContentsView(std::make_unique<View>()); in TEST_F()
283 View* content = widget.SetContentsView(std::make_unique<View>()); in TEST_F()
381 View* contents_view = widget.SetContentsView(std::make_unique<View>()); in TEST_F()
439 View* content = widget.SetContentsView(std::make_unique<View>()); in TEST_F()
523 View* content = widget.SetContentsView(std::make_unique<View>()); in TEST_F()
H A Dview_ax_platform_node_delegate_auralinux_unittest.cc33 View* content = widget.SetContentsView(std::make_unique<View>()); in TEST_F()
171 widget->SetContentsView(&contents); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/autofill/
H A Dautofill_popup_view_native_views_unittest.cc75 widget_->SetContentsView(view_.get()); in CreateAndShowView()
111 widget_->SetContentsView(view_.get()); in TEST_F()
225 widget_->SetContentsView(view_.get()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/accessibility/
H A Dview_ax_platform_node_delegate_win_unittest.cc70 widget.SetContentsView(content); in TEST_F()
113 widget.SetContentsView(content); in TEST_F()
260 widget.SetContentsView(content); in TEST_F()
359 widget.SetContentsView(contents_view); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/
H A Dview_targeter_unittest.cc123 View* content = widget.SetContentsView(std::make_unique<View>()); in TEST_F()
172 View* content = widget.SetContentsView(std::move(owning_content)); in TEST_F()
241 View* content = widget.SetContentsView(std::make_unique<View>()); in TEST_F()
347 View* content = widget.SetContentsView(std::move(owning_content)); in TEST_F()
434 View* content = widget.SetContentsView(std::make_unique<View>()); in TEST_F()
650 View* content = widget.SetContentsView(std::make_unique<View>()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/button/
H A Dbutton_unittest.cc183 widget_->SetContentsView(button_.get()); in SetUp()
205 widget_->SetContentsView(button_.get()); in CreateButtonWithInkDrop()
213 widget_->SetContentsView(button_.get()); in CreateButtonWithRealInkDrop()
220 widget_->SetContentsView(button_.get()); in CreateButtonWithObserver()
581 widget()->SetContentsView(&test_container); in TEST_F()
597 widget()->SetContentsView(&parent_test_container); in TEST_F()
619 widget()->SetContentsView(new View()); in TEST_F()
H A Dcheckbox_unittest.cc36 widget_->SetContentsView(checkbox_); in SetUp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/
H A Dbase_control_test_widget.cc25 auto* container = widget_->SetContentsView(std::make_unique<View>()); in SetUp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/public/cpp/
H A Dlock_screen_widget_factory.cc23 params.delegate->SetContentsView(std::move(contents_view)); in CreateLockScreenWidget()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/download/
H A Ddownload_shelf_view_unittest.cc25 DownloadShelfView* view = widget.SetContentsView( in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/
H A Dview_targeter_unittest.cc135 widget.SetContentsView(content); in TEST_F()
184 widget.SetContentsView(content); in TEST_F()
255 widget.SetContentsView(content); in TEST_F()
360 widget.SetContentsView(content); in TEST_F()
449 widget.SetContentsView(content); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/button/
H A Dcheckbox_unittest.cc35 checkbox_ = widget_->SetContentsView(std::make_unique<Checkbox>()); in SetUp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/graphics/
H A Dcast_views_test.cc36 widget->SetContentsView(progress_bar); in TEST_F()

123456789