|
| virtual | ~EditorClient () |
| |
| virtual bool | shouldDeleteRange (Range *)=0 |
| |
| virtual bool | smartInsertDeleteEnabled ()=0 |
| |
| virtual bool | isSelectTrailingWhitespaceEnabled ()=0 |
| |
| virtual bool | isContinuousSpellCheckingEnabled ()=0 |
| |
| virtual void | toggleContinuousSpellChecking ()=0 |
| |
| virtual bool | isGrammarCheckingEnabled ()=0 |
| |
| virtual void | toggleGrammarChecking ()=0 |
| |
| virtual int | spellCheckerDocumentTag ()=0 |
| |
| virtual bool | shouldBeginEditing (Range *)=0 |
| |
| virtual bool | shouldEndEditing (Range *)=0 |
| |
| virtual bool | shouldInsertNode (Node *, Range *, EditorInsertAction)=0 |
| |
| virtual bool | shouldInsertText (const String &, Range *, EditorInsertAction)=0 |
| |
| virtual bool | shouldChangeSelectedRange (Range *fromRange, Range *toRange, EAffinity, bool stillSelecting)=0 |
| |
| virtual bool | shouldApplyStyle (StyleProperties *, Range *)=0 |
| |
| virtual void | didApplyStyle ()=0 |
| |
| virtual bool | shouldMoveRangeAfterDelete (Range *, Range *)=0 |
| |
| virtual void | didBeginEditing ()=0 |
| |
| virtual void | respondToChangedContents ()=0 |
| |
| virtual void | respondToChangedSelection (Frame *)=0 |
| |
| virtual void | didChangeSelectionAndUpdateLayout ()=0 |
| |
| virtual void | updateEditorStateAfterLayoutIfEditabilityChanged ()=0 |
| |
| virtual void | didEndEditing ()=0 |
| |
| virtual void | willWriteSelectionToPasteboard (Range *)=0 |
| |
| virtual void | didWriteSelectionToPasteboard ()=0 |
| |
| virtual void | getClientPasteboardDataForRange (Range *, Vector< String > &pasteboardTypes, Vector< RefPtr< SharedBuffer >> &pasteboardData)=0 |
| |
| virtual void | requestCandidatesForSelection (const VisibleSelection &) |
| |
| virtual void | handleAcceptedCandidateWithSoftSpaces (TextCheckingResult) |
| |
| virtual void | discardedComposition (Frame *)=0 |
| |
| virtual void | canceledComposition ()=0 |
| |
| virtual void | registerUndoStep (UndoStep &)=0 |
| |
| virtual void | registerRedoStep (UndoStep &)=0 |
| |
| virtual void | clearUndoRedoOperations ()=0 |
| |
| virtual bool | canCopyCut (Frame *, bool defaultValue) const =0 |
| |
| virtual bool | canPaste (Frame *, bool defaultValue) const =0 |
| |
| virtual bool | canUndo () const =0 |
| |
| virtual bool | canRedo () const =0 |
| |
| virtual void | undo ()=0 |
| |
| virtual void | redo ()=0 |
| |
| virtual void | handleKeyboardEvent (KeyboardEvent *)=0 |
| |
| virtual void | handleInputMethodKeydown (KeyboardEvent *)=0 |
| |
| virtual void | textFieldDidBeginEditing (Element *)=0 |
| |
| virtual void | textFieldDidEndEditing (Element *)=0 |
| |
| virtual void | textDidChangeInTextField (Element *)=0 |
| |
| virtual bool | doTextFieldCommandFromEvent (Element *, KeyboardEvent *)=0 |
| |
| virtual void | textWillBeDeletedInTextField (Element *)=0 |
| |
| virtual void | textDidChangeInTextArea (Element *)=0 |
| |
| virtual void | overflowScrollPositionChanged ()=0 |
| |
| virtual TextCheckerClient * | textChecker ()=0 |
| |
| virtual void | updateSpellingUIWithGrammarString (const String &, const GrammarDetail &detail)=0 |
| |
| virtual void | updateSpellingUIWithMisspelledWord (const String &)=0 |
| |
| virtual void | showSpellingUI (bool show)=0 |
| |
| virtual bool | spellingUIIsShowing ()=0 |
| |
| virtual void | willSetInputMethodState ()=0 |
| |
| virtual void | setInputMethodState (bool enabled)=0 |
| |
| virtual bool | supportsGlobalSelection () |
| |
| virtual | ~EditorClient () |
| |
| virtual bool | shouldDeleteRange (Range *)=0 |
| |
| virtual bool | smartInsertDeleteEnabled ()=0 |
| |
| virtual bool | isSelectTrailingWhitespaceEnabled ()=0 |
| |
| virtual bool | isContinuousSpellCheckingEnabled ()=0 |
| |
| virtual void | toggleContinuousSpellChecking ()=0 |
| |
| virtual bool | isGrammarCheckingEnabled ()=0 |
| |
| virtual void | toggleGrammarChecking ()=0 |
| |
| virtual int | spellCheckerDocumentTag ()=0 |
| |
| virtual bool | shouldBeginEditing (Range *)=0 |
| |
| virtual bool | shouldEndEditing (Range *)=0 |
| |
| virtual bool | shouldInsertNode (Node *, Range *, EditorInsertAction)=0 |
| |
| virtual bool | shouldInsertText (const String &, Range *, EditorInsertAction)=0 |
| |
| virtual bool | shouldChangeSelectedRange (Range *fromRange, Range *toRange, EAffinity, bool stillSelecting)=0 |
| |
| virtual bool | shouldApplyStyle (StyleProperties *, Range *)=0 |
| |
| virtual void | didApplyStyle ()=0 |
| |
| virtual bool | shouldMoveRangeAfterDelete (Range *, Range *)=0 |
| |
| virtual void | didBeginEditing ()=0 |
| |
| virtual void | respondToChangedContents ()=0 |
| |
| virtual void | respondToChangedSelection (Frame *)=0 |
| |
| virtual void | didChangeSelectionAndUpdateLayout ()=0 |
| |
| virtual void | updateEditorStateAfterLayoutIfEditabilityChanged ()=0 |
| |
| virtual void | didEndEditing ()=0 |
| |
| virtual void | willWriteSelectionToPasteboard (Range *)=0 |
| |
| virtual void | didWriteSelectionToPasteboard ()=0 |
| |
| virtual void | getClientPasteboardDataForRange (Range *, Vector< String > &pasteboardTypes, Vector< RefPtr< SharedBuffer >> &pasteboardData)=0 |
| |
| virtual void | requestCandidatesForSelection (const VisibleSelection &) |
| |
| virtual void | handleAcceptedCandidateWithSoftSpaces (TextCheckingResult) |
| |
| virtual void | discardedComposition (Frame *)=0 |
| |
| virtual void | canceledComposition ()=0 |
| |
| virtual void | registerUndoStep (UndoStep &)=0 |
| |
| virtual void | registerRedoStep (UndoStep &)=0 |
| |
| virtual void | clearUndoRedoOperations ()=0 |
| |
| virtual bool | canCopyCut (Frame *, bool defaultValue) const =0 |
| |
| virtual bool | canPaste (Frame *, bool defaultValue) const =0 |
| |
| virtual bool | canUndo () const =0 |
| |
| virtual bool | canRedo () const =0 |
| |
| virtual void | undo ()=0 |
| |
| virtual void | redo ()=0 |
| |
| virtual void | handleKeyboardEvent (KeyboardEvent *)=0 |
| |
| virtual void | handleInputMethodKeydown (KeyboardEvent *)=0 |
| |
| virtual void | textFieldDidBeginEditing (Element *)=0 |
| |
| virtual void | textFieldDidEndEditing (Element *)=0 |
| |
| virtual void | textDidChangeInTextField (Element *)=0 |
| |
| virtual bool | doTextFieldCommandFromEvent (Element *, KeyboardEvent *)=0 |
| |
| virtual void | textWillBeDeletedInTextField (Element *)=0 |
| |
| virtual void | textDidChangeInTextArea (Element *)=0 |
| |
| virtual void | overflowScrollPositionChanged ()=0 |
| |
| virtual TextCheckerClient * | textChecker ()=0 |
| |
| virtual void | updateSpellingUIWithGrammarString (const String &, const GrammarDetail &detail)=0 |
| |
| virtual void | updateSpellingUIWithMisspelledWord (const String &)=0 |
| |
| virtual void | showSpellingUI (bool show)=0 |
| |
| virtual bool | spellingUIIsShowing ()=0 |
| |
| virtual void | willSetInputMethodState ()=0 |
| |
| virtual void | setInputMethodState (bool enabled)=0 |
| |
| virtual bool | supportsGlobalSelection () |
| |