Searched refs:WebURLPboardType (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/WebKit2/Shared/mac/ |
D | PasteboardTypes.mm | 35 NSString * const PasteboardTypes::WebURLPboardType = @"public.url"; 56 …rray arrayWithObjects:WebURLsWithTitlesPboardType, NSURLPboardType, WebURLPboardType, WebURLNameP… 62 …cts:NSTIFFPboardType, WebURLsWithTitlesPboardType, NSURLPboardType, WebURLPboardType, WebURLNamePb… 68 …cts:NSTIFFPboardType, WebURLsWithTitlesPboardType, NSURLPboardType, WebURLPboardType, WebURLNamePb…
|
D | PasteboardTypes.h | 35 static NSString * const WebURLPboardType; variable
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebNSPasteboardExtras.mm | 52 NSString *WebURLPboardType = @"public.url"; 62 WebURLPboardType, 108 WebURLPboardType, 168 if ([types containsObject:WebURLPboardType]) 169 [self setString:[URL _web_originalDataAsString] forType:WebURLPboardType];
|
D | WebNSPasteboardExtras.h | 39 extern NSString *WebURLPboardType;
|
/external/webkit/Source/WebCore/platform/ |
D | Pasteboard.h | 72 extern NSString *WebURLPboardType;
|
/external/webkit/Source/WebCore/platform/mac/ |
D | PasteboardMac.mm | 69 NSString *WebURLPboardType = @"public.url"; 94 WebURLPboardType, 273 if ([types containsObject:WebURLPboardType]) 274 [pasteboard setString:userVisibleString forType:WebURLPboardType];
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/ |
D | WebDragClientMac.mm | 163 … [pasteboard setString:[URL _web_originalDataAsString] forType:PasteboardTypes::WebURLPboardType];
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2002-12-03 | 6004 Created new pasteboard types WebURLPboardType WebURLNamePboardType that the dock requires. 6008 (+[NSPasteboard initialize]): set WebURLPboardType and WebURLNamePboardType 6009 … (-[NSPasteboard _web_writeURL:andTitle:withOwner:]): use WebURLPboardType and WebURLNamePboardType 6010 * WebKit.exp: export WebURLPboardType and WebURLNamePboardType
|
D | ChangeLog-2007-10-14 | 460 … - <rdar://problem/5471082> Removing WebURLPboardType from headers broke SPI-using applications
|