Lines Matching refs:EditorClientQt

32 #include "EditorClientQt.h"
58 #define methodDebug() qDebug("EditorClientQt: %s", __FUNCTION__);
89 bool EditorClientQt::dumpEditingCallbacks = false;
90 bool EditorClientQt::acceptsEditing = true;
94 bool EditorClientQt::shouldDeleteRange(Range* range)
102 bool EditorClientQt::shouldShowDeleteInterface(HTMLElement* element)
109 bool EditorClientQt::isContinuousSpellCheckingEnabled()
114 bool EditorClientQt::isGrammarCheckingEnabled()
119 int EditorClientQt::spellCheckerDocumentTag()
124 bool EditorClientQt::shouldBeginEditing(WebCore::Range* range)
131 bool EditorClientQt::shouldEndEditing(WebCore::Range* range)
138 bool EditorClientQt::shouldInsertText(const String& string, Range* range, EditorInsertAction action)
153 bool EditorClientQt::shouldChangeSelectedRange(Range* currentRange, Range* proposedRange, EAffinity selectionAffinity, bool stillSelecting)
173 bool EditorClientQt::shouldApplyStyle(WebCore::CSSStyleDeclaration* style,
182 bool EditorClientQt::shouldMoveRangeAfterDelete(WebCore::Range*, WebCore::Range*)
188 void EditorClientQt::didBeginEditing()
195 void EditorClientQt::respondToChangedContents()
204 void EditorClientQt::respondToChangedSelection()
220 void EditorClientQt::didEndEditing()
227 void EditorClientQt::didWriteSelectionToPasteboard()
231 void EditorClientQt::didSetSelectionTypesForPasteboard()
235 bool EditorClientQt::selectWordBeforeMenuEvent()
241 void EditorClientQt::registerCommandForUndo(WTF::PassRefPtr<WebCore::EditCommand> cmd)
251 void EditorClientQt::registerCommandForRedo(WTF::PassRefPtr<WebCore::EditCommand>)
255 void EditorClientQt::clearUndoRedoOperations()
262 bool EditorClientQt::canCopyCut(bool defaultValue) const
267 bool EditorClientQt::canPaste(bool defaultValue) const
272 bool EditorClientQt::canUndo() const
281 bool EditorClientQt::canRedo() const
290 void EditorClientQt::undo()
299 void EditorClientQt::redo()
308 bool EditorClientQt::shouldInsertNode(Node* node, Range* range, EditorInsertAction action)
323 void EditorClientQt::pageDestroyed()
328 bool EditorClientQt::smartInsertDeleteEnabled()
333 void EditorClientQt::toggleSmartInsertDelete()
339 bool EditorClientQt::isSelectTrailingWhitespaceEnabled()
344 void EditorClientQt::toggleContinuousSpellChecking()
349 void EditorClientQt::toggleGrammarChecking()
408 void EditorClientQt::handleKeyboardEvent(KeyboardEvent* event)
533 void EditorClientQt::handleInputMethodKeydown(KeyboardEvent* event)
551 EditorClientQt::EditorClientQt(QWebPage* page)
556 void EditorClientQt::textFieldDidBeginEditing(Element*)
561 void EditorClientQt::textFieldDidEndEditing(Element*)
566 void EditorClientQt::textDidChangeInTextField(Element*)
570 bool EditorClientQt::doTextFieldCommandFromEvent(Element*, KeyboardEvent*)
575 void EditorClientQt::textWillBeDeletedInTextField(Element*)
579 void EditorClientQt::textDidChangeInTextArea(Element*)
583 void EditorClientQt::ignoreWordInSpellDocument(const String&)
588 void EditorClientQt::learnWord(const String&)
593 void EditorClientQt::checkSpellingOfString(const UChar*, int, int*, int*)
598 String EditorClientQt::getAutoCorrectSuggestionForMisspelledWord(const String&)
604 void EditorClientQt::checkGrammarOfString(const UChar*, int, Vector<GrammarDetail>&, int*, int*)
609 void EditorClientQt::updateSpellingUIWithGrammarString(const String&, const GrammarDetail&)
614 void EditorClientQt::updateSpellingUIWithMisspelledWord(const String&)
619 void EditorClientQt::showSpellingUI(bool)
624 bool EditorClientQt::spellingUIIsShowing()
630 void EditorClientQt::getGuessesForWord(const String& word, const String& context, Vector<String>& guesses)
635 bool EditorClientQt::isEditing() const
640 void EditorClientQt::willSetInputMethodState()
644 void EditorClientQt::setInputMethodState(bool active)