Home
last modified time | relevance | path

Searched refs:writeSelectionToPasteboard (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/editing/
DEditor.h382 …void writeSelectionToPasteboard(const String& pasteboardName, const Vector<String>& pasteboardType…
414 void writeSelectionToPasteboard(Pasteboard*);
DEditor.cpp477 void Editor::writeSelectionToPasteboard(Pasteboard* pasteboard) in writeSelectionToPasteboard() function in WebCore::Editor
/external/webkit/Source/WebCore/editing/mac/
DEditorMac.mm211 void Editor::writeSelectionToPasteboard(const String& pasteboardName, const Vector<String>& pastebo…
/external/webkit/Source/WebKit2/UIProcess/mac/
DWebPageProxyMac.mm197 bool WebPageProxy::writeSelectionToPasteboard(const String& pasteboardName, const Vector<String>& p…
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
DWebPageMac.mm588 void WebPage::writeSelectionToPasteboard(const String& pasteboardName, const Vector<String>& pasteb…
595 frame->editor()->writeSelectionToPasteboard(pasteboardName, pasteboardTypes);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.h333 …void writeSelectionToPasteboard(const WTF::String& pasteboardName, const WTF::Vector<WTF::String>&…
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.h351 …bool writeSelectionToPasteboard(const String& pasteboardName, const Vector<String>& pasteboardType…
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKView.mm525 - (BOOL)writeSelectionToPasteboard:(NSPasteboard *)pasteboard types:(NSArray *)types
531 return _data->_page->writeSelectionToPasteboard([pasteboard name], pasteboardTypes);
/external/webkit/Source/WebKit/mac/
DWebKit.order2595 -[WebHTMLView writeSelectionToPasteboard:types:]
DChangeLog-2006-02-093478 (-[WebImageView writeSelectionToPasteboard:types:]):
10285 …(-[WebHTMLView writeSelectionToPasteboard:types:]): service protocol method, be sure to only write…
15152 (-[WebImageView writeSelectionToPasteboard:types:]): call renamed methods
23202 (-[WebImageView writeSelectionToPasteboard:types:]): tweak
DChangeLog-2002-12-031826 (-[WebHTMLView writeSelectionToPasteboard:types:]): call _writeSelectionToPasteboard
1838 (-[WebImageView writeSelectionToPasteboard:types:]): calls writeImageToPasteboard
DChangeLog-2007-10-143920 (-[WebHTMLView writeSelectionToPasteboard:types:]):
3963 (-[WebHTMLView writeSelectionToPasteboard:types:]):
DChangeLog1023 This method and writeSelectionToPasteboard are needed to support Mac OS X
/external/webkit/Source/WebKit2/
DChangeLog111 (WebKit::WebPageProxy::writeSelectionToPasteboard):
146 (WebKit::WebPage::writeSelectionToPasteboard): Check that there is a selection, matching WK1
8756 (WebKit::WebPageProxy::writeSelectionToPasteboard):
12252 to be available in the pasteboard upon return from writeSelectionToPasteboard and
12264 (-[WKView writeSelectionToPasteboard:types:]): Added.
12267 (WebKit::WebPageProxy::writeSelectionToPasteboard):
12275 (WebKit::WebPage::writeSelectionToPasteboard): Added synchronous
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_mac.mm2493 - (BOOL)writeSelectionToPasteboard:(NSPasteboard*)pboard
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLView.mm2629 - (BOOL)writeSelectionToPasteboard:(NSPasteboard *)pasteboard types:(NSArray *)types
/external/webkit/Source/WebCore/
DChangeLog-2006-12-315302 (WebCore::Editor::writeSelectionToPasteboard):
8726 (WebCore::Editor::writeSelectionToPasteboard):
20754 (WebCore::Editor::writeSelectionToPasteboard):
DChangeLog61192 (WebCore::Editor::writeSelectionToPasteboard):