webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebKit::WebFormClient Class Reference

#include <WebFormClient.h>

Inheritance diagram for WebKit::WebFormClient:
API::FormClient API::Client< WKPageFormClientBase >

Public Member Functions

 WebFormClient (const WKPageFormClientBase *)
 
void willSubmitForm (WebPageProxy &, WebFrameProxy &, WebFrameProxy &, const Vector< std::pair< String, String >> &textFieldValues, API::Object *userData, Ref< WebFormSubmissionListenerProxy > &&) override
 
- Public Member Functions inherited from API::FormClient
virtual ~FormClient ()
 
virtual void willSubmitForm (WebKit::WebPageProxy &, WebKit::WebFrameProxy &, WebKit::WebFrameProxy &, const Vector< std::pair< WTF::String, WTF::String >> &, API::Object *, Ref< WebKit::WebFormSubmissionListenerProxy > &&listener)
 

Constructor & Destructor Documentation

◆ WebFormClient()

WebKit::WebFormClient::WebFormClient ( const WKPageFormClientBase wkClient)
explicit

Member Function Documentation

◆ willSubmitForm()

void WebKit::WebFormClient::willSubmitForm ( WebPageProxy page,
WebFrameProxy frame,
WebFrameProxy sourceFrame,
const Vector< std::pair< String, String >> &  textFieldValues,
API::Object userData,
Ref< WebFormSubmissionListenerProxy > &&  listener 
)
override

The documentation for this class was generated from the following files: