Home | History | Annotate | Download | only in src

Lines Matching defs:EditorClientImpl

28 #include "EditorClientImpl.h"
77 EditorClientImpl::EditorClientImpl(WebViewImpl* webview)
82 , m_autofillTimer(this, &EditorClientImpl::doAutofill)
86 EditorClientImpl::~EditorClientImpl()
90 void EditorClientImpl::pageDestroyed()
95 bool EditorClientImpl::shouldShowDeleteInterface(HTMLElement* elem)
104 bool EditorClientImpl::smartInsertDeleteEnabled()
111 bool EditorClientImpl::isSelectTrailingWhitespaceEnabled()
122 bool EditorClientImpl::shouldSpellcheckByDefault()
153 bool EditorClientImpl::isContinuousSpellCheckingEnabled()
162 void EditorClientImpl::toggleContinuousSpellChecking()
175 bool EditorClientImpl::isGrammarCheckingEnabled()
180 void EditorClientImpl::toggleGrammarChecking()
185 int EditorClientImpl::spellCheckerDocumentTag()
191 bool EditorClientImpl::shouldBeginEditing(Range* range)
198 bool EditorClientImpl::shouldEndEditing(Range* range)
205 bool EditorClientImpl::shouldInsertNode(Node* node,
217 bool EditorClientImpl::shouldInsertText(const String& text,
230 bool EditorClientImpl::shouldDeleteRange(Range* range)
237 bool EditorClientImpl::shouldChangeSelectedRange(Range* fromRange,
251 bool EditorClientImpl::shouldApplyStyle(CSSStyleDeclaration* style,
262 bool EditorClientImpl::shouldMoveRangeAfterDelete(Range* range,
268 void EditorClientImpl::didBeginEditing()
274 void EditorClientImpl::respondToChangedSelection()
283 void EditorClientImpl::respondToChangedContents()
289 void EditorClientImpl::didEndEditing()
295 void EditorClientImpl::didWriteSelectionToPasteboard()
299 void EditorClientImpl::didSetSelectionTypesForPasteboard()
303 void EditorClientImpl::registerCommandForUndo(PassRefPtr<EditCommand> command)
312 void EditorClientImpl::registerCommandForRedo(PassRefPtr<EditCommand> command)
317 void EditorClientImpl::clearUndoRedoOperations()
323 bool EditorClientImpl::canCopyCut(bool defaultValue) const
328 bool EditorClientImpl::canPaste(bool defaultValue) const
333 bool EditorClientImpl::canUndo() const
338 bool EditorClientImpl::canRedo() const
343 void EditorClientImpl::undo()
354 void EditorClientImpl::redo()
521 const char* EditorClientImpl::interpretKeyEvent(const KeyboardEvent* evt)
564 bool EditorClientImpl::handleEditingKeyboardEvent(KeyboardEvent* evt)
644 void EditorClientImpl::handleKeyboardEvent(KeyboardEvent* evt)
659 void EditorClientImpl::handleInputMethodKeydown(KeyboardEvent* keyEvent)
664 void EditorClientImpl::textFieldDidBeginEditing(Element* element)
671 void EditorClientImpl::textFieldDidEndEditing(Element* element)
705 void EditorClientImpl::textDidChangeInTextField(Element* element)
717 bool EditorClientImpl::showFormAutofillForNode(Node* node)
725 bool EditorClientImpl::autofill(HTMLInputElement* inputElement,
768 void EditorClientImpl::doAutofill(Timer<EditorClientImpl>* timer)
805 void EditorClientImpl::cancelPendingAutofill()
811 bool EditorClientImpl::doTextFieldCommandFromEvent(Element* element,
832 void EditorClientImpl::textWillBeDeletedInTextField(Element*)
836 void EditorClientImpl::textDidChangeInTextArea(Element*)
840 void EditorClientImpl::ignoreWordInSpellDocument(const String&)
845 void EditorClientImpl::learnWord(const String&)
850 void EditorClientImpl::checkSpellingOfString(const UChar* text, int length,
875 void EditorClientImpl::requestCheckingOfString(SpellChecker* sender, int identifier, TextCheckingTypeMask, const String& text)
881 String EditorClientImpl::getAutoCorrectSuggestionForMisspelledWord(const String& misspelledWord)
898 void EditorClientImpl::checkGrammarOfString(const UChar*, int length,
910 void EditorClientImpl::updateSpellingUIWithGrammarString(const String&,
916 void EditorClientImpl::updateSpellingUIWithMisspelledWord(const String& misspelledWord)
922 void EditorClientImpl::showSpellingUI(bool show)
928 bool EditorClientImpl::spellingUIIsShowing()
935 void EditorClientImpl::getGuessesForWord(const String& word,
942 void EditorClientImpl::willSetInputMethodState()
948 void EditorClientImpl::setInputMethodState(bool)