Home
last modified time | relevance | path

Searched refs:CreateFileDialogRunner (Results 1 – 14 of 14) sorted by relevance

/third_party/cef/libcef/browser/extensions/
Dbrowser_platform_delegate_background.cc106 CefBrowserPlatformDelegateBackground::CreateFileDialogRunner() { in CreateFileDialogRunner() function in CefBrowserPlatformDelegateBackground
107 return native_delegate_->CreateFileDialogRunner(); in CreateFileDialogRunner()
Dbrowser_platform_delegate_background.h43 std::unique_ptr<CefFileDialogRunner> CreateFileDialogRunner() override;
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_win.h34 std::unique_ptr<CefFileDialogRunner> CreateFileDialogRunner() override;
Dbrowser_platform_delegate_native_mac.h43 std::unique_ptr<CefFileDialogRunner> CreateFileDialogRunner() override;
Dbrowser_platform_delegate_native_win.cc437 CefBrowserPlatformDelegateNativeWin::CreateFileDialogRunner() { in CreateFileDialogRunner() function in CefBrowserPlatformDelegateNativeWin
Dbrowser_platform_delegate_native_mac.mm367 CefBrowserPlatformDelegateNativeMac::CreateFileDialogRunner() { function
/third_party/cef/libcef/browser/views/
Dbrowser_platform_delegate_views.cc261 CefBrowserPlatformDelegateViews::CreateFileDialogRunner() { in CreateFileDialogRunner() function in CefBrowserPlatformDelegateViews
262 return native_delegate_->CreateFileDialogRunner(); in CreateFileDialogRunner()
Dbrowser_platform_delegate_views.h63 std::unique_ptr<CefFileDialogRunner> CreateFileDialogRunner() override;
/third_party/cef/libcef/browser/osr/
Dbrowser_platform_delegate_osr.h52 std::unique_ptr<CefFileDialogRunner> CreateFileDialogRunner() override;
Dbrowser_platform_delegate_osr.cc198 CefBrowserPlatformDelegateOsr::CreateFileDialogRunner() { in CreateFileDialogRunner() function in CefBrowserPlatformDelegateOsr
199 return native_delegate_->CreateFileDialogRunner(); in CreateFileDialogRunner()
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h274 virtual std::unique_ptr<CefFileDialogRunner> CreateFileDialogRunner();
Dbrowser_platform_delegate.cc223 CefBrowserPlatformDelegate::CreateFileDialogRunner() { in CreateFileDialogRunner() function in CefBrowserPlatformDelegate
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_host_impl.cc1662 this, platform_delegate_->CreateFileDialogRunner())); in EnsureFileDialogManager()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch12396 this, platform_delegate_->CreateFileDialogRunner()));