Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching defs:EditorClientEfl

24 #include "EditorClientEfl.h"
43 void EditorClientEfl::willSetInputMethodState()
48 void EditorClientEfl::setInputMethodState(bool active)
53 bool EditorClientEfl::shouldDeleteRange(Range*)
59 bool EditorClientEfl::shouldShowDeleteInterface(HTMLElement*)
64 bool EditorClientEfl::isContinuousSpellCheckingEnabled()
70 bool EditorClientEfl::isGrammarCheckingEnabled()
76 int EditorClientEfl::spellCheckerDocumentTag()
82 bool EditorClientEfl::shouldBeginEditing(Range*)
88 bool EditorClientEfl::shouldEndEditing(Range*)
94 bool EditorClientEfl::shouldInsertText(const String&, Range*, EditorInsertAction)
100 bool EditorClientEfl::shouldChangeSelectedRange(Range*, Range*, EAffinity, bool)
106 bool EditorClientEfl::shouldApplyStyle(CSSStyleDeclaration*, Range*)
112 bool EditorClientEfl::shouldMoveRangeAfterDelete(Range*, Range*)
118 void EditorClientEfl::didBeginEditing()
123 void EditorClientEfl::respondToChangedContents()
128 void EditorClientEfl::respondToChangedSelection()
133 void EditorClientEfl::didEndEditing()
138 void EditorClientEfl::didWriteSelectionToPasteboard()
143 void EditorClientEfl::didSetSelectionTypesForPasteboard()
148 void EditorClientEfl::registerCommandForUndo(WTF::PassRefPtr<EditCommand>)
153 void EditorClientEfl::registerCommandForRedo(WTF::PassRefPtr<EditCommand>)
158 void EditorClientEfl::clearUndoRedoOperations()
163 bool EditorClientEfl::canCopyCut(bool defaultValue) const
168 bool EditorClientEfl::canPaste(bool defaultValue) const
173 bool EditorClientEfl::canUndo() const
179 bool EditorClientEfl::canRedo() const
185 void EditorClientEfl::undo()
190 void EditorClientEfl::redo()
195 bool EditorClientEfl::shouldInsertNode(Node*, Range*, EditorInsertAction)
201 void EditorClientEfl::pageDestroyed()
206 bool EditorClientEfl::smartInsertDeleteEnabled()
212 bool EditorClientEfl::isSelectTrailingWhitespaceEnabled()
218 void EditorClientEfl::toggleContinuousSpellChecking()
223 void EditorClientEfl::toggleGrammarChecking()
299 const char* EditorClientEfl::interpretKeyEvent(const KeyboardEvent* event)
334 bool EditorClientEfl::handleEditingKeyboardEvent(KeyboardEvent* event)
398 void EditorClientEfl::handleKeyboardEvent(KeyboardEvent* event)
404 void EditorClientEfl::handleInputMethodKeydown(KeyboardEvent* event)
408 EditorClientEfl::EditorClientEfl(Evas_Object *view)
414 EditorClientEfl::~EditorClientEfl()
419 void EditorClientEfl::textFieldDidBeginEditing(Element*)
423 void EditorClientEfl::textFieldDidEndEditing(Element*)
428 void EditorClientEfl::textDidChangeInTextField(Element*)
433 bool EditorClientEfl::doTextFieldCommandFromEvent(Element*, KeyboardEvent*)
438 void EditorClientEfl::textWillBeDeletedInTextField(Element*)
443 void EditorClientEfl::textDidChangeInTextArea(Element*)
448 void EditorClientEfl::ignoreWordInSpellDocument(const String&)
453 void EditorClientEfl::learnWord(const String&)
458 void EditorClientEfl::checkSpellingOfString(const UChar*, int, int*, int*)
463 String EditorClientEfl::getAutoCorrectSuggestionForMisspelledWord(const String&)
469 void EditorClientEfl::checkGrammarOfString(const UChar*, int, Vector<GrammarDetail>&, int*, int*)
474 void EditorClientEfl::updateSpellingUIWithGrammarString(const String&, const GrammarDetail&)
479 void EditorClientEfl::updateSpellingUIWithMisspelledWord(const String&)
484 void EditorClientEfl::showSpellingUI(bool)
489 bool EditorClientEfl::spellingUIIsShowing()
495 void EditorClientEfl::getGuessesForWord(const String& word, const String& context, Vector<String>& guesses)