webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Attributes | |
RefPtr< API::Dictionary > | webValues |
RefPtr< WebFormSubmissionListenerProxy > | listener |
GRefPtr< GHashTable > | values |
bool | handledRequest |
SECTION: WebKitFormSubmissionRequest : Represents a form submission request : WebKitFormSubmissionRequest
When a form is about to be submitted in a WebKitWebView, the #WebKitWebView::submit-form signal is emitted. Its request argument contains information about the text fields of the form, that are typically used to store login information, returned in a #GHashTable by the webkit_form_submission_request_get_text_fields() method, and you can finally submit the form with webkit_form_submission_request_submit().
bool _WebKitFormSubmissionRequestPrivate::handledRequest |
RefPtr<WebFormSubmissionListenerProxy> _WebKitFormSubmissionRequestPrivate::listener |
GRefPtr<GHashTable> _WebKitFormSubmissionRequestPrivate::values |
RefPtr<API::Dictionary> _WebKitFormSubmissionRequestPrivate::webValues |