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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
markup.h 50 PassRefPtrWillBeRawPtr<DocumentFragment> createFragmentFromText(Range* context, const String& text);
Editor.cpp 409 fragment = createFragmentFromText(range.get(), text);
527 replaceSelectionWithFragment(createFragmentFromText(selectedRange().get(), text), selectReplacement, smartReplace, true);
    [all...]
markup.cpp     [all...]
ReplaceSelectionCommand.cpp 197 m_fragment = createFragmentFromText(selection.toNormalizedRange().get(), evt->text());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 185 return createFragmentFromText(context.get(), dragData->asPlainText()).get();
525 ReplaceSelectionCommand::create(*m_documentUnderMouse.get(), createFragmentFromText(range.get(), text), ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::MatchStyle | ReplaceSelectionCommand::PreventNesting)->apply();
    [all...]

Completed in 423 milliseconds