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

  /external/webkit/Source/WebKit/mac/History/
WebURLsWithTitles.h 31 #define WebURLsWithTitlesPboardType @"WebURLsWithTitlesPboardType"
41 // returns without doing anything. You must declare an WebURLsWithTitlesPboardType data type
46 // data of type WebURLsWithTitlesPboardType. This array consists of the URLs that correspond to
51 // data of type WebURLsWithTitlesPboardType. This array consists of the titles that correspond to
WebURLsWithTitles.m 42 cannedArray = [[NSArray arrayWithObject:WebURLsWithTitlesPboardType] retain];
75 forType:WebURLsWithTitlesPboardType];
84 return [[pasteboard propertyListForType:WebURLsWithTitlesPboardType] objectAtIndex:1];
97 URLStrings = [[pasteboard propertyListForType:WebURLsWithTitlesPboardType] objectAtIndex:0];
  /external/webkit/Source/WebKit2/Shared/mac/
PasteboardTypes.h 34 static NSString * const WebURLsWithTitlesPboardType;
PasteboardTypes.mm 34 NSString * const PasteboardTypes::WebURLsWithTitlesPboardType = @"WebURLsWithTitlesPboardType";
56 static NSArray *types = retain([NSArray arrayWithObjects:WebURLsWithTitlesPboardType, NSURLPboardType, WebURLPboardType, WebURLNamePboardType, NSStringPboardType, NSFilenamesPboardType, nil]);
62 static NSArray *types = retain([NSArray arrayWithObjects:NSTIFFPboardType, WebURLsWithTitlesPboardType, NSURLPboardType, WebURLPboardType, WebURLNamePboardType, NSStringPboardType, nil]);
68 static NSArray *types = retain([NSArray arrayWithObjects:NSTIFFPboardType, WebURLsWithTitlesPboardType, NSURLPboardType, WebURLPboardType, WebURLNamePboardType, NSStringPboardType, NSRTFDPboardType, WebArchivePboardType, nil]);
  /external/webkit/Source/WebKit/mac/Misc/
WebNSPasteboardExtras.mm 60 WebURLsWithTitlesPboardType,
106 WebURLsWithTitlesPboardType,
174 if ([types containsObject:WebURLsWithTitlesPboardType])
  /external/webkit/Source/WebCore/platform/
Pasteboard.h 73 extern NSString *WebURLsWithTitlesPboardType;
  /external/webkit/Source/WebCore/platform/mac/
PasteboardMac.mm 70 NSString *WebURLsWithTitlesPboardType = @"WebURLsWithTitlesPboardType";
92 WebURLsWithTitlesPboardType,
266 if ([types containsObject:WebURLsWithTitlesPboardType])
270 forType:WebURLsWithTitlesPboardType];
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
WebDragClientMac.mm 169 [pasteboard setPropertyList:arrayForURLsWithTitles(URL, title) forType:PasteboardTypes::WebURLsWithTitlesPboardType];

Completed in 369 milliseconds