Searched refs:pasteboard (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/cocoa/download/
H A Ddownload_util_mac.h16 void AddFileToPasteboard(NSPasteboard* pasteboard, const base::FilePath& path);
/external/chromium_org/third_party/WebKit/Source/core/clipboard/
H A DPasteboard.cpp50 static Pasteboard* pasteboard = new Pasteboard; local
51 return pasteboard;
/external/chromium_org/content/browser/web_contents/
H A Dweb_drag_source_mac.h39 // Our pasteboard.
56 // contentsView and with the given dropData and pboard). Fill the pasteboard
63 pasteboard:(NSPasteboard*)pboard
72 // Call when asked to do a lazy write to the pasteboard; hook up to
73 // -pasteboard:provideDataForType: (on the contentsView).
81 // End the drag and clear the pasteboard; hook up to
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_mac.h20 explicit OSExchangeDataProviderMac(NSPasteboard* pasteboard);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.cpp382 void Editor::pasteAsPlainTextWithPasteboard(Pasteboard* pasteboard) argument
384 String text = pasteboard->plainText();
385 pasteAsPlainText(text, canSmartReplaceWithPasteboard(pasteboard));
388 void Editor::pasteWithPasteboard(Pasteboard* pasteboard) argument
394 if (pasteboard->isHTMLAvailable()) {
398 String markup = pasteboard->readHTML(url, fragmentStart, fragmentEnd);
406 String text = pasteboard->plainText();
414 pasteAsFragment(fragment, canSmartReplaceWithPasteboard(pasteboard), chosePlainText);
417 void Editor::writeSelectionToPasteboard(Pasteboard* pasteboard, Range* selectedRange, const String& plainText) argument
421 pasteboard
448 writeImageNodeToPasteboard(Pasteboard* pasteboard, Node* node, const String& title) argument
499 canSmartReplaceWithPasteboard(Pasteboard* pasteboard) argument
[all...]

Completed in 148 milliseconds