Lines Matching defs:EditorClientWx

28 #include "EditorClientWx.h"
127 EditorClientWx::~EditorClientWx()
132 void EditorClientWx::setPage(Page* page)
137 void EditorClientWx::pageDestroyed()
142 bool EditorClientWx::shouldDeleteRange(Range*)
148 bool EditorClientWx::shouldShowDeleteInterface(HTMLElement*)
154 bool EditorClientWx::smartInsertDeleteEnabled()
160 bool EditorClientWx::isSelectTrailingWhitespaceEnabled()
166 bool EditorClientWx::isContinuousSpellCheckingEnabled()
172 void EditorClientWx::toggleContinuousSpellChecking()
177 bool EditorClientWx::isGrammarCheckingEnabled()
183 void EditorClientWx::toggleGrammarChecking()
188 int EditorClientWx::spellCheckerDocumentTag()
194 bool EditorClientWx::selectWordBeforeMenuEvent()
200 bool EditorClientWx::shouldBeginEditing(Range*)
206 bool EditorClientWx::shouldEndEditing(Range*)
212 bool EditorClientWx::shouldInsertNode(Node*, Range*,
219 bool EditorClientWx::shouldInsertText(const String&, Range*,
226 bool EditorClientWx::shouldApplyStyle(CSSStyleDeclaration*,
233 bool EditorClientWx::shouldMoveRangeAfterDelete(Range*, Range*)
239 bool EditorClientWx::shouldChangeSelectedRange(Range* fromRange, Range* toRange,
246 void EditorClientWx::didBeginEditing()
251 void EditorClientWx::respondToChangedContents()
264 void EditorClientWx::didEndEditing()
269 void EditorClientWx::didWriteSelectionToPasteboard()
274 void EditorClientWx::didSetSelectionTypesForPasteboard()
279 void EditorClientWx::registerCommandForUndo(PassRefPtr<EditCommand> command)
291 void EditorClientWx::registerCommandForRedo(PassRefPtr<EditCommand> command)
303 void EditorClientWx::clearUndoRedoOperations()
316 bool EditorClientWx::canCopyCut(bool defaultValue) const
321 bool EditorClientWx::canPaste(bool defaultValue) const
326 bool EditorClientWx::canUndo() const
339 bool EditorClientWx::canRedo() const
352 void EditorClientWx::undo()
365 void EditorClientWx::redo()
378 bool EditorClientWx::handleEditingKeyboardEvent(KeyboardEvent* event)
410 const char* EditorClientWx::interpretKeyEvent(const KeyboardEvent* evt)
446 void EditorClientWx::handleInputMethodKeydown(KeyboardEvent* event)
453 void EditorClientWx::handleKeyboardEvent(KeyboardEvent* event)
459 void EditorClientWx::textFieldDidBeginEditing(Element*)
464 void EditorClientWx::textFieldDidEndEditing(Element*)
469 void EditorClientWx::textDidChangeInTextField(Element*)
474 bool EditorClientWx::doTextFieldCommandFromEvent(Element*, KeyboardEvent*)
480 void EditorClientWx::textWillBeDeletedInTextField(Element*)
485 void EditorClientWx::textDidChangeInTextArea(Element*)
490 void EditorClientWx::respondToChangedSelection()
502 void EditorClientWx::ignoreWordInSpellDocument(const String&)
507 void EditorClientWx::learnWord(const String&)
512 void EditorClientWx::checkSpellingOfString(const UChar*, int length, int* misspellingLocation, int* misspellingLength)
517 void EditorClientWx::checkGrammarOfString(const UChar*, int length, Vector<GrammarDetail>&, int* badGrammarLocation, int* badGrammarLength)
522 void EditorClientWx::updateSpellingUIWithGrammarString(const String&, const GrammarDetail& detail)
527 void EditorClientWx::updateSpellingUIWithMisspelledWord(const String&)
532 void EditorClientWx::showSpellingUI(bool show)
537 bool EditorClientWx::spellingUIIsShowing()
543 void EditorClientWx::getGuessesForWord(const String& word, const String& context, Vector<String>& guesses)
548 String EditorClientWx::getAutoCorrectSuggestionForMisspelledWord(const WTF::String&)
554 void EditorClientWx::willSetInputMethodState()
559 void EditorClientWx::setInputMethodState(bool enabled)