• Home
  • Raw
  • Download

Lines Matching refs:EditorClient

205         Refactoring: Extract TextCheckerClient from EditorClient
215 Add EditorClient callbacks to override isDOMPasteAllowed and javaScriptCanAccessClipboard
218 Added two callback functions, canCopyCut and canPaste to EditorClient. They are currently
363 (WebKit::EditorClient::requestCheckingOfString):
506 [WINCE] Implement EditorClient::handleKeyboardEvent
580 * WebCoreSupport/EditorClientWinCE.cpp: Rename EditorClient to EditorClientWinCE.
628 (WebKit::EditorClient::EditorClient):
629 (WebKit::EditorClient::~EditorClient):
630 (WebKit::EditorClient::setInputMethodState):
631 (WebKit::EditorClient::shouldDeleteRange):
632 (WebKit::EditorClient::shouldShowDeleteInterface):
633 (WebKit::EditorClient::isContinuousSpellCheckingEnabled):
634 (WebKit::EditorClient::isGrammarCheckingEnabled):
635 (WebKit::EditorClient::spellCheckerDocumentTag):
636 (WebKit::EditorClient::shouldBeginEditing):
637 (WebKit::EditorClient::shouldEndEditing):
638 (WebKit::EditorClient::shouldInsertText):
639 (WebKit::EditorClient::shouldChangeSelectedRange):
640 (WebKit::EditorClient::shouldApplyStyle):
641 (WebKit::EditorClient::shouldMoveRangeAfterDelete):
642 (WebKit::EditorClient::didBeginEditing):
643 (WebKit::EditorClient::respondToChangedContents):
644 (WebKit::EditorClient::respondToChangedSelection):
645 (WebKit::EditorClient::didEndEditing):
646 (WebKit::EditorClient::didWriteSelectionToPasteboard):
647 (WebKit::EditorClient::didSetSelectionTypesForPasteboard):
648 (WebKit::EditorClient::isEditable):
649 (WebKit::EditorClient::registerCommandForUndo):
650 (WebKit::EditorClient::registerCommandForRedo):
651 (WebKit::EditorClient::clearUndoRedoOperations):
652 (WebKit::EditorClient::canUndo):
653 (WebKit::EditorClient::canRedo):
654 (WebKit::EditorClient::undo):
655 (WebKit::EditorClient::redo):
656 (WebKit::EditorClient::shouldInsertNode):
657 (WebKit::EditorClient::pageDestroyed):
658 (WebKit::EditorClient::smartInsertDeleteEnabled):
659 (WebKit::EditorClient::isSelectTrailingWhitespaceEnabled):
660 (WebKit::EditorClient::toggleContinuousSpellChecking):
661 (WebKit::EditorClient::toggleGrammarChecking):
662 (WebKit::EditorClient::handleKeyboardEvent):
663 (WebKit::EditorClient::handleInputMethodKeydown):
664 (WebKit::EditorClient::textFieldDidBeginEditing):
665 (WebKit::EditorClient::textFieldDidEndEditing):
666 (WebKit::EditorClient::textDidChangeInTextField):
667 (WebKit::EditorClient::doTextFieldCommandFromEvent):
668 (WebKit::EditorClient::textWillBeDeletedInTextField):
669 (WebKit::EditorClient::textDidChangeInTextArea):
670 (WebKit::EditorClient::ignoreWordInSpellDocument):
671 (WebKit::EditorClient::learnWord):
672 (WebKit::EditorClient::checkSpellingOfString):
673 (WebKit::EditorClient::getAutoCorrectSuggestionForMisspelledWord):
674 (WebKit::EditorClient::checkGrammarOfString):
675 (WebKit::EditorClient::updateSpellingUIWithGrammarString):
676 (WebKit::EditorClient::updateSpellingUIWithMisspelledWord):
677 (WebKit::EditorClient::showSpellingUI):
678 (WebKit::EditorClient::spellingUIIsShowing):
679 (WebKit::EditorClient::getGuessesForWord):
680 (WebKit::EditorClient::willSetInputMethodState):