HomeSort by relevance Sort by last modified time
    Searched refs:writeSelectionToPasteboard (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.h 265 void writeSelectionToPasteboard(Pasteboard*, Range*, const String& plainText);
Editor.cpp 416 void Editor::writeSelectionToPasteboard(Pasteboard* pasteboard, Range* selectedRange, const String& plainText)
861 writeSelectionToPasteboard(Pasteboard::generalPasteboard(), selection.get(), plainText);
881 writeSelectionToPasteboard(Pasteboard::generalPasteboard(), selectedRange().get(), m_frame.selectedTextForClipboard());
    [all...]

Completed in 63 milliseconds