Home
last modified time | relevance | path

Searched refs:PreventNesting (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/editing/
DSpellingCorrectionCommand.cpp101 …ment, ReplaceSelectionCommand::MatchStyle | ReplaceSelectionCommand::PreventNesting, EditActionPas… in doApply()
DMoveSelectionCommand.cpp73 …ons options = ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::PreventNesting; in doApply()
DReplaceSelectionCommand.h43 PreventNesting = 1 << 3, enumerator
DReplaceSelectionCommand.cpp350 , m_preventNesting(options & PreventNesting) in ReplaceSelectionCommand()
DEditorCommand.cpp194 …ommand::create(frame->document(), fragment, ReplaceSelectionCommand::PreventNesting, EditActionUns… in executeInsertFragment()
DEditor.cpp407 ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::PreventNesting; in replaceSelectionWithFragment()
/external/webkit/Source/WebCore/page/
DDragController.cpp470 …ons options = ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::PreventNesting; in concludeEditDrag()
487 …electReplacement | ReplaceSelectionCommand::MatchStyle | ReplaceSelectionCommand::PreventNesting)); in concludeEditDrag()
DContextMenuController.cpp282 …SelectReplacement | ReplaceSelectionCommand::MatchStyle | ReplaceSelectionCommand::PreventNesting); in contextMenuItemSelected()
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.cpp1115 …nd::SmartReplace | ReplaceSelectionCommand::MatchStyle | ReplaceSelectionCommand::PreventNesting)); in replaceSelection()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.cpp1781 …electReplacement | ReplaceSelectionCommand::MatchStyle | ReplaceSelectionCommand::PreventNesting)); in replaceSelectionWithText()
/external/webkit/Source/WebKit/mac/WebView/
DWebFrame.mm1068 ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::PreventNesting;