HomeSort by relevance Sort by last modified time
    Searched refs:SelectReplacement (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 40 SelectReplacement = 1 << 0,
Editor.cpp 485 void Editor::replaceSelectionWithFragment(PassRefPtrWillBeRawPtr<DocumentFragment> fragment, bool selectReplacement, bool smartReplace, bool matchStyle)
491 if (selectReplacement)
492 options |= ReplaceSelectionCommand::SelectReplacement;
506 void Editor::replaceSelectionWithText(const String& text, bool selectReplacement, bool smartReplace)
508 replaceSelectionWithFragment(createFragmentFromText(selectedRange().get(), text), selectReplacement, smartReplace, true);
    [all...]
CompositeEditCommand.cpp     [all...]
ReplaceSelectionCommand.cpp 368 , m_selectReplacement(options & SelectReplacement)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 508 ReplaceSelectionCommand::CommandOptions options = ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::PreventNesting;
524 ReplaceSelectionCommand::create(*m_documentUnderMouse.get(), createFragmentFromText(range.get(), text), ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::MatchStyle | ReplaceSelectionCommand::PreventNesting)->apply();
    [all...]

Completed in 184 milliseconds