Home
last modified time | relevance | path

Searched defs:OnDocumentAvailableInMainFrame (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/include/
Dcef_request_handler.h261 virtual void OnDocumentAvailableInMainFrame(CefRefPtr<CefBrowser> browser) {} in OnDocumentAvailableInMainFrame() function
/third_party/cef/libcef_dll/ctocpp/
Drequest_handler_ctocpp.cc397 void CefRequestHandlerCToCpp::OnDocumentAvailableInMainFrame( in OnDocumentAvailableInMainFrame() function in CefRequestHandlerCToCpp
/third_party/cef/tests/cefclient/browser/
Dclient_handler.cc881 void ClientHandler::OnDocumentAvailableInMainFrame( in OnDocumentAvailableInMainFrame() function in client::ClientHandler