Searched refs:delegate (Results 1 - 25 of 204) sorted by relevance

123456789

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/tie/
H A Dtie_dsource.tcl33 set delegate $args
40 delegate method * to delegate
45 variable delegate ; # The object to delegate to.
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebDownloadInternal.h39 delegate:(id)delegate
43 delegate:(id)delegate
50 delegate:(id)delegate
H A DWebDownload.mm58 delegate:(id)delegate
61 delegate:(id)delegate
68 delegate:(id)delegate
110 selector == @selector(download:shouldBeginChildDownloadOfSource:delegate:) ||
195 - (NSURLRequest *)download:(NSURLDownload *)download shouldBeginChildDownloadOfSource:(NSURLRequest *)child delegate:(id *)childDelegate
197 return [realDelegate download:download shouldBeginChildDownloadOfSource:child delegate:childDelegate];
209 - (void)_setRealDelegate:(id)delegate
[all...]
H A DWebIconDatabaseInternal.h37 id delegate; member in namespace:NSObject
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/interp/
H A Ddeleg_method.tcl19 namespace eval ::interp::delegate {}
24 snit::macro ::interp::delegate::method {args} {
42 set delegate "[list $name]"
45 set delegate "\[linsert \$args 0 [list $name]\]"
47 set delegate "\[linsert \$args 0 [list $name] \$[join [lrange $arguments 0 end-1] " \$"]\]"
50 set delegate "\[list [list $name] \$[join $arguments " \$"]\]"
56 append body [list $rid] " " $delegate
64 package provide interp::delegate::method 0.2
H A Ddeleg_proc.tcl18 namespace eval ::interp::delegate {}
23 proc ::interp::delegate::proc {args} {
45 set delegate "[list $base]"
48 set delegate "\[linsert \$args 0 [list $base]\]"
50 set delegate "\[linsert \$args 0 [list $base] \$[join [lrange $arguments 0 end-1] " \$"]\]"
53 set delegate "\[list [list $base] \$[join $arguments " \$"]\]"
59 append body [list $rid] " " $delegate
68 package provide interp::delegate::proc 0.2
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/ruby/osx/objc/
H A Dcocoa_macros_appkit.rb30 # prepare delegate
31 delegate = RBCCTemporaryDelegate.alloc.init
32 delegate.proc = proc
33 delegate.terminate = terminate
36 app.setDelegate(delegate)
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dmenubar.rb124 delegate('tearoff', menu, *submenus)
125 delegate('foreground', mbtn, menu, *submenus)
126 delegate('background', mbtn, menu, *submenus)
127 delegate('disabledforeground', mbtn, menu, *submenus)
128 delegate('activeforeground', mbtn, menu, *submenus)
129 delegate('activebackground', mbtn, menu, *submenus)
130 delegate('font', mbtn, menu, *submenus)
131 delegate('kanjifont', mbtn, menu, *submenus)
H A Dscrollbox.rb30 delegate('DEFAULT', list)
31 delegate('foreground', list)
32 delegate('background', list, scroll)
33 delegate('borderwidth', @frame)
34 delegate('relief', @frame)
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/widget/
H A Dstext.tcl43 delegate option * to text
44 delegate method * to text
46 delegate option -scrollbar to hull
47 delegate option -auto to hull
48 delegate option -sides to hull
49 delegate option -borderwidth to hull
50 delegate option -relief to hull
/macosx-10.9.5/WebKit2-7537.78.2/Shared/EntryPointUtilities/mac/LegacyProcess/
H A DChildProcessEntryPoint.h69 ChildProcessMainDelegateType delegate(commandLine);
72 delegate.installSignalHandlers();
73 delegate.doPreInitializationWork();
78 if (!delegate.getConnectionIdentifier(parameters.connectionIdentifier))
81 if (!delegate.getClientIdentifier(parameters.clientIdentifier))
84 if (!delegate.getClientProcessName(parameters.uiProcessName))
87 if (!delegate.getExtraInitializationData(parameters.extraInitializationData))
99 delegate.startRunLoop();
102 delegate.doPostRunWork();
/macosx-10.9.5/JavaScriptCore-7537.78.1/yarr/
H A DYarrParser.h72 * implements enough of the delegate interface such that it can be passed to
78 CharacterClassParserDelegate(Delegate& delegate, ErrorCode& err) argument
79 : m_delegate(delegate)
112 // we'll report it to the delegate immediately, and put ourself into
213 // parseEscape() should never call these delegate methods when
231 Parser(Delegate& delegate, const String& pattern, unsigned backReferenceLimit) argument
232 : m_delegate(delegate)
247 * directly to the member delegate (m_delegate), instead tokens are
248 * emitted to the delegate provided as an argument. In the case of atom
250 * an argument, and as such the escape will be reported to the delegate
263 parseEscape(EscapeDelegate& delegate) argument
438 parseCharacterClassEscape(CharacterClassParserDelegate& delegate) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/transfer/
H A Dtransmitter.tcl72 delegate option -string to mysource
73 delegate option -channel to mysource
74 delegate option -file to mysource
75 delegate option -variable to mysource
76 delegate option -size to mysource
77 delegate option -progress to mysource
81 delegate option -host to myconnect
82 delegate option -port to myconnect
83 delegate option -mode to myconnect
84 delegate optio
[all...]
H A Dreceiver.tcl87 delegate option -channel to mydestination
88 delegate option -file to mydestination
89 delegate option -variable to mydestination
90 delegate option -progress to mydestination
94 delegate option -host to myconnect
95 delegate option -port to myconnect
96 delegate option -mode to myconnect
97 delegate option -translation to myconnect
98 delegate option -encoding to myconnect
99 delegate optio
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/GrowlClient/
H A Dgrowl.rb57 attr_accessor :delegate
65 def initWithDelegate(delegate)
67 @delegate = delegate
124 @delegate.growl_onClicked(self, context) if @delegate && @delegate.respond_to?(:growl_onClicked)
129 @delegate.growl_onTimeout(self, context) if @delegate && @delegate
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebDelegateImplementationCaching.mm72 // declared inside a WebView category to get direct access to the delegate data memebers,
82 static inline id CallDelegate(WebView *self, id delegate, SEL selector)
84 if (!delegate || ![delegate respondsToSelector:selector])
87 return wtfObjcMsgSend<id>(delegate, selector, self);
94 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object)
96 if (!delegate || ![delegate respondsToSelector:selector])
99 return wtfObjcMsgSend<id>(delegate, selector, self, object);
106 static inline id CallDelegate(WebView *self, id delegate, SE
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/EntryPointUtilities/mac/XPCService/
H A DXPCServiceEntryPoint.h62 XPCServiceInitializerDelegateType delegate(connection, initializerMessage);
71 if (!delegate.getConnectionIdentifier(parameters.connectionIdentifier))
74 if (!delegate.getClientIdentifier(parameters.clientIdentifier))
77 if (!delegate.getClientProcessName(parameters.uiProcessName))
80 if (!delegate.getExtraInitializationData(parameters.extraInitializationData))
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/xpc-tsa/
H A Dtimestampclient.h38 id delegate; variable
42 @property (retain) id delegate; variable
/macosx-10.9.5/WebKit-7537.78.2/mac/WebInspector/
H A DWebNodeHighlight.h44 - (void)setDelegate:(id)delegate;
45 - (id)delegate;
/macosx-10.9.5/objc4-551.1/test/
H A DARRBase.h15 @property(weak) __weak id delegate; variable
H A DMRRBase.h15 @property(weak) __weak id delegate; variable
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebSettings_p.h39 if (delegate) \
40 delegate->didChangeSettings(sender); \
68 WebSettingsDelegate* delegate; member in struct:BlackBerry::WebKit::WebSettingsPrivate
106 if (delegate)
107 delegate->didChangeSettings(sender);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/mac/
H A DWKConnection.mm73 - (id<WKConnectionDelegate>)delegate
78 - (void)setDelegate:(id<WKConnectionDelegate>)delegate
80 _data->_delegate = delegate;
90 if ([connection.delegate respondsToSelector:@selector(connection:didReceiveMessageWithName:body:)]) {
94 [connection.delegate connection:connection didReceiveMessageWithName:(NSString *)nsMessageName.get() body:nsMessageBody.get()];
101 if ([connection.delegate respondsToSelector:@selector(connectionDidClose:)]) {
102 [connection.delegate connectionDidClose:connection];
H A DWKProcessGroup.mm55 if ([processGroup.delegate respondsToSelector:@selector(processGroup:didCreateConnectionToWebProcessPlugIn:)]) {
57 [processGroup.delegate processGroup:processGroup didCreateConnectionToWebProcessPlugIn:connection.get()];
76 if ([processGroup.delegate respondsToSelector:@selector(processGroupWillCreateConnectionToWebProcessPlugIn:)]) {
77 RetainPtr<id> initializationUserData = [processGroup.delegate processGroupWillCreateConnectionToWebProcessPlugIn:processGroup];
130 - (id<WKProcessGroupDelegate>)delegate
135 - (void)setDelegate:(id<WKProcessGroupDelegate>)delegate
137 _data->_delegate = delegate;
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebVideoFullscreenController.h59 - (id <WebVideoFullscreenControllerDelegate>)delegate;
60 - (void)setDelegate:(id <WebVideoFullscreenControllerDelegate>)delegate;

Completed in 356 milliseconds

123456789