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

  /external/chromium/chrome/browser/ui/cocoa/download/
download_util_mac.h 17 void AddFileToPasteboard(NSPasteboard* pasteboard, const FilePath& path);
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_util_mac.h 16 void AddFileToPasteboard(NSPasteboard* pasteboard, const base::FilePath& path);
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_drag_source.h 21 // contentsView and with the given dropData and pboard). Fill the pasteboard
27 pasteboard:(NSPasteboard*)pboard
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_contents_drag_source.h 24 // Our pasteboard.
32 // contentsView and with the given dropData and pboard). Fill the pasteboard
35 pasteboard:(NSPasteboard*)pboard
41 // Put the data being dragged onto the pasteboard. Implemented by the
52 // End the drag and clear the pasteboard; hook up to
web_drag_source.h 31 // Our pasteboard.
45 // contentsView and with the given dropData and pboard). Fill the pasteboard
51 pasteboard:(NSPasteboard*)pboard
57 // Call when asked to do a lazy write to the pasteboard; hook up to
58 // -pasteboard:provideDataForType: (on the contentsView).
66 // End the drag and clear the pasteboard; hook up to
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Pasteboard.cpp 32 #include "core/platform/Pasteboard.h"
48 Pasteboard* Pasteboard::generalPasteboard()
50 static Pasteboard* pasteboard = new Pasteboard; local
51 return pasteboard;
54 Pasteboard::Pasteboard()
59 bool Pasteboard::isSelectionMode() cons
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_drag_source_mac.h 39 // 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/third_party/WebKit/Source/core/editing/
Editor.cpp 80 #include "core/platform/Pasteboard.h"
385 void Editor::pasteAsPlainTextWithPasteboard(Pasteboard* pasteboard)
387 String text = pasteboard->plainText();
388 pasteAsPlainText(text, canSmartReplaceWithPasteboard(pasteboard));
391 void Editor::pasteWithPasteboard(Pasteboard* pasteboard)
397 if (pasteboard->isHTMLAvailable()) {
401 String markup = pasteboard->readHTML(url, fragmentStart, fragmentEnd);
409 String text = pasteboard->plainText()
    [all...]

Completed in 527 milliseconds