Home
last modified time | relevance | path

Searched defs:pasteboard (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/clipboard/
DPasteboard.cpp50 static Pasteboard* pasteboard = new Pasteboard; in generalPasteboard() local
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.cpp382 void Editor::pasteAsPlainTextWithPasteboard(Pasteboard* pasteboard) in pasteAsPlainTextWithPasteboard()
388 void Editor::pasteWithPasteboard(Pasteboard* pasteboard) in pasteWithPasteboard()
417 void Editor::writeSelectionToPasteboard(Pasteboard* pasteboard, Range* selectedRange, const String&… in writeSelectionToPasteboard()
448 static void writeImageNodeToPasteboard(Pasteboard* pasteboard, Node* node, const String& title) in writeImageNodeToPasteboard()
499 bool Editor::canSmartReplaceWithPasteboard(Pasteboard* pasteboard) in canSmartReplaceWithPasteboard()