#include <APIInjectedBundleFormClient.h>
|
| virtual | ~FormClient () |
| |
| virtual void | didFocusTextField (WebKit::WebPage *, WebCore::HTMLInputElement *, WebKit::WebFrame *) |
| |
| virtual void | textFieldDidBeginEditing (WebKit::WebPage *, WebCore::HTMLInputElement *, WebKit::WebFrame *) |
| |
| virtual void | textFieldDidEndEditing (WebKit::WebPage *, WebCore::HTMLInputElement *, WebKit::WebFrame *) |
| |
| virtual void | textDidChangeInTextField (WebKit::WebPage *, WebCore::HTMLInputElement *, WebKit::WebFrame *, bool) |
| |
| virtual void | textDidChangeInTextArea (WebKit::WebPage *, WebCore::HTMLTextAreaElement *, WebKit::WebFrame *) |
| |
| virtual bool | shouldPerformActionInTextField (WebKit::WebPage *, WebCore::HTMLInputElement *, InputFieldAction, WebKit::WebFrame *) |
| |
| virtual void | willSubmitForm (WebKit::WebPage *, WebCore::HTMLFormElement *, WebKit::WebFrame *, WebKit::WebFrame *, const Vector< std::pair< WTF::String, WTF::String >> &, RefPtr< API::Object > &userData) |
| |
| virtual void | willSendSubmitEvent (WebKit::WebPage *, WebCore::HTMLFormElement *, WebKit::WebFrame *, WebKit::WebFrame *, const Vector< std::pair< WTF::String, WTF::String >> &) |
| |
| virtual void | didAssociateFormControls (WebKit::WebPage *, const Vector< RefPtr< WebCore::Element >> &) |
| |
| virtual bool | shouldNotifyOnFormChanges (WebKit::WebPage *) |
| |
| virtual void | willBeginInputSession (WebKit::WebPage *, WebCore::Element *, WebKit::WebFrame *, RefPtr< API::Object > &userData, bool userIsInteracting) |
| |
◆ InputFieldAction
| Enumerator |
|---|
| MoveUp | |
| MoveDown | |
| Cancel | |
| InsertTab | |
| InsertBacktab | |
| InsertNewline | |
| InsertDelete | |
◆ ~FormClient()
| virtual API::InjectedBundle::FormClient::~FormClient |
( |
| ) |
|
|
inlinevirtual |
◆ didAssociateFormControls()
◆ didFocusTextField()
◆ shouldNotifyOnFormChanges()
| virtual bool API::InjectedBundle::FormClient::shouldNotifyOnFormChanges |
( |
WebKit::WebPage * |
| ) |
|
|
inlinevirtual |
◆ shouldPerformActionInTextField()
◆ textDidChangeInTextArea()
◆ textDidChangeInTextField()
◆ textFieldDidBeginEditing()
◆ textFieldDidEndEditing()
◆ willBeginInputSession()
◆ willSendSubmitEvent()
◆ willSubmitForm()
The documentation for this class was generated from the following file: