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

  /external/webkit/Source/WebCore/dom/
TextEvent.cpp 76 TextEvent::TextEvent(PassRefPtr<AbstractView> view, const String& data, PassRefPtr<DocumentFragment> pastingFragment,
81 , m_pastingFragment(pastingFragment)
TextEvent.h 61 DocumentFragment* pastingFragment() const { return m_pastingFragment.get(); }
  /external/webkit/Source/WebCore/editing/
Editor.cpp 165 if (event->pastingFragment())
166 replaceSelectionWithFragment(event->pastingFragment(), false, event->shouldSmartReplace(), event->shouldMatchStyle());
351 void Editor::pasteAsFragment(PassRefPtr<DocumentFragment> pastingFragment, bool smartReplace, bool matchStyle)
357 target->dispatchEvent(TextEvent::createForFragmentPaste(m_frame->domWindow(), pastingFragment, smartReplace, matchStyle), ec);
    [all...]

Completed in 42 milliseconds