Searched refs:NSArray (Results 26 - 50 of 345) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DWebBackForwardList.h105 - (NSArray *)backListWithLimit:(int)limit;
113 - (NSArray *)forwardListWithLimit:(int)limit;
H A DWebHistoryPrivate.h48 - (NSArray *)allItems;
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebNSArrayExtras.h32 @interface NSArray (WebNSArrayExtras)
H A DWebNSPasteboardExtras.mm58 + (NSArray *)_web_writableTypesForURL
60 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, types, ([[NSArray alloc] initWithObjects:
70 static inline NSArray *_createWritableTypesForImageWithoutArchive()
77 static NSArray *_writableTypesForImageWithoutArchive (void)
79 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, types, (_createWritableTypesForImageWithoutArchive()));
83 static inline NSArray *_createWritableTypesForImageWithArchive()
91 static NSArray *_writableTypesForImageWithArchive (void)
93 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, types, (_createWritableTypesForImageWithArchive()));
97 + (NSArray *)_web_writableTypesForImageIncludingArchiv
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebDataSourcePrivate.h34 - (void)_addSubframeArchives:(NSArray *) archives;
H A DWebPDFView.h46 NSArray *textMatches;
50 + (NSArray *)supportedMIMETypes;
H A DWebRenderLayer.h32 NSArray *children;
42 - (NSArray *)children;
H A DWebHTMLViewPrivate.h50 + (NSArray *)supportedMIMETypes;
51 + (NSArray *)supportedImageMIMETypes;
52 + (NSArray *)supportedNonImageMIMETypes;
53 + (NSArray *)unsupportedTextMIMETypes;
68 + (NSArray *)_insertablePasteboardTypes;
69 + (NSArray *)_selectionPasteboardTypes;
110 - (DOMDocumentFragment *)_documentFragmentFromPasteboard:(NSPasteboard *)pasteboard forType:(NSString *)pboardType inContext:(DOMRange *)context subresources:(NSArray **)subresources;
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Cocoa/
H A DSCSIDevice.h58 NSArray * features;
74 - ( void ) setFeatures: ( NSArray * ) f;
87 - ( NSArray * ) features;
95 - ( NSArray * ) buildFeatureList: ( NSNumber * ) number;
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/PassengerPane/
H A DSecurityHelper.h9 - (BOOL)executeCommand:(NSString *)pathToCommand withArgs:(NSArray *)arguments;
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/Hosted/
H A DWebHostedNetscapePluginView.h40 RetainPtr<NSArray> _attributeKeys;
41 RetainPtr<NSArray> _attributeValues;
56 attributeKeys:(NSArray *)keys
57 attributeValues:(NSArray *)values
/macosx-10.9.5/WebKit-7537.78.2/mac/Storage/
H A DWebDatabaseManagerPrivate.h54 - (NSArray *)origins;
57 - (NSArray *)databasesWithOrigin:(WebSecurityOrigin *)origin;
H A DWebStorageManagerPrivate.h36 - (NSArray *)origins;
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebApplicationCache.h43 + (NSArray *)originsWithCache;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/mac/
H A DWKAccessibilityWebPageObject.h37 NSArray* m_attributeNames;
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/CloudKeychainProxy/
H A DCKDKVSProxy.h46 @property (retain, nonatomic) NSArray *keysToRead;
47 @property (retain, nonatomic) NSArray *keysToWrite;
48 @property (retain, nonatomic) NSArray *keysReadWrite;
77 - (void)waitForSynchronization:(NSArray *)keys handler:(void (^)(NSDictionary *values, NSError *err))handler;
88 - (NSDictionary *)registerKeysAndGet:(BOOL)getNewKeysOnly always:(NSArray *)keysToRegister reqFirstUnlock:(NSArray *)reqFirstUnlock reqUnlocked:(NSArray *)reqUnlocked;
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCMoveTableViewAccessibility.mm81 - (NSArray *)accessibilityAttributeNames
83 return [NSArray arrayWithObjects:
98 - (NSArray *)accessibilityActionNames
100 return [NSArray array];
126 return [NSArray array];
178 - (NSArray *)accessibilityAttributeNames
180 return [NSArray arrayWithObjects:
195 - (NSArray *)accessibilityActionNames
197 return [NSArray array];
205 - (NSArray *)accessibilityChildrenAttribut
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsarray.py9 a = NSArray.alloc().init()
12 x = NSArray.arrayWithArray_( [u"foo", u"bar", u"baz"] )
19 x = NSArray.arrayWithArray_([1, 2, u"foo", u"bar", u"", u"baz"])
28 x = NSArray.arrayWithArray_( [u"foo", u"bar", u"baz"] )
150 w = NSArray.arrayWithObjects_(1,2,3,4)
151 x = NSArray.alloc().initWithObjects_(1,2,3,4)
153 y = NSArray.arrayWithObjects_count_([1,2,3,4,5,6], 4)
154 z = NSArray.alloc().initWithObjects_count_([1,2,3,4,5,6], 4)
188 a = NSArray.alloc().initWithObjects_count_((u'a',u'b',u'c',u'd'), 3)
196 self.assertRaises(ValueError, NSArray
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/mac/
H A DCookieJarMac.mm40 static RetainPtr<NSArray> filterCookies(NSArray *unfilteredCookies)
68 NSArray *cookies = wkHTTPCookiesForURL(session.cookieStorage().get(), url);
79 NSArray *cookies = wkHTTPCookiesForURL(session.cookieStorage().get(), url);
100 RetainPtr<NSArray> filteredCookies = filterCookies([NSHTTPCookie cookiesWithResponseHeaderFields:[NSDictionary dictionaryWithObject:cookieString forKey:@"Set-Cookie"] forURL:cookieURL]);
124 NSArray *cookies = wkHTTPCookiesForURL(session.cookieStorage().get(), url);
144 NSArray *cookies = wkHTTPCookiesForURL(cookieStorage.get(), cookieURL);
162 NSArray *cookies = wkHTTPCookies(session.cookieStorage().get());
175 NSArray *cookies = wkHTTPCookies(cookieStorage.get());
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dmetadata.m29 -(NSArray*)makeIntArray:(int*) data count:(unsigned)count;
30 -(NSArray*)makeIntArray:(int*) data halfCount:(unsigned)count;
31 -(NSArray*)makeIntArray:(int*) data countPtr:(unsigned*)countPtr;
32 -(NSArray*)nullIntArray:(int*) data count:(unsigned)count;
33 -(NSArray*)makeStringArray:(char**)data;
34 -(NSArray*)makeObjectArray:(id*)data;
35 -(NSArray*)nullStringArray:(char**)data;
36 -(NSArray*)make4Tuple:(double*)data;
37 -(NSArray*)null4Tuple:(double*)data;
38 -(NSArray*) makeVariableLengthArra
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/test/
H A Dmetadata.m30 -(NSArray*)makeIntArray:(int*) data count:(unsigned)count;
31 -(NSArray*)makeIntArray:(int*) data halfCount:(unsigned)count;
32 -(NSArray*)makeIntArray:(int*) data countPtr:(unsigned*)countPtr;
33 -(NSArray*)nullIntArray:(int*) data count:(unsigned)count;
34 -(NSArray*)makeStringArray:(char**)data;
35 -(NSArray*)makeObjectArray:(id*)data;
36 -(NSArray*)nullStringArray:(char**)data;
37 -(NSArray*)make4Tuple:(double*)data;
38 -(NSArray*)null4Tuple:(double*)data;
39 -(NSArray*) makeVariableLengthArra
[all...]
/macosx-10.9.5/WebCore-7537.78.1/accessibility/mac/
H A DWebAccessibilityObjectWrapperBase.h65 - (NSArray *)accessibilityMathPostscriptPairs;
66 - (NSArray *)accessibilityMathPrescriptPairs;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DMediaPlayerProxy.h101 - (NSArray *)_bufferedTimeRanges;
109 - (NSArray *)_mimeTypes;
/macosx-10.9.5/modemccl-25.1/
H A Dcclparser.h86 - (NSArray*)copyVendorList;
90 - (NSArray*)getModelListForVendor:(NSString*)vendor;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSNotificationAdditions.h10 - (void) enqueueNotificationOnMainThread:(NSNotification *) notification postingStyle:(NSPostingStyle) postingStyle coalesceMask:(unsigned) coalesceMask forModes:(NSArray *) modes;

Completed in 214 milliseconds

1234567891011>>