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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.h 42 MatchStyle = 1 << 2,
CompositeEditCommand.cpp     [all...]
ReplaceSelectionCommand.cpp 367 , m_matchStyle(options & MatchStyle)
    [all...]
Editor.cpp 354 void Editor::pasteAsFragment(PassRefPtr<DocumentFragment> pastingFragment, bool smartReplace, bool matchStyle)
359 target->dispatchEvent(TextEvent::createForFragmentPaste(m_frame->domWindow(), pastingFragment, smartReplace, matchStyle), IGNORE_EXCEPTION);
402 void Editor::replaceSelectionWithFragment(PassRefPtr<DocumentFragment> fragment, bool selectReplacement, bool smartReplace, bool matchStyle)
412 if (matchStyle)
413 options |= ReplaceSelectionCommand::MatchStyle;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 509 options |= ReplaceSelectionCommand::MatchStyle;
520 applyCommand(ReplaceSelectionCommand::create(m_documentUnderMouse.get(), createFragmentFromText(range.get(), text), ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::MatchStyle | ReplaceSelectionCommand::PreventNesting));
    [all...]

Completed in 73 milliseconds