Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DInsertTextCommand.h54 bool performTrivialReplace(const String&, bool selectInsertedText);
DInsertTextCommand.cpp81 bool InsertTextCommand::performTrivialReplace(const String& text, bool selectInsertedText) in performTrivialReplace() function in blink::InsertTextCommand
132 if (performTrivialReplace(m_text, m_selectInsertedText)) in doApply()
DReplaceSelectionCommand.h106 bool performTrivialReplace(const ReplacementFragment&);
DReplaceSelectionCommand.cpp930 if (performTrivialReplace(fragment)) in doApply()
1508 bool ReplaceSelectionCommand::performTrivialReplace(const ReplacementFragment& fragment) in performTrivialReplace() function in blink::ReplaceSelectionCommand