Searched refs:pastingFragment (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/events/
H A DTextEvent.cpp76 TextEvent::TextEvent(PassRefPtrWillBeRawPtr<AbstractView> view, const String& data, PassRefPtrWillBeRawPtr<DocumentFragment> pastingFragment, argument
81 , m_pastingFragment(pastingFragment)
H A DTextEvent.h61 DocumentFragment* pastingFragment() const { return m_pastingFragment.get(); } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.cpp163 if (event->pastingFragment())
164 replaceSelectionWithFragment(event->pastingFragment(), false, event->shouldSmartReplace(), event->shouldMatchStyle());
353 void Editor::pasteAsFragment(PassRefPtrWillBeRawPtr<DocumentFragment> pastingFragment, bool smartReplace, bool matchStyle) argument
358 target->dispatchEvent(TextEvent::createForFragmentPaste(frame().domWindow(), pastingFragment, smartReplace, matchStyle), IGNORE_EXCEPTION);

Completed in 1466 milliseconds