#include <APIInjectedBundleEditorClient.h>
|
virtual | ~EditorClient () |
|
virtual bool | shouldBeginEditing (WebKit::WebPage &, WebCore::Range *) |
|
virtual bool | shouldEndEditing (WebKit::WebPage &, WebCore::Range *) |
|
virtual bool | shouldInsertNode (WebKit::WebPage &, WebCore::Node *, WebCore::Range *rangeToReplace, WebCore::EditorInsertAction) |
|
virtual bool | shouldInsertText (WebKit::WebPage &, StringImpl *, WebCore::Range *rangeToReplace, WebCore::EditorInsertAction) |
|
virtual bool | shouldDeleteRange (WebKit::WebPage &, WebCore::Range *) |
|
virtual bool | shouldChangeSelectedRange (WebKit::WebPage &, WebCore::Range *fromRange, WebCore::Range *toRange, WebCore::EAffinity affinity, bool stillSelecting) |
|
virtual bool | shouldApplyStyle (WebKit::WebPage &, WebCore::CSSStyleDeclaration *, WebCore::Range *) |
|
virtual void | didBeginEditing (WebKit::WebPage &, StringImpl *notificationName) |
|
virtual void | didEndEditing (WebKit::WebPage &, StringImpl *notificationName) |
|
virtual void | didChange (WebKit::WebPage &, StringImpl *notificationName) |
|
virtual void | didChangeSelection (WebKit::WebPage &, StringImpl *notificationName) |
|
virtual void | willWriteToPasteboard (WebKit::WebPage &, WebCore::Range *) |
|
virtual void | getPasteboardDataForRange (WebKit::WebPage &, WebCore::Range *, Vector< WTF::String > &pasteboardTypes, Vector< RefPtr< WebCore::SharedBuffer >> &pasteboardData) |
|
virtual void | didWriteToPasteboard (WebKit::WebPage &) |
|
◆ ~EditorClient()
virtual API::InjectedBundle::EditorClient::~EditorClient |
( |
| ) |
|
|
inlinevirtual |
◆ didBeginEditing()
virtual void API::InjectedBundle::EditorClient::didBeginEditing |
( |
WebKit::WebPage & |
, |
|
|
StringImpl * |
notificationName |
|
) |
| |
|
inlinevirtual |
◆ didChange()
virtual void API::InjectedBundle::EditorClient::didChange |
( |
WebKit::WebPage & |
, |
|
|
StringImpl * |
notificationName |
|
) |
| |
|
inlinevirtual |
◆ didChangeSelection()
virtual void API::InjectedBundle::EditorClient::didChangeSelection |
( |
WebKit::WebPage & |
, |
|
|
StringImpl * |
notificationName |
|
) |
| |
|
inlinevirtual |
◆ didEndEditing()
virtual void API::InjectedBundle::EditorClient::didEndEditing |
( |
WebKit::WebPage & |
, |
|
|
StringImpl * |
notificationName |
|
) |
| |
|
inlinevirtual |
◆ didWriteToPasteboard()
◆ getPasteboardDataForRange()
◆ shouldApplyStyle()
◆ shouldBeginEditing()
◆ shouldChangeSelectedRange()
◆ shouldDeleteRange()
◆ shouldEndEditing()
◆ shouldInsertNode()
◆ shouldInsertText()
◆ willWriteToPasteboard()
The documentation for this class was generated from the following file: