isTextInsertion   150 Source/core/editing/Editor.h         bool isTextInsertion() const;
isTextInsertion    78 Source/core/editing/EditorCommand.cpp     bool isTextInsertion;
isTextInsertion    85 Source/core/editing/EditorCommand.cpp static const bool isTextInsertion = true;
isTextInsertion  1473 Source/core/editing/EditorCommand.cpp         { "InsertBacktab", {32, executeInsertBacktab, supportedFromMenuOrKeyBinding, enabledInEditableText, stateNone, valueNull, isTextInsertion, doNotAllowExecutionWhenDisabled } },
isTextInsertion  1477 Source/core/editing/EditorCommand.cpp         { "InsertLineBreak", {36, executeInsertLineBreak, supported, enabledInEditableText, stateNone, valueNull, isTextInsertion, doNotAllowExecutionWhenDisabled } },
isTextInsertion  1478 Source/core/editing/EditorCommand.cpp         { "InsertNewline", {37, executeInsertNewline, supportedFromMenuOrKeyBinding, enabledInEditableText, stateNone, valueNull, isTextInsertion, doNotAllowExecutionWhenDisabled } },
isTextInsertion  1482 Source/core/editing/EditorCommand.cpp         { "InsertTab", {41, executeInsertTab, supportedFromMenuOrKeyBinding, enabledInEditableText, stateNone, valueNull, isTextInsertion, doNotAllowExecutionWhenDisabled } },
isTextInsertion  1483 Source/core/editing/EditorCommand.cpp         { "InsertText", {42, executeInsertText, supported, enabledInEditableText, stateNone, valueNull, isTextInsertion, doNotAllowExecutionWhenDisabled } },
isTextInsertion  1735 Source/core/editing/EditorCommand.cpp     return m_command && m_command->isTextInsertion;
isTextInsertion    53 Source/core/editing/EditorKeyBindings.cpp         if (command.isTextInsertion() || commandName.isEmpty())