Home
last modified time | relevance | path

Searched refs:dialog_host_ (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/constrained_window/
H A Dconstrained_window_views_unittest.cc110 dialog_host_.reset(new web_modal::TestWebContentsModalDialogHost( in SetUp()
112 dialog_host_->set_max_dialog_size(gfx::Size(5000, 5000)); in SetUp()
123 dialog_host_.reset(); in TearDown()
134 return dialog_host_.get(); in dialog_host()
140 std::unique_ptr<web_modal::TestWebContentsModalDialogHost> dialog_host_; member in constrained_window::__anone541442b0111::ConstrainedWindowViewsTest
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/constrained_window/
H A Dconstrained_window_views_unittest.cc110 dialog_host_.reset(new web_modal::TestWebContentsModalDialogHost( in SetUp()
112 dialog_host_->set_max_dialog_size(gfx::Size(5000, 5000)); in SetUp()
123 dialog_host_.reset(); in TearDown()
134 return dialog_host_.get(); in dialog_host()
140 std::unique_ptr<web_modal::TestWebContentsModalDialogHost> dialog_host_; member in constrained_window::__anon2258e4c60111::ConstrainedWindowViewsTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/frame/
H A Dbrowser_view_layout.cc160 dialog_host_(std::make_unique<WebContentsModalDialogHostViews>(this)) {} in BrowserViewLayout()
166 return dialog_host_.get(); in GetWebContentsModalDialogHost()
353 const gfx::Rect dialog_bounds(dialog_host_->GetDialogPosition(gfx::Size()), in Layout()
354 dialog_host_->GetMaximumDialogSize()); in Layout()
357 dialog_host_->NotifyPositionRequiresUpdate(); in Layout()
H A Dbrowser_view_layout.h177 std::unique_ptr<WebContentsModalDialogHostViews> dialog_host_; variable