/external/webkit/WebKit/mac/Misc/ |
D | WebNSPasteboardExtras.mm | 51 - (void)setTypes:(NSArray *)types onPasteboard:(NSPasteboard *)pboard; argument 61 + (NSArray *)_web_writableTypesForURL 63 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, types, ([[NSArray alloc] initWithObjects: 73 static inline NSArray *_createWritableTypesForImageWithoutArchive() 80 static NSArray *_writableTypesForImageWithoutArchive (void) 82 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, types, (_createWritableTypesForImageWithoutArchive())); 86 static inline NSArray *_createWritableTypesForImageWithArchive() 94 static NSArray *_writableTypesForImageWithArchive (void) 96 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, types, (_createWritableTypesForImageWithArchive())); 100 + (NSArray *)_web_writableTypesForImageIncludingArchive:(BOOL)hasArchive [all …]
|
D | WebNSPasteboardExtras.h | 45 + (NSArray *)_web_writableTypesForURL; 48 + (NSArray *)_web_writableTypesForImageIncludingArchive:(BOOL)hasArchive; 53 + (NSArray *)_web_dragTypesForURL; 59 - (void)_web_writeURL:(NSURL *)URL andTitle:(NSString *)title types:(NSArray *)types; 74 types:(NSArray *)types
|
/external/webkit/WebKit/mac/WebView/ |
D | WebHTMLRepresentation.h | 51 + (NSArray *)supportedMIMETypes; 52 + (NSArray *)supportedNonImageMIMETypes; 53 + (NSArray *)supportedImageMIMETypes; 62 - (NSArray *)controlsInForm:(DOMElement *)form; 63 - (NSString *)searchForLabels:(NSArray *)labels beforeElement:(DOMElement *)element; 64 - (NSString *)matchLabels:(NSArray *)labels againstElement:(DOMElement *)element;
|
D | WebHTMLViewPrivate.h | 51 + (NSArray *)supportedMIMETypes; 52 + (NSArray *)supportedImageMIMETypes; 53 + (NSArray *)supportedNonImageMIMETypes; 54 + (NSArray *)unsupportedTextMIMETypes; 69 + (NSArray *)_insertablePasteboardTypes; 70 + (NSArray *)_selectionPasteboardTypes; 113 …forType:(NSString *)pboardType inContext:(DOMRange *)context subresources:(NSArray **)subresources;
|
D | WebArchive.h | 61 …nResource:(WebResource *)mainResource subresources:(NSArray *)subresources subframeArchives:(NSArr… 81 - (NSArray *)subresources; 87 - (NSArray *)subframeArchives;
|
D | WebHTMLRepresentation.mm | 78 static NSArray *stringArray(const HashSet<String>& set) 87 static NSArray *concatenateArrays(NSArray *first, NSArray *second) category 94 + (NSArray *)supportedMIMETypes 96 …DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, staticSupportedMIMETypes, (concatenateArrays([self support… 100 + (NSArray *)supportedNonImageMIMETypes 102 …DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, staticSupportedNonImageMIMETypes, (stringArray(MIMETypeReg… 106 + (NSArray *)supportedImageMIMETypes 108 …DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, staticSupportedImageMIMETypes, (stringArray(MIMETypeRegist… 319 - (NSArray *)controlsInForm:(DOMElement *)form 338 - (NSString *)searchForLabels:(NSArray *)labels beforeElement:(DOMElement *)element [all …]
|
D | WebArchive.mm | 53 NSArray *cachedSubresources; 54 NSArray *cachedSubframeArchives; 135 if (![object isKindOfClass:[NSArray class]]) 137 NSArray *array = (NSArray *)object; 145 …nResource:(WebResource *)mainResource subresources:(NSArray *)subresources subframeArchives:(NSArr… 236 NSArray *subresources = nil; 237 NSArray *subframeArchives = nil; 295 - (NSArray *)subresources 309 _private->cachedSubresources = [[NSArray alloc] init]; 328 - (NSArray *)subframeArchives [all …]
|
D | WebDocumentPrivate.h | 45 - (NSArray *)pasteboardTypesForSelection; 46 - (void)writeSelectionWithPasteboardTypes:(NSArray *)types toPasteboard:(NSPasteboard *)pasteboard; 49 - (NSArray *)selectionTextRects;
|
/external/webkit/WebKit/mac/History/ |
D | WebURLsWithTitles.m | 36 + (NSArray *)arrayWithIFURLsWithTitlesPboardType 39 static NSArray *cannedArray = nil; 42 cannedArray = [[NSArray arrayWithObject:WebURLsWithTitlesPboardType] retain]; 48 +(void)writeURLs:(NSArray *)URLs andTitles:(NSArray *)titles toPasteboard:(NSPasteboard *)pasteboard 74 [pasteboard setPropertyList:[NSArray arrayWithObjects:URLStrings, titlesOrEmptyStrings, nil] 78 +(NSArray *)titlesFromPasteboard:(NSPasteboard *)pasteboard 87 +(NSArray *)URLsFromPasteboard:(NSPasteboard *)pasteboard 89 NSArray *URLStrings;
|
D | WebURLsWithTitles.h | 43 + (void)writeURLs:(NSArray *)URLs andTitles:(NSArray *)titles toPasteboard:(NSPasteboard *)pasteboa… 48 + (NSArray *)URLsFromPasteboard:(NSPasteboard *)pasteboard; 53 + (NSArray *)titlesFromPasteboard:(NSPasteboard *)pasteboard;
|
D | WebHistory.h | 100 - (void)addItems:(NSArray *)newItems; 106 - (void)removeItems:(NSArray *)items; 119 - (NSArray *)orderedLastVisitedDays; 128 - (NSArray *)orderedItemsLastVisitedOnDay:(NSCalendarDate *)calendarDate;
|
/external/webkit/WebCore/platform/mac/ |
D | PasteboardMac.mm | 65 static NSArray* selectionPasteboardTypes(bool canSmartCopyOrDelete, bool selectionContainsAttachmen… 69 …return [NSArray arrayWithObjects:WebSmartPastePboardType, WebArchivePboardType, NSRTFDPboardType, … 71 …return [NSArray arrayWithObjects:WebArchivePboardType, NSRTFDPboardType, NSRTFPboardType, NSString… 74 …return [NSArray arrayWithObjects:WebSmartPastePboardType, WebArchivePboardType, NSRTFPboardType, N… 76 … return [NSArray arrayWithObjects:WebArchivePboardType, NSRTFPboardType, NSStringPboardType, nil]; 81 static NSArray* writableTypesForURL() 83 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, types, ([[NSArray alloc] initWithObjects: 93 static inline NSArray* createWritableTypesForImage() 101 static NSArray* writableTypesForImage() 103 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, types, (createWritableTypesForImage())); [all …]
|
D | ClipboardMac.mm | 140 [m_pasteboard.get() declareTypes:[NSArray array] owner:nil]; 143 static NSArray *absoluteURLsFromPasteboardFilenames(NSPasteboard* pasteboard, bool onlyFirstURL = f… 145 NSArray *fileList = [pasteboard propertyListForType:NSFilenamesPboardType]; 148 ASSERT(!fileList || [fileList isKindOfClass:[NSArray class]]); 149 if (!fileList || ![fileList isKindOfClass:[NSArray class]] || ![fileList count]) 167 static NSArray *absoluteURLsFromPasteboard(NSPasteboard* pasteboard, bool onlyFirstURL = false) 171 NSArray *availableTypes = [pasteboard types]; 175 if (NSArray* absoluteURLs = absoluteURLsFromPasteboardFilenames(pasteboard, onlyFirstURL)) 182 return [NSArray arrayWithObject:[url absoluteString]]; 202 NSArray *absoluteURLs = absoluteURLsFromPasteboard(m_pasteboard.get(), onlyFirstURL); [all …]
|
/external/webkit/WebKit/mac/Plugins/ |
D | WebPluginDatabase.h | 38 NSArray *plugInPaths; 53 - (NSArray *)plugins; 57 - (void)setPlugInPaths:(NSArray *)newPaths; 69 + (void)setAdditionalWebPlugInPaths:(NSArray *)path;
|
D | WebBaseNetscapePluginView.h | 76 attributeKeys:(NSArray *)keys 77 attributeValues:(NSArray *)values 88 - (void)setAttributeKeys:(NSArray *)keys andValues:(NSArray *)values;
|
/external/webkit/WebKit/mac/Plugins/Hosted/ |
D | WebHostedNetscapePluginView.h | 40 RetainPtr<NSArray> _attributeKeys; 41 RetainPtr<NSArray> _attributeValues; 56 attributeKeys:(NSArray *)keys 57 attributeValues:(NSArray *)values
|
/external/webkit/WebCore/svg/graphics/filters/cg/ |
D | WKNormalMapFilter.m | 42 [NSArray arrayWithObjects: kCICategoryBlur, kCICategoryVideo, 64 NSArray *kernels = [CIKernel kernelsWithString:code]; 71 - (NSArray *)xConvolveArgsWithBumpMap:(CISampler *)bumpMap { 72 return [NSArray arrayWithObjects: 82 - (NSArray *)yConvolveArgsWithBumpMap:(CISampler *)bumpMap { 83 return [NSArray arrayWithObjects: 103 …NSArray *normalMapArgs = [NSArray arrayWithObjects:samplerX, samplerY, image, inputSurfaceScale, n…
|
/external/webkit/WebCore/accessibility/mac/ |
D | AccessibilityObjectWrapper.mm | 131 - (NSArray *)accessibilityArrayAttributeValues:(NSString *)attribute index:(NSUInteger)index maxCou… 533 - (NSArray*)accessibilityActionNames 540 …static NSArray* actionElementActions = [[NSArray alloc] initWithObjects: NSAccessibilityPressActio… 541 …static NSArray* defaultElementActions = [[NSArray alloc] initWithObjects: NSAccessibilityShowMenuA… 542 …static NSArray* menuElementActions = [[NSArray alloc] initWithObjects: NSAccessibilityCancelAction… 543 …static NSArray* sliderActions = [[NSArray alloc] initWithObjects: NSAccessibilityIncrementAction, … 545 NSArray *actions; 560 - (NSArray*)accessibilityAttributeNames 570 static NSArray* attributes = nil; 571 static NSArray* anchorAttrs = nil; [all …]
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
D | AccessibilityUIElementMac.mm | 44 - (NSArray *)accessibilityArrayAttributeValues:(NSString *)attribute index:(NSUInteger)index maxCou… 92 if ([valueObject isKindOfClass:[NSArray class]]) 93 return [NSString stringWithFormat:@"<array of size %d>", [(NSArray*)valueObject count]]; 131 NSArray* supportedAttributes = [accessibilityObject accessibilityAttributeNames]; 168 static void convertNSArrayToVector(NSArray* array, Vector<AccessibilityUIElement>& elementVector) 189 …NSArray* linkedElements = [m_element accessibilityAttributeValue:NSAccessibilityLinkedUIElementsAt… 195 NSArray* linkElements = [m_element accessibilityAttributeValue:@"AXLinkUIElements"]; 201 NSArray* children = [m_element accessibilityAttributeValue:NSAccessibilityChildrenAttribute]; 207 …NSArray* children = [m_element accessibilityArrayAttributeValues:NSAccessibilityChildrenAttribute … 298 … NSArray* supportedParameterizedAttributes = [m_element accessibilityParameterizedAttributeNames]; [all …]
|
D | TextInputController.m | 43 - (BOOL)interpretKeyEvents:(NSArray *)eventArray withSender:(WebHTMLView *)sender; argument 47 - (void)interpretKeyEvents:(NSArray *)eventArray; argument 55 - (void)interpretKeyEvents:(NSArray *)eventArray 111 - (NSArray *)attributeNamesAtIndex:(int)index 298 - (NSArray *)markedRange 304 …return [NSArray arrayWithObjects:[NSNumber numberWithUnsignedInt:range.location], [NSNumber number… 310 - (NSArray *)selectedRange 316 …return [NSArray arrayWithObjects:[NSNumber numberWithUnsignedInt:range.location], [NSNumber number… 323 - (NSArray *)firstRectForCharactersFrom:(int)from length:(int)length 333 return [NSArray arrayWithObjects: [all …]
|
/external/webkit/WebKitTools/DrawTest/ |
D | TestController.m | 35 @interface NSArray (TestControllerAdditions) interface in TestControllerAdditions 39 @implementation NSArray (TestControllerAdditions) implementation in TestControllerAdditions 67 …[self setKeys:[NSArray arrayWithObject:@"currentPath"] triggerChangeNotificationsForDependentKey:@… 68 …[self setKeys:[NSArray arrayWithObject:@"currentPath"] triggerChangeNotificationsForDependentKey:@… 126 NSArray *folders = [openPanel filenames]; 135 NSArray *components = [_currentPath pathComponents]; 136 …NSArray *newComponents = [components subarrayWithRange:NSMakeRange(0, [components count] - index)]; 217 - (NSArray *)tests 221 … NSArray *files = [[NSFileManager defaultManager] directoryContentsAtPath:[self currentPath]]; 235 - (NSArray *)directoryHierarchy
|
D | TestController.h | 47 NSArray *_tests; 67 - (NSArray *)tests; 70 - (NSArray *)directoryHierarchy;
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebHTMLRepresentation.idl | 47 + (NSArray *)supportedMIMETypes; 52 + (NSArray *)supportedNonImageMIMETypes; 57 + (NSArray *)supportedImageMIMETypes; 92 - (NSArray *)controlsInForm:(DOMElement *)form; 97 - (NSString *)searchForLabels:(NSArray *)labels beforeElement:(DOMElement *)element; 102 - (NSString *)matchLabels:(NSArray *)labels againstElement:(DOMElement *)element;
|
/external/webkit/WebCore/bindings/objc/ |
D | WebScriptObject.h | 166 - (id)invokeUndefinedMethodFromWebScript:(NSString *)name withArguments:(NSArray *)arguments; 176 - (id)invokeDefaultMethodWithArguments:(NSArray *)arguments; 248 - (id)callWebScriptMethod:(NSString *)name withArguments:(NSArray *)arguments;
|
D | DOMPrivate.h | 31 - (NSArray *)textRects; 48 - (NSArray *)lineBoxRects; // Deprecated. Use textRects instead. 49 - (NSArray *)textRects;
|