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.cpp381 void Editor::pasteAsPlainTextWithPasteboard(Pasteboard* pasteboard) in pasteAsPlainTextWithPasteboard()
387 void Editor::pasteWithPasteboard(Pasteboard* pasteboard) in pasteWithPasteboard()
416 void Editor::writeSelectionToPasteboard(Pasteboard* pasteboard, Range* selectedRange, const String&… in writeSelectionToPasteboard()
423 static void writeImageNodeToPasteboard(Pasteboard* pasteboard, Node* node, const String& title) in writeImageNodeToPasteboard()
480 bool Editor::canSmartReplaceWithPasteboard(Pasteboard* pasteboard) in canSmartReplaceWithPasteboard()