Home
last modified time | relevance | path

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

/third_party/cef/include/
Dcef_jsdialog_handler.h118 virtual void OnResetDialogState(CefRefPtr<CefBrowser> browser) {} in OnResetDialogState() function
/third_party/cef/libcef_dll/ctocpp/
Djsdialog_handler_ctocpp.cc99 void CefJSDialogHandlerCToCpp::OnResetDialogState( in OnResetDialogState() function in CefJSDialogHandlerCToCpp
/third_party/cef/tests/cefclient/browser/
Ddialog_handler_gtk.cc213 void ClientDialogHandlerGtk::OnResetDialogState(CefRefPtr<CefBrowser> browser) { in OnResetDialogState() function in client::ClientDialogHandlerGtk
/third_party/cef/tests/ceftests/
Djsdialog_unittest.cc172 void OnResetDialogState(CefRefPtr<CefBrowser> browser) override { in OnResetDialogState() function in __anon9e89f8520111::JSDialogTestHandler