Home | History | Annotate | Download | only in editing

Lines Matching refs:EditorInsertActionTyped

1091     if (!shouldInsertText(text, range.get(), EditorInsertActionTyped))
1137 if (!shouldInsertText("\n", m_frame->selection()->toNormalizedRange().get(), EditorInsertActionTyped))
1155 if (!shouldInsertText("\n", m_frame->selection()->toNormalizedRange().get(), EditorInsertActionTyped))
2032 if (!frame()->editor()->shouldInsertText(autocorrectedString, misspellingRange.get(), EditorInsertActionTyped))
2274 } else if (canEdit() && shouldInsertText(result->replacement, rangeToReplace.get(), EditorInsertActionTyped)) {
2543 if (!shouldInsertText(transposed, range.get(), EditorInsertActionTyped))