HomeSort by relevance Sort by last modified time
    Searched refs:PreventNesting (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
MoveSelectionCommand.cpp 75 ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::PreventNesting;
ReplaceSelectionCommand.h 43 PreventNesting = 1 << 3,
ReplaceSelectionCommand.cpp 369 , m_preventNesting(options & PreventNesting)
    [all...]
Editor.cpp 407 ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::PreventNesting | ReplaceSelectionCommand::SanitizeFragment;
    [all...]
EditorCommand.cpp 195 applyCommand(ReplaceSelectionCommand::create(frame->document(), fragment, ReplaceSelectionCommand::PreventNesting, EditActionUnspecified));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 505 ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::PreventNesting;
520 applyCommand(ReplaceSelectionCommand::create(m_documentUnderMouse.get(), createFragmentFromText(range.get(), text), ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::MatchStyle | ReplaceSelectionCommand::PreventNesting));
    [all...]

Completed in 35 milliseconds