Home
last modified time | relevance | path

Searched defs:GetDialogHandler (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/include/
Dcef_client.h85 virtual CefRefPtr<CefDialogHandler> GetDialogHandler() { return nullptr; } in GetDialogHandler() function
/third_party/cef/tests/cefclient/browser/
Dclient_handler.h120 CefRefPtr<CefDialogHandler> GetDialogHandler() OVERRIDE { in GetDialogHandler() function
/third_party/cef/libcef_dll/ctocpp/
Dclient_ctocpp.cc69 CefRefPtr<CefDialogHandler> CefClientCToCpp::GetDialogHandler() { in GetDialogHandler() function in CefClientCToCpp
/third_party/cef/tests/ceftests/
Dtest_handler.h143 CefRefPtr<CefDialogHandler> GetDialogHandler() override { return this; } in GetDialogHandler() function