OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pasteboard_
(Results
1 - 5
of
5
) 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/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
Completed in 795 milliseconds