Home
last modified time | relevance | path

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

/third_party/cef/include/
Dcef_client.h132 virtual CefRefPtr<CefJSDialogHandler> GetJSDialogHandler() { return nullptr; } in GetJSDialogHandler() function
/third_party/cef/tests/cefclient/browser/
Dclient_handler.h123 CefRefPtr<CefJSDialogHandler> GetJSDialogHandler() override { in GetJSDialogHandler() function
/third_party/cef/libcef_dll/ctocpp/
Dclient_ctocpp.cc175 CefRefPtr<CefJSDialogHandler> CefClientCToCpp::GetJSDialogHandler() { in GetJSDialogHandler() function in CefClientCToCpp
/third_party/cef/tests/ceftests/
Dtest_handler.h147 CefRefPtr<CefJSDialogHandler> GetJSDialogHandler() override { return this; } in GetJSDialogHandler() function