Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.h270 void writeSelectionToPasteboard(Pasteboard*, Range*, const String& plainText);
DEditor.cpp417 void Editor::writeSelectionToPasteboard(Pasteboard* pasteboard, Range* selectedRange, const String&… in writeSelectionToPasteboard() function in blink::Editor
838 writeSelectionToPasteboard(Pasteboard::generalPasteboard(), selection.get(), plainText); in cut()
858writeSelectionToPasteboard(Pasteboard::generalPasteboard(), selectedRange().get(), frame().selecte… in copy()
/external/chromium_org/ui/views/cocoa/
Dbridged_content_view.mm197 - (BOOL)writeSelectionToPasteboard:(NSPasteboard*)pboard types:(NSArray*)types {
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_mac.mm3320 - (BOOL)writeSelectionToPasteboard:(NSPasteboard*)pboard