#include <WebEditorClient.h>
|
| WebEditorClient (WebView *) |
|
virtual | ~WebEditorClient () |
|
void | didCheckSucceed (int sequence, NSArray *results) |
|
| WebEditorClient (WebView *) |
|
| ~WebEditorClient () |
|
virtual | ~EditorClient () |
|
virtual void | getClientPasteboardDataForRange (Range *, Vector< String > &pasteboardTypes, Vector< RefPtr< SharedBuffer >> &pasteboardData)=0 |
|
virtual void | requestCandidatesForSelection (const VisibleSelection &) |
|
virtual void | handleAcceptedCandidateWithSoftSpaces (TextCheckingResult) |
|
virtual bool | supportsGlobalSelection () |
|
virtual | ~EditorClient () |
|
virtual void | getClientPasteboardDataForRange (Range *, Vector< String > &pasteboardTypes, Vector< RefPtr< SharedBuffer >> &pasteboardData)=0 |
|
virtual void | requestCandidatesForSelection (const VisibleSelection &) |
|
virtual void | handleAcceptedCandidateWithSoftSpaces (TextCheckingResult) |
|
virtual bool | supportsGlobalSelection () |
|
virtual | ~TextCheckerClient () |
|
virtual void | checkSpellingOfString (StringView, int *misspellingLocation, int *misspellingLength)=0 |
|
virtual void | checkGrammarOfString (StringView, Vector< GrammarDetail > &, int *badGrammarLocation, int *badGrammarLength)=0 |
|
virtual | ~TextCheckerClient () |
|
virtual void | checkSpellingOfString (StringView, int *misspellingLocation, int *misspellingLength)=0 |
|
virtual void | checkGrammarOfString (StringView, Vector< GrammarDetail > &, int *badGrammarLocation, int *badGrammarLength)=0 |
|
◆ WebEditorClient() [1/2]
WebEditorClient::WebEditorClient |
( |
WebView * |
webView | ) |
|
◆ ~WebEditorClient() [1/2]
WebEditorClient::~WebEditorClient |
( |
| ) |
|
|
virtual |
◆ WebEditorClient() [2/2]
WebEditorClient::WebEditorClient |
( |
WebView * |
| ) |
|
◆ ~WebEditorClient() [2/2]
WebEditorClient::~WebEditorClient |
( |
| ) |
|
◆ didCheckSucceed()
void WebEditorClient::didCheckSucceed |
( |
int |
sequence, |
|
|
NSArray * |
results |
|
) |
| |
The documentation for this class was generated from the following files: