Home
last modified time | relevance | path

Searched refs:WebURLPboardType (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebKit2/Shared/mac/
DPasteboardTypes.mm35 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…
DPasteboardTypes.h35 static NSString * const WebURLPboardType; variable
/external/webkit/Source/WebKit/mac/Misc/
DWebNSPasteboardExtras.mm52 NSString *WebURLPboardType = @"public.url";
62 WebURLPboardType,
108 WebURLPboardType,
168 if ([types containsObject:WebURLPboardType])
169 [self setString:[URL _web_originalDataAsString] forType:WebURLPboardType];
DWebNSPasteboardExtras.h39 extern NSString *WebURLPboardType;
/external/webkit/Source/WebCore/platform/
DPasteboard.h72 extern NSString *WebURLPboardType;
/external/webkit/Source/WebCore/platform/mac/
DPasteboardMac.mm69 NSString *WebURLPboardType = @"public.url";
94 WebURLPboardType,
273 if ([types containsObject:WebURLPboardType])
274 [pasteboard setString:userVisibleString forType:WebURLPboardType];
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
DWebDragClientMac.mm163 … [pasteboard setString:[URL _web_originalDataAsString] forType:PasteboardTypes::WebURLPboardType];
/external/webkit/Source/WebKit/mac/
DChangeLog-2002-12-036004 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
DChangeLog-2007-10-14460 … - <rdar://problem/5471082> Removing WebURLPboardType from headers broke SPI-using applications