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/events/
TextEvent.cpp 78 TextEvent::TextEvent(PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, PassRefPtrWillBeRawPtr<DocumentFragment> pastingFragment,
83 , m_pastingFragment(pastingFragment)
TextEvent.h 61 DocumentFragment* pastingFragment() const { return m_pastingFragment.get(); }
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 162 if (event->pastingFragment())
163 replaceSelectionWithFragment(event->pastingFragment(), false, event->shouldSmartReplace(), event->shouldMatchStyle());
352 void Editor::pasteAsFragment(PassRefPtrWillBeRawPtr<DocumentFragment> pastingFragment, bool smartReplace, bool matchStyle)
357 target->dispatchEvent(TextEvent::createForFragmentPaste(m_frame.domWindow(), pastingFragment, smartReplace, matchStyle), IGNORE_EXCEPTION);
    [all...]

Completed in 159 milliseconds