Searched refs:writePlainText (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DPasteboardBlackBerry.cpp85 void Pasteboard::writePlainText(const String& text, SmartReplaceOption) function in class:WebCore::Pasteboard
87 BlackBerry::Platform::Clipboard::writePlainText(text);
149 BlackBerry::Platform::Clipboard::writePlainText(text);
/macosx-10.9.5/WebCore-7537.78.1/platform/ios/
H A DClipboardIOS.h67 virtual void writePlainText(const String&) OVERRIDE;
H A DClipboardIOS.mm266 void ClipboardIOS::writePlainText(const String& text)
268 Pasteboard::generalPasteboard()->writePlainText(text, m_frame);
H A DPasteboardIOS.mm163 void Pasteboard::writePlainText(const String& text, Frame *frame)
202 void Pasteboard::writePlainText(const String&, SmartReplaceOption)
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInjectedScriptHost.cpp123 Pasteboard::generalPasteboard()->writePlainText(text, Pasteboard::CannotSmartReplace);
H A DInspectorFrontendHost.cpp227 Pasteboard::generalPasteboard()->writePlainText(text, Pasteboard::CannotSmartReplace);
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DPasteboardEfl.cpp43 void Pasteboard::writePlainText(const String&, SmartReplaceOption) function in class:WebCore::Pasteboard
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPasteboard.h134 void writePlainText(const String&, SmartReplaceOption);
140 void writePlainText(const String&, Frame*);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DClipboard.h108 LEGACY_VIRTUAL void writePlainText(const String&) LEGACY_PURE;
H A DClipboard.cpp460 void Clipboard::writePlainText(const String& text) function in class:WebCore::Clipboard
462 m_pasteboard->writePlainText(text, Pasteboard::CannotSmartReplace);
/macosx-10.9.5/WebCore-7537.78.1/platform/wince/
H A DPasteboardWinCE.cpp146 void Pasteboard::writePlainText(const String& text, SmartReplaceOption smartReplaceOption) function in class:WebCore::Pasteboard
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DPasteboardGtk.cpp177 void Pasteboard::writePlainText(const String& text, SmartReplaceOption smartReplaceOption) function in class:WebCore::Pasteboard
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DPasteboardQt.cpp185 void Pasteboard::writePlainText(const String& text, SmartReplaceOption smartReplaceOption) function in class:WebCore::Pasteboard
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DDragController.cpp798 clipboard->writePlainText(src->editor().selectedTextForClipboard());
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPasteboardWin.cpp511 void Pasteboard::writePlainText(const String& text, SmartReplaceOption smartReplaceOption) function in class:WebCore::Pasteboard
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DPasteboardMac.mm237 void Pasteboard::writePlainText(const String& text, SmartReplaceOption smartReplaceOption)
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditor.cpp1056 Pasteboard::generalPasteboard()->writePlainText(selectedTextForClipboard(),
1076 Pasteboard::generalPasteboard()->writePlainText(selectedTextForClipboard(),

Completed in 220 milliseconds