Home
last modified time | relevance | path

Searched refs:m_selectInsertedText (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DInsertTextCommand.cpp42 , m_selectInsertedText(selectInsertedText) in InsertTextCommand()
131 if (performTrivialReplace(m_text, m_selectInsertedText)) in doApply()
145 if (performOverwrite(m_text, m_selectInsertedText)) in doApply()
225 if (!m_selectInsertedText) in doApply()
DTypingCommand.cpp56 , m_selectInsertedText(selectInsertedText) in TypingCommandLineOperation()
64 …mand->insertTextRunWithoutNewlines(m_text.substring(lineOffset, lineLength), m_selectInsertedText); in operator ()()
74 bool m_selectInsertedText; member in WebCore::TypingCommandLineOperation
83 , m_selectInsertedText(options & SelectInsertedText) in TypingCommand()
277 insertText(m_textToInsert, m_selectInsertedText); in doApply()
DInsertTextCommand.h61 bool m_selectInsertedText; variable
DTypingCommand.h120 bool m_selectInsertedText; variable