Home
last modified time | relevance | path

Searched refs:GetMaximumDialogSize (Results 1 – 12 of 12) sorted by relevance

/third_party/cef/libcef/browser/
Dweb_contents_dialog_helper.cc54 gfx::Size CefWebContentsDialogHelper::GetMaximumDialogSize() { in GetMaximumDialogSize() function in CefWebContentsDialogHelper
55 return browser_delegate_->GetMaximumDialogSize(); in GetMaximumDialogSize()
Dweb_contents_dialog_helper.h35 gfx::Size GetMaximumDialogSize() override;
Dbrowser_platform_delegate.h344 virtual gfx::Size GetMaximumDialogSize();
Dbrowser_platform_delegate.cc353 gfx::Size CefBrowserPlatformDelegate::GetMaximumDialogSize() { in GetMaximumDialogSize() function in CefBrowserPlatformDelegate
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_linux.h40 gfx::Size GetMaximumDialogSize() override;
Dbrowser_platform_delegate_native_linux.cc267 const gfx::Size& max_size = GetMaximumDialogSize(); in GetDialogPosition()
272 gfx::Size CefBrowserPlatformDelegateNativeLinux::GetMaximumDialogSize() { in GetMaximumDialogSize() function in CefBrowserPlatformDelegateNativeLinux
Dbrowser_platform_delegate_native_win.h39 gfx::Size GetMaximumDialogSize() override;
Dbrowser_platform_delegate_native_mac.h48 gfx::Size GetMaximumDialogSize() override;
Dbrowser_platform_delegate_native_win.cc453 const gfx::Size& max_size = GetMaximumDialogSize(); in GetDialogPosition()
458 gfx::Size CefBrowserPlatformDelegateNativeWin::GetMaximumDialogSize() { in GetMaximumDialogSize() function in CefBrowserPlatformDelegateNativeWin
Dbrowser_platform_delegate_native_mac.mm388 gfx::Size CefBrowserPlatformDelegateNativeMac::GetMaximumDialogSize() { function
/third_party/cef/libcef/browser/views/
Dbrowser_platform_delegate_views.h69 gfx::Size GetMaximumDialogSize() override;
Dbrowser_platform_delegate_views.cc292 gfx::Size CefBrowserPlatformDelegateViews::GetMaximumDialogSize() { in GetMaximumDialogSize() function in CefBrowserPlatformDelegateViews