Home
last modified time | relevance | path

Searched refs:EditorInsertActionTyped (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/editing/
DEditorInsertAction.h33 EditorInsertActionTyped, enumerator
DEditor.cpp953 if (!shouldInsertText(text, range.get(), EditorInsertActionTyped)) in insertTextWithoutSendingTextEvent()
982 …(!shouldInsertText("\n", m_frame->selection()->toNormalizedRange().get(), EditorInsertActionTyped)) in insertLineBreak()
998 …(!shouldInsertText("\n", m_frame->selection()->toNormalizedRange().get(), EditorInsertActionTyped)) in insertParagraphSeparator()
2200 …->editor()->shouldInsertText(autocorrectedString, misspellingRange.get(), EditorInsertActionTyped)) in markMisspellingsAfterTypingToPosition()
2468 …anEdit() && shouldInsertText(result->replacement, rangeToReplace.get(), EditorInsertActionTyped)) { in markAllMisspellingsAndBadGrammarInRanges()
2641 if (!shouldInsertText(transposed, range.get(), EditorInsertActionTyped)) in transpose()