Home
last modified time | relevance | path

Searched refs:SelectReplacement (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DMoveSelectionCommand.cpp75 …ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | Rep… in doApply()
DReplaceSelectionCommand.h40 SelectReplacement = 1 << 0, enumerator
DEditor.cpp496 options |= ReplaceSelectionCommand::SelectReplacement; in replaceSelectionWithFragment()
DCompositeEditCommand.cpp1266 …ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | Rep… in moveParagraphs()
DReplaceSelectionCommand.cpp362 , m_selectReplacement(options & SelectReplacement) in ReplaceSelectionCommand()
/external/chromium_org/third_party/WebKit/Source/core/page/
DDragController.cpp510 …SelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | ReplaceSel… in concludeEditDrag()
526 …reateFragmentFromText(range.get(), text), ReplaceSelectionCommand::SelectReplacement | ReplaceSel… in concludeEditDrag()