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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TextEvent.cpp 79 TextEvent::TextEvent(PassRefPtr<AbstractView> view, const String& data, PassRefPtr<DocumentFragment> pastingFragment,
84 , m_pastingFragment(pastingFragment)
TextEvent.h 62 DocumentFragment* pastingFragment() const { return m_pastingFragment.get(); }
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 170 if (event->pastingFragment())
171 replaceSelectionWithFragment(event->pastingFragment(), false, event->shouldSmartReplace(), event->shouldMatchStyle());
354 void Editor::pasteAsFragment(PassRefPtr<DocumentFragment> pastingFragment, bool smartReplace, bool matchStyle)
359 target->dispatchEvent(TextEvent::createForFragmentPaste(m_frame->domWindow(), pastingFragment, smartReplace, matchStyle), IGNORE_EXCEPTION);
    [all...]

Completed in 559 milliseconds