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

  /external/chromium/chrome/browser/ui/cocoa/download/
download_util_mac_unittest.mm 21 pasteboard_ = [NSPasteboard pasteboardWithUniqueName];
25 [pasteboard_ releaseGlobally];
28 NSPasteboard* const pasteboard() { return pasteboard_; }
31 NSPasteboard* pasteboard_;
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_util_mac_unittest.mm 22 pasteboard_ = [NSPasteboard pasteboardWithUniqueName];
26 [pasteboard_ releaseGlobally];
29 NSPasteboard* pasteboard() { return pasteboard_; }
32 NSPasteboard* pasteboard_;
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_contents_drag_source.mm 50 pasteboard_.reset([pboard retain]);
51 DCHECK(pasteboard_.get());
93 pasteboard:pasteboard_
116 [pasteboard_ declareTypes:[NSArray array] owner:nil];
web_drag_source.mm 151 pasteboard_.reset([pboard retain]);
152 DCHECK(pasteboard_.get());
269 pasteboard:pasteboard_
302 [pasteboard_ declareTypes:[NSArray array] owner:nil];
373 DCHECK(pasteboard_.get());
375 [pasteboard_ declareTypes:[NSArray array] owner:contentsView_];
379 [pasteboard_ addTypes:[NSArray arrayWithObject:NSHTMLPboardType]
384 [pasteboard_ addTypes:[NSArray arrayWithObjects:NSURLPboardType,
420 [pasteboard_ addTypes:[NSArray arrayWithObjects:
429 [pasteboard_ setPropertyList:[NSArray arrayWithObject:fileExtension
    [all...]
web_contents_drag_source.h 25 scoped_nsobject<NSPasteboard> pasteboard_; variable
web_drag_source.h 32 scoped_nsobject<NSPasteboard> pasteboard_; variable
  /external/chromium_org/content/browser/web_contents/
web_drag_source_mac.mm 127 pasteboard_.reset([pboard retain]);
128 DCHECK(pasteboard_.get());
257 pasteboard:pasteboard_
292 [pasteboard_ declareTypes:[NSArray array] owner:nil];
368 DCHECK(pasteboard_.get());
370 [pasteboard_ declareTypes:@[ ui::kChromeDragDummyPboardType ]
375 [pasteboard_ addTypes:@[ NSURLPboardType, kNSURLTitlePboardType ]
438 [pasteboard_ addTypes:@[ NSFilesPromisePboardType ] owner:contentsView_];
439 [pasteboard_ setPropertyList:fileUTIList
443 [pasteboard_ addTypes:fileUTIList owner:contentsView_]
    [all...]
web_drag_source_mac.h 40 base::scoped_nsobject<NSPasteboard> pasteboard_; member in namespace:NSObject

Completed in 68 milliseconds