Searched refs:NSInvocation (Results 1 - 25 of 47) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/platform/ios/wak/
H A DWebCoreThreadMessage.h56 void WebThreadCallDelegate(NSInvocation *invocation);
60 void WebThreadCallDelegateAsync(NSInvocation *invocation);
65 // Convenience method for making an NSInvocation object
66 NSInvocation *WebThreadMakeNSInvocation(id target, SEL selector);
H A DWebCoreThread.mm49 #import <Foundation/NSInvocation.h>
121 static NSInvocation *delegateInvocation;
149 static inline void SendMessage(NSInvocation *invocation)
192 static void SendDelegateMessage(NSInvocation *invocation)
436 void WebThreadCallDelegate(NSInvocation *invocation)
438 // NSInvocation released in SendMessage()
453 void WebThreadCallDelegateAsync(NSInvocation *invocation)
463 NSInvocation *WebThreadMakeNSInvocation(id target, SEL selector)
468 NSInvocation *invocation = [NSInvocation invocationWithMethodSignatur
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/API/
H A DJSValueInternal.h53 NSInvocation *typeToValueInvocationFor(const char* encodedType);
54 NSInvocation *valueToTypeInvocationFor(const char* encodedType);
H A DObjCCallbackFunction.mm49 virtual void set(NSInvocation *, NSInteger, JSContext *, JSValueRef, JSValueRef*) = 0;
59 virtual void set(NSInvocation *invocation, NSInteger argumentNumber, JSContext *context, JSValueRef argument, JSValueRef*) override
68 virtual void set(NSInvocation *invocation, NSInteger argumentNumber, JSContext *context, JSValueRef argument, JSValueRef* exception) override
77 virtual void set(NSInvocation *invocation, NSInteger argumentNumber, JSContext *context, JSValueRef argument, JSValueRef* exception) override
85 virtual void set(NSInvocation *invocation, NSInteger argumentNumber, JSContext *context, JSValueRef argument, JSValueRef*) override
93 virtual void set(NSInvocation *invocation, NSInteger argumentNumber, JSContext *context, JSValueRef argument, JSValueRef*) override
115 virtual void set(NSInvocation *invocation, NSInteger argumentNumber, JSContext *context, JSValueRef argument, JSValueRef* exception) override
138 virtual void set(NSInvocation *invocation, NSInteger argumentNumber, JSContext *context, JSValueRef argument, JSValueRef* exception) override
146 virtual void set(NSInvocation *invocation, NSInteger argumentNumber, JSContext *context, JSValueRef argument, JSValueRef* exception) override
154 virtual void set(NSInvocation *invocatio
[all...]
/macosx-10.10/WebKit2-7600.1.25/Shared/API/Cocoa/
H A D_WKRemoteObjectRegistryInternal.h46 - (void)_sendInvocation:(NSInvocation *)invocation interface:(_WKRemoteObjectInterface *)interface;
H A D_WKRemoteObjectRegistry.mm101 - (void)_sendInvocation:(NSInvocation *)invocation interface:(_WKRemoteObjectInterface *)interface
151 NSInvocation *invocation = nil;
154 invocation = [decoder decodeObjectOfClass:[NSInvocation class] forKey:invocationKey];
H A DWKRemoteObject.mm88 - (void)forwardInvocation:(NSInvocation *)invocation
H A DWKRemoteObjectCoder.mm115 static void encodeInvocation(WKRemoteObjectEncoder *encoder, NSInvocation *invocation)
213 if (![object conformsToProtocol:@protocol(NSSecureCoding)] && ![object isKindOfClass:[NSInvocation class]])
225 if ([object isKindOfClass:[NSInvocation class]]) {
226 // We have to special case NSInvocation since we don't want to encode the target.
404 // NSInvocation doesn't support NSSecureCoding, but we allow it anyway.
405 if (objectClass == [NSInvocation class])
411 static void decodeInvocationArguments(WKRemoteObjectDecoder *decoder, NSInvocation *invocation, const Vector<RetainPtr<NSSet>>& allowedArgumentClasses)
490 static NSInvocation *decodeInvocation(WKRemoteObjectDecoder *decoder)
511 NSInvocation *invocation = [NSInvocation invocationWithMethodSignatur
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DMVChatPluginManager.h30 - (NSArray *) makePluginsPerformInvocation:(NSInvocation *) invocation;
31 - (NSArray *) makePluginsPerformInvocation:(NSInvocation *) invocation stoppingOnFirstSuccessfulReturn:(BOOL) stop;
32 - (NSArray *) makePluginsOfClass:(Class) class performInvocation:(NSInvocation *) invocation stoppingOnFirstSuccessfulReturn:(BOOL) stop;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DMVChatPluginManager.h30 - (NSArray *) makePluginsPerformInvocation:(NSInvocation *) invocation;
31 - (NSArray *) makePluginsPerformInvocation:(NSInvocation *) invocation stoppingOnFirstSuccessfulReturn:(BOOL) stop;
32 - (NSArray *) makePluginsOfClass:(Class) class performInvocation:(NSInvocation *) invocation stoppingOnFirstSuccessfulReturn:(BOOL) stop;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsinvocation.py10 invocation = NSInvocation.invocationWithMethodSignature_(value.methodSignatureForSelector_('count'))
19 invocation = NSInvocation.invocationWithMethodSignature_(value.methodSignatureForSelector_('addObject:'))
32 self.assertResultIsBOOL(NSInvocation.argumentsRetained)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DMVChatPluginManager.h30 - (NSArray *) makePluginsPerformInvocation:(NSInvocation *) invocation;
31 - (NSArray *) makePluginsPerformInvocation:(NSInvocation *) invocation stoppingOnFirstSuccessfulReturn:(BOOL) stop;
32 - (NSArray *) makePluginsOfClass:(Class) class performInvocation:(NSInvocation *) invocation stoppingOnFirstSuccessfulReturn:(BOOL) stop;
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebNSObjectExtras.mm40 static bool returnTypeIsObject(NSInvocation *invocation)
55 - (void)forwardInvocation:(NSInvocation *)invocation
85 @implementation NSInvocation (WebMainThreadInvoker)
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsinvocation.py10 invocation = NSInvocation.invocationWithMethodSignature_(value.methodSignatureForSelector_('count'))
19 invocation = NSInvocation.invocationWithMethodSignature_(value.methodSignatureForSelector_('addObject:'))
32 self.failUnlessResultIsBOOL(NSInvocation.argumentsRetained)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsinvocation.py16 invocation = NSInvocation.invocationWithMethodSignature_(value.methodSignatureForSelector_('count'))
25 invocation = NSInvocation.invocationWithMethodSignature_(value.methodSignatureForSelector_('addObject:'))
38 self.assertResultIsBOOL(NSInvocation.argumentsRetained)
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dtestbndl2.m8100 inv = [NSInvocation invocationWithMethodSignature:\
8116 NSInvocation* inv;
8133 NSInvocation* inv;
8149 NSInvocation* inv;
8165 NSInvocation* inv;
8181 NSInvocation* inv;
8197 NSInvocation* inv;
8213 NSInvocation* inv;
8229 NSInvocation* inv;
8245 NSInvocation* in
[all...]
H A Dtestbndl.m887 /* "NSInvocation" calls */
930 inv = [NSInvocation invocationWithMethodSignature: \
980 NSInvocation* inv;
992 NSInvocation* inv;
1004 NSInvocation* inv;
1016 NSInvocation* inv;
1028 NSInvocation* inv;
1040 NSInvocation* inv;
1052 NSInvocation* inv;
1064 NSInvocation* in
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/test/
H A Dtestbndl2.m8100 inv = [NSInvocation invocationWithMethodSignature:\
8116 NSInvocation* inv;
8133 NSInvocation* inv;
8149 NSInvocation* inv;
8165 NSInvocation* inv;
8181 NSInvocation* inv;
8197 NSInvocation* inv;
8213 NSInvocation* inv;
8229 NSInvocation* inv;
8245 NSInvocation* in
[all...]
H A Dtestbndl.m887 /* "NSInvocation" calls */
930 inv = [NSInvocation invocationWithMethodSignature: \
980 NSInvocation* inv;
992 NSInvocation* inv;
1004 NSInvocation* inv;
1016 NSInvocation* inv;
1028 NSInvocation* inv;
1040 NSInvocation* inv;
1052 NSInvocation* inv;
1064 NSInvocation* in
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/test/
H A Dtestbndl2.m8100 inv = [NSInvocation invocationWithMethodSignature:\
8116 NSInvocation* inv;
8133 NSInvocation* inv;
8149 NSInvocation* inv;
8165 NSInvocation* inv;
8181 NSInvocation* inv;
8197 NSInvocation* inv;
8213 NSInvocation* inv;
8229 NSInvocation* inv;
8245 NSInvocation* in
[all...]
H A Dtestbndl.m889 /* "NSInvocation" calls */
932 inv = [NSInvocation invocationWithMethodSignature: \
987 NSInvocation* inv;
999 NSInvocation* inv;
1011 NSInvocation* inv;
1023 NSInvocation* inv;
1035 NSInvocation* inv;
1047 NSInvocation* inv;
1059 NSInvocation* inv;
1071 NSInvocation* in
[all...]
/macosx-10.10/objc4-646/runtime/
H A DNSObject.h13 @class NSString, NSMethodSignature, NSInvocation; variable in typeref:class:
82 - (void)forwardInvocation:(NSInvocation *)anInvocation;
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebDelegateImplementationCaching.mm104 NSInvocation *invocation = WebThreadMakeNSInvocation(delegate, selector);
137 NSInvocation *invocation = WebThreadMakeNSInvocation(delegate, selector);
171 NSInvocation *invocation = WebThreadMakeNSInvocation(delegate, selector);
205 NSInvocation *invocation = WebThreadMakeNSInvocation(delegate, selector);
240 NSInvocation *invocation = WebThreadMakeNSInvocation(delegate, selector);
275 NSInvocation *invocation = WebThreadMakeNSInvocation(delegate, selector);
311 NSInvocation *invocation = WebThreadMakeNSInvocation(delegate, selector);
346 NSInvocation *invocation = WebThreadMakeNSInvocation(delegate, selector);
376 NSInvocation *invocation = WebThreadMakeNSInvocation(delegate, selector);
406 NSInvocation *invocatio
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonObject.h67 - (void) forwardInvocation:(NSInvocation *) invocation;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonObject.h67 - (void) forwardInvocation:(NSInvocation *) invocation;

Completed in 342 milliseconds

12