Home | History | Annotate | Download | only in editing

Lines Matching refs:shouldInsertText

370     if (client() && client()->shouldInsertText(text, selectedRange().get(), EditorInsertActionPasted))
396 return client()->shouldInsertText(static_cast<CharacterData*>(child)->data(), replacingDOMRange.get(), givenAction);
471 bool Editor::shouldInsertText(const String& text, Range* range, EditorInsertAction action) const
473 return client() && client()->shouldInsertText(text, range, action);
838 if (!shouldInsertText(text, range.get(), EditorInsertActionTyped))
874 if (!shouldInsertText("\n", m_frame->selection()->toNormalizedRange().get(), EditorInsertActionTyped))
893 if (!shouldInsertText("\n", m_frame->selection()->toNormalizedRange().get(), EditorInsertActionTyped))
1411 if (!frame()->editor()->shouldInsertText(autocorrectedString, misspellingRange.get(), EditorInsertActionTyped))
1766 if (!shouldInsertText(transposed, range.get(), EditorInsertActionTyped))