Home
last modified time | relevance | path

Searched refs:GetDownloadHandler (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/libcef/browser/
Ddownload_manager_delegate.cc35 CefRefPtr<CefDownloadHandler> GetDownloadHandler( in GetDownloadHandler() function
39 return client->GetDownloadHandler(); in GetDownloadHandler()
290 handler = GetDownloadHandler(browser); in OnDownloadUpdated()
379 handler = GetDownloadHandler(browser); in DetermineDownloadTarget()
/third_party/cef/libcef_dll/ctocpp/
Dclient_ctocpp.h40 CefRefPtr<CefDownloadHandler> GetDownloadHandler() override;
Dclient_ctocpp.cc100 CefRefPtr<CefDownloadHandler> CefClientCToCpp::GetDownloadHandler() { in GetDownloadHandler() function in CefClientCToCpp
/third_party/cef/include/
Dcef_client.h99 virtual CefRefPtr<CefDownloadHandler> GetDownloadHandler() { return nullptr; } in GetDownloadHandler() function
/third_party/cef/libcef_dll/cpptoc/
Dclient_cpptoc.cc114 CefClientCppToC::Get(self)->GetDownloadHandler(); in client_get_download_handler()
/third_party/cef/tests/ceftests/
Dtest_handler.h146 CefRefPtr<CefDownloadHandler> GetDownloadHandler() override { return this; } in GetDownloadHandler() function
/third_party/cef/tests/cefclient/browser/
Dclient_handler.h107 CefRefPtr<CefDownloadHandler> GetDownloadHandler() override { return this; } in GetDownloadHandler() function
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch31624 CefRefPtr<CefDownloadHandler> CefClientCToCpp::GetDownloadHandler() {
31638 @@ -113,14 +115,14 @@ CefRefPtr<CefDownloadHandler> CefClientCToCpp::GetDownloadHandler() {
60733 +CefRefPtr<CefDownloadHandler> NWebHandlerDelegate::GetDownloadHandler() {
62104 + CefRefPtr<CefDownloadHandler> GetDownloadHandler() override;