Searched refs:mailBlockquoteHandling (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/dom/
H A DTextEvent.cpp50 PassRefPtr<TextEvent> TextEvent::createForFragmentPaste(PassRefPtr<AbstractView> view, PassRefPtr<DocumentFragment> data, bool shouldSmartReplace, bool shouldMatchStyle, MailBlockquoteHandling mailBlockquoteHandling) argument
52 return adoptRef(new TextEvent(view, "", data, shouldSmartReplace, shouldMatchStyle, mailBlockquoteHandling));
84 TextEvent::TextEvent(PassRefPtr<AbstractView> view, const String& data, PassRefPtr<DocumentFragment> pastingFragment, bool shouldSmartReplace, bool shouldMatchStyle, MailBlockquoteHandling mailBlockquoteHandling) argument
91 , m_mailBlockquoteHandling(mailBlockquoteHandling)
H A DTextEvent.h67 MailBlockquoteHandling mailBlockquoteHandling() const { return m_mailBlockquoteHandling; } function in class:WebCore::TextEvent
/macosx-10.10/WebCore-7600.1.25/editing/mac/
H A DEditorMac.mm85 void Editor::pasteWithPasteboard(Pasteboard* pasteboard, bool allowPlainText, MailBlockquoteHandling mailBlockquoteHandling)
96 pasteAsFragment(fragment, canSmartReplaceWithPasteboard(*pasteboard), false, mailBlockquoteHandling);
232 void Editor::readSelectionFromPasteboard(const String& pasteboardName, MailBlockquoteHandling mailBlockquoteHandling)
236 pasteWithPasteboard(&pasteboard, true, mailBlockquoteHandling);
/macosx-10.10/WebCore-7600.1.25/editing/ios/
H A DEditorIOS.mm558 void Editor::pasteWithPasteboard(Pasteboard* pasteboard, bool allowPlainText, MailBlockquoteHandling mailBlockquoteHandling)
578 pasteAsFragment(fragment, canSmartReplaceWithPasteboard(*pasteboard), false, mailBlockquoteHandling);
/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditor.cpp269 replaceSelectionWithFragment(event->pastingFragment(), false, event->shouldSmartReplace(), event->shouldMatchStyle(), event->mailBlockquoteHandling());
568 void Editor::pasteWithPasteboard(Pasteboard* pasteboard, bool allowPlainText, MailBlockquoteHandling mailBlockquoteHandling) argument
577 pasteAsFragment(fragment, canSmartReplaceWithPasteboard(*pasteboard), chosePlainText, mailBlockquoteHandling);
600 void Editor::replaceSelectionWithFragment(PassRefPtr<DocumentFragment> fragment, bool selectReplacement, bool smartReplace, bool matchStyle, MailBlockquoteHandling mailBlockquoteHandling) argument
613 if (mailBlockquoteHandling == MailBlockquoteHandling::IgnoreBlockquote)

Completed in 138 milliseconds