Home
last modified time | relevance | path

Searched defs:GetDownloadHandler (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/include/
Dcef_client.h99 virtual CefRefPtr<CefDownloadHandler> GetDownloadHandler() { return nullptr; } in GetDownloadHandler() function
/third_party/cef/tests/cefclient/browser/
Dclient_handler.h107 CefRefPtr<CefDownloadHandler> GetDownloadHandler() override { return this; } in GetDownloadHandler() function
/third_party/cef/libcef_dll/ctocpp/
Dclient_ctocpp.cc100 CefRefPtr<CefDownloadHandler> CefClientCToCpp::GetDownloadHandler() { in GetDownloadHandler() function in CefClientCToCpp
/third_party/cef/tests/ceftests/
Dtest_handler.h146 CefRefPtr<CefDownloadHandler> GetDownloadHandler() override { return this; } in GetDownloadHandler() function
/third_party/cef/libcef/browser/
Ddownload_manager_delegate.cc35 CefRefPtr<CefDownloadHandler> GetDownloadHandler( in GetDownloadHandler() function