Home
last modified time | relevance | path

Searched refs:popup_owner_for_testing (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/extensions/
H A Dextensions_toolbar_interactive_ui_test.cc71 EXPECT_EQ(view_controller, container->popup_owner_for_testing()); in IN_PROC_BROWSER_TEST_F()
83 EXPECT_EQ(nullptr, container->popup_owner_for_testing()); in IN_PROC_BROWSER_TEST_F()
90 EXPECT_EQ(nullptr, container->popup_owner_for_testing()); in IN_PROC_BROWSER_TEST_F()
H A Dextensions_menu_test_util.cc137 extensions_container_->popup_owner_for_testing(); in GetPopupNativeView()
H A Dextensions_toolbar_container.h69 ToolbarActionViewController* popup_owner_for_testing() { in popup_owner_for_testing() function