Searched refs:delegate (Results 101 - 125 of 204) sorted by relevance

123456789

/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/widget/
H A Darrowb.tcl15 delegate option * to hull except -image
16 delegate method * to hull
H A Ddateentry.tcl116 delegate option * to hull
117 delegate method * to hull
124 delegate option -highlightcolor to calendar
125 delegate option -firstday to calendar
H A Dtoolbar.tcl50 delegate option * to hull
51 delegate method * to hull
61 delegate option -pad to frame as -padding
H A Dstatusbar.tcl74 delegate option * to hull
75 delegate method * to hull
88 delegate option -pad to frame as -padding
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebScrollBar.cpp94 /* [in] */ IWebScrollBarDelegatePrivate* delegate,
99 if (!delegate || !containingWindow)
103 m_delegate = delegate;
93 init( IWebScrollBarDelegatePrivate* delegate, OLE_HANDLE containingWindow, WebScrollBarOrientation orientation, WebScrollBarControlSize controlSize) argument
H A DWebScrollBar.h57 /* [in] */ IWebScrollBarDelegatePrivate* delegate,
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebSettings.cpp105 , delegate(0)
131 void WebSettings::setDelegate(WebSettingsDelegate* delegate) argument
133 m_private->delegate = delegate;
137 WebSettingsDelegate* WebSettings::delegate() function in class:BlackBerry::WebKit::WebSettings
139 return m_private->delegate;
142 WebSettings* WebSettings::createFromStandardSettings(WebSettingsDelegate* delegate) argument
146 settings->m_private->delegate = delegate;
148 if (delegate)
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dobjectacl.cpp345 outOwner.Delegate = mOwner.delegate;
438 void ObjectAcl::Entry::init(const AclSubjectPointer &subject, bool delegate) argument
441 this->delegate = delegate;
449 delegate = del;
496 info.Delegate = delegate;
639 if (delegate)
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dobjectacl.cpp345 outOwner.Delegate = mOwner.delegate;
438 void ObjectAcl::Entry::init(const AclSubjectPointer &subject, bool delegate) argument
441 this->delegate = delegate;
449 delegate = del;
496 info.Delegate = delegate;
639 if (delegate)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A DRemotePyInterpreter.py34 self.delegate.expectCodeInput_withPrompt_(input_received, prompt)
37 self.doCallback_sequence_args_(self.delegate.writeString_forOutput_, seq, args)
41 self.delegate.writeString_forOutput_(ensure_unicode(reprobject) + u'\n', u'code')
54 self.doCallback_sequence_args_(self.delegate.writeString_forOutput_, seq, args)
59 self.delegate.expectCodeInput_withPrompt_(input_received, '')
65 self.delegate.setVersion_executable_pid_(
79 self.delegate = None
129 PyInterpreter is a delegate/controller for a NSTextView,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A DRemotePyInterpreter.py34 self.delegate.expectCodeInput_withPrompt_(input_received, prompt)
37 self.doCallback_sequence_args_(self.delegate.writeString_forOutput_, seq, args)
41 self.delegate.writeString_forOutput_(ensure_unicode(reprobject) + u'\n', u'code')
54 self.doCallback_sequence_args_(self.delegate.writeString_forOutput_, seq, args)
59 self.delegate.expectCodeInput_withPrompt_(input_received, '')
65 self.delegate.setVersion_executable_pid_(
79 self.delegate = None
129 PyInterpreter is a delegate/controller for a NSTextView,
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebView.mm1195 delegate:_private->downloadDelegate
1234 // to distinguish between using defaultMenuItems or the delegate really returning nil to say "no context menu".
1255 // We originally intended to call this delegate method sometimes with a nil dictionary, but due to
1256 // a bug dating back to WebKit 1.0 this delegate was never called with nil! Unfortunately we can't
1302 - (void)_setFormDelegate: (id<WebFormDelegate>)delegate
1304 _private->formDelegate = delegate;
1608 id delegate = _private->resourceProgressDelegate;
1610 if (!delegate) {
1615 cache->didCancelAuthenticationChallengeFunc = getMethod(delegate, @selector(webView:resource:didCancelAuthenticationChallenge:fromDataSource:));
1616 cache->didFailLoadingWithErrorFromDataSourceFunc = getMethod(delegate,
[all...]
/macosx-10.9.5/swig-10/Lib/csharp/
H A Dcsharphead.swg136 public delegate void ExceptionDelegate(string message);
137 public delegate void ExceptionArgumentDelegate(string message, string paramName);
297 public delegate string SWIGStringDelegate(string message);
/macosx-10.9.5/Heimdal-323.92.1/tests/gss/
H A Dcheck-spnego.in154 "--delegate" \
155 "--mutual --delegate" \
187 --server-no-delegate \
199 --server-no-delegate \
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/MiniBrowser/
H A DAppController.rb142 # Ask the key window's delegate to load the history item
145 keyWindow.delegate.goToHistoryItem(sender.representedObject)
/macosx-10.9.5/Security-55471.14.18/authd/
H A Drule.h15 typedef bool (^delegate_iterator_t)(rule_t delegate); variable
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/Transport/
H A DJABBER.pm117 delegate => 'SOAP::Transport::JABBER::Query',
219 delegate => 'SOAP::Transport::JABBER::Query',
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/Transport/
H A DJABBER.pm117 delegate => 'SOAP::Transport::JABBER::Query',
219 delegate => 'SOAP::Transport::JABBER::Query',
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/IOKit/hidsystem/
H A DIOHIKeyboardMapper.h122 IOHIKeyboard * _delegate; // KeyMap delegate
166 IOHIKeyboard * delegate,
171 virtual bool init(IOHIKeyboard * delegate,
313 * The "delegate" object had to respond to the following protocol;
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/CocoaRepl/
H A DReplController.rb68 @wordsTable.setDelegate(@scratchText.delegate)
69 @wordsTable.setDataSource(@scratchText.delegate)
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DAceTextEditor.js40 * @param {WebInspector.TextEditorDelegate} delegate
43 WebInspector.AceTextEditor = function(url, delegate)
46 this._delegate = delegate;
H A Dexterns.js329 WebInspector.CodeMirrorTextEditor = function(url, delegate) { }
332 WebInspector.AceTextEditor = function(url, delegate) { }
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DResourceHandle.h126 id delegate();
261 void createNSURLConnection(id delegate, bool shouldUseCredentialStorage, bool shouldContentSniff);
/macosx-10.9.5/WebKit-7537.78.2/qt/examples/platformplugin/
H A DWebPlugin.cpp184 MultipleItemListDelegate* delegate = new MultipleItemListDelegate(this); local
185 m_list->setItemDelegate(delegate);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Network/CustomProtocols/mac/
H A DCustomProtocolManagerProxyMac.mm71 _urlConnection = [[NSURLConnection alloc] initWithRequest:request delegate:self startImmediately:YES];

Completed in 332 milliseconds

123456789