HomeSort by relevance Sort by last modified time
    Searched full:nspasteboard (Results 26 - 50 of 109) sorted by null

12 3 4 5

  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_view_unittest.mm 14 #import "third_party/mozilla/NSPasteboard+Utils.h"
20 // Fake DraggingInfo, fake BookmarkBarController, fake NSPasteboard...
83 // NSPasteboard mocking functions.
bookmark_bar_view_unittest.mm 14 #import "third_party/mozilla/NSPasteboard+Utils.h"
20 // Fake DraggingInfo, fake BookmarkBarController, fake NSPasteboard...
83 // NSPasteboard mocking functions.
bookmark_drag_source.h 27 pasteboard:(NSPasteboard*)pboard
bookmark_drag_source.mm 17 pasteboard:(NSPasteboard*)pboard
bookmark_bar_folder_view.mm 11 #import "third_party/mozilla/NSPasteboard+Utils.h"
160 NSPasteboard* pboard = [info draggingPasteboard];
197 NSPasteboard* pboard = [info draggingPasteboard];
bookmark_bar_view.mm 15 #import "third_party/mozilla/NSPasteboard+Utils.h"
197 NSPasteboard* pboard = [info draggingPasteboard];
231 NSPasteboard* pboard = [info draggingPasteboard];
bookmark_folder_target.mm 13 #import "third_party/mozilla/NSPasteboard+Utils.h"
80 toPasteboard:(NSPasteboard*)pboard {
103 - (void)fillPasteboard:(NSPasteboard*)pboard
  /external/webkit/Source/WebKit/mac/History/
WebURLsWithTitles.m 48 +(void)writeURLs:(NSArray *)URLs andTitles:(NSArray *)titles toPasteboard:(NSPasteboard *)pasteboard
78 +(NSArray *)titlesFromPasteboard:(NSPasteboard *)pasteboard
87 +(NSArray *)URLsFromPasteboard:(NSPasteboard *)pasteboard
  /external/webkit/Source/WebKit/mac/Misc/
WebNSPasteboardExtras.mm 55 @implementation NSPasteboard (WebExtras)
72 [types addObjectsFromArray:[NSPasteboard _web_writableTypesForURL]];
180 NSPasteboard *findPasteboard = [NSPasteboard pasteboardWithName:NSFindPboard];
267 ASSERT(self == [NSPasteboard pasteboardWithName:NSDragPboard]);
281 [types addObjectsFromArray:[NSPasteboard _web_writableTypesForImageIncludingArchive:(archive != nil)]];
WebNSViewExtras.h 65 pasteboard:(NSPasteboard *)pasteboard
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_unittest_helper.h 42 MOCK_METHOD1(CopyToPasteboard, void(NSPasteboard* pboard));
ev_bubble_decoration.h 40 virtual NSPasteboard* GetDragPasteboard();
location_bar_decoration.h 66 virtual NSPasteboard* GetDragPasteboard();
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebDragClientMac.mm 63 - (void)setTypes:(NSArray *)types onPasteboard:(NSPasteboard *)pasteboard;
123 void WebDragClient::declareAndWriteDragImage(NSPasteboard *pasteboard, DOMElement *element, NSURL *URL, NSString *title, WebCore::Frame*)
126 ASSERT(pasteboard && pasteboard == [NSPasteboard pasteboardWithName:NSDragPboard]);
239 - (void)pasteboard:(NSPasteboard *)pasteboard provideDataForType:(NSString *)type
252 - (void)pasteboardChangedOwner:(NSPasteboard *)pasteboard
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_drop_target.h 66 fromPasteboard:(NSPasteboard*)pboard
71 fromPasteboard:(NSPasteboard*)pboard;
web_drop_target.mm 12 #import "third_party/mozilla/NSPasteboard+Utils.h"
160 NSPasteboard* pboard = [info draggingPasteboard];
202 fromPasteboard:(NSPasteboard*)pboard
238 fromPasteboard:(NSPasteboard*)pboard {
  /external/webkit/Source/WebKit/mac/DefaultDelegates/
WebDefaultEditingDelegate.m 105 - (void)webView:(WebView *)webView didWriteSelectionToPasteboard:(NSPasteboard *)pasteboard
109 - (void)webView:(WebView *)webView didSetSelectionTypesForPasteboard:(NSPasteboard *)pasteboard
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTreeDraggingInfo.mm 38 - (id)initWithImage:(NSImage *)anImage offset:(NSSize)o pasteboard:(NSPasteboard *)pboard source:(id)source
81 - (NSPasteboard *)draggingPasteboard
DumpRenderTreePasteboard.h 34 @interface DumpRenderTreePasteboard : NSPasteboard
  /external/clang/test/SemaObjC/
super-cat-prot.m 34 @class NSPasteboard;
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebDragClient.h 39 virtual void declareAndWriteDragImage(NSPasteboard*, DOMElement*, NSURL*, NSString*, WebCore::Frame*);
  /external/webkit/Source/WebCore/page/
EditorClient.h 43 @class NSPasteboard;
50 class NSPasteboard;
132 virtual void setInsertionPasteboard(NSPasteboard*) = 0;
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLViewPrivate.h 76 - (void)_writeSelectionToPasteboard:(NSPasteboard *)pasteboard;
116 - (DOMDocumentFragment *)_documentFragmentFromPasteboard:(NSPasteboard *)pasteboard forType:(NSString *)pboardType inContext:(DOMRange *)context subresources:(NSArray **)subresources;
142 - (BOOL)_canSmartReplaceWithPasteboard:(NSPasteboard *)pasteboard;
WebViewInternal.h 140 - (void)_writeImageForElement:(NSDictionary *)element withPasteboardTypes:(NSArray *)types toPasteboard:(NSPasteboard *)pasteboard;
141 - (void)_writeLinkElement:(NSDictionary *)element withPasteboardTypes:(NSArray *)types toPasteboard:(NSPasteboard *)pasteboard;
184 - (void)_setInsertionPasteboard:(NSPasteboard *)pasteboard;
  /external/webkit/Source/WebCore/platform/mac/
ClipboardMac.mm 55 ClipboardMac::ClipboardMac(ClipboardType clipboardType, NSPasteboard *pasteboard, ClipboardAccessPolicy policy, Frame *frame)
113 static void addHTMLClipboardTypesForCocoaType(HashSet<String>& resultTypes, NSString *cocoaType, NSPasteboard *pasteboard)
151 // note NSPasteboard enforces changeCount itself on writing - can't write if not the owner
162 // note NSPasteboard enforces changeCount itself on writing - can't write if not the owner
167 static NSArray *absoluteURLsFromPasteboardFilenames(NSPasteboard* pasteboard, bool onlyFirstURL = false)
191 static NSArray *absoluteURLsFromPasteboard(NSPasteboard* pasteboard, bool onlyFirstURL = false)
247 // note NSPasteboard enforces changeCount itself on writing - can't write if not the owner

Completed in 626 milliseconds

12 3 4 5