Searched refs:delegate (Results 126 - 150 of 204) sorted by relevance

123456789

/macosx-10.9.5/objc4-551.1/test/
H A DARRLayouts.m86 object_setIvar(am, [ARRMRR instanceVariable:"delegate"], ma);
93 ma.delegate = am;
94 object_setIvar(ma, [MRRARR instanceVariable:"delegate"], am);
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dtkmulticolumnlist.rb298 delegate('DEFAULT', *@lbox_list)
299 delegate('activebackground', @v_scroll, @h_scroll, *@hscr_list)
300 delegate('troughcolor', @v_scroll, @h_scroll, *@hscr_list)
301 delegate('repeatdelay', @v_scroll, @h_scroll, *@hscr_list)
302 delegate('repeatinterval', @v_scroll, @h_scroll, *@hscr_list)
303 delegate('borderwidth', @frame)
304 delegate('width', @c_lbox, @c_title, @c_hscr)
305 delegate('relief', @frame)
H A Dtkmultilistframe.rb303 delegate('DEFAULT', *@lbox_list)
304 delegate('activebackground', @v_scroll, @h_scroll, *@hscr_list)
305 delegate('troughcolor', @v_scroll, @h_scroll, *@hscr_list)
306 delegate('repeatdelay', @v_scroll, @h_scroll, *@hscr_list)
307 delegate('repeatinterval', @v_scroll, @h_scroll, *@hscr_list)
308 delegate('borderwidth', @frame)
309 delegate('width', @c_lbox, @c_title, @c_hscr)
310 delegate('relief', @frame)
H A Dtkmultilistbox.rb177 delegate('DEFAULT', *@lbox_list)
178 delegate('activebackground', @v_scroll, *@hscr_list)
179 delegate('troughcolor', @v_scroll, *@hscr_list)
180 delegate('repeatdelay', @v_scroll, *@hscr_list)
181 delegate('repeatinterval', @v_scroll, *@hscr_list)
182 delegate('borderwidth', @frame)
183 delegate('relief', @frame)
/macosx-10.9.5/swig-10/Lib/csharp/
H A Dwchar.i26 public delegate string SWIGWStringDelegate(IntPtr message);
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/widget/
H A Dmentry.tcl129 delegate option * to hull
130 delegate method * to hull
H A Dscrollw.tcl57 delegate option * to hull
58 delegate method * to hull
59 #delegate option -size to {hscroll vscroll} as -width
H A Ddialog.tcl85 delegate option -padding to frame;
86 delegate option * to hull
87 delegate method * to hull
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DTabbedPane.js105 * @param {WebInspector.TabbedPaneTabDelegate} delegate
107 setTabDelegate: function(delegate)
111 tabs[i].setDelegate(delegate);
112 this._delegate = delegate;
691 * @param {WebInspector.TabbedPaneTabDelegate} delegate
693 setDelegate: function(delegate)
695 this._delegate = delegate;
H A DFilteredItemSelectionDialog.js35 * @param {WebInspector.SelectionDialogContentProvider} delegate
37 WebInspector.FilteredItemSelectionDialog = function(delegate)
66 this._delegate = delegate;
476 var delegate = new WebInspector.JavaScriptOutlineDialog(view, contentProvider);
477 var filteredItemSelectionDialog = new WebInspector.FilteredItemSelectionDialog(delegate);
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/canvas/
H A Dcanvas_sqmap.tcl48 delegate option * to hull except -scrollregion
67 delegate method * to hull except {lower raise scan xview yview}
68 delegate method {scan mark} to hull as {scan mark}
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/snit/
H A Dmain1.tcl520 $compiler alias delegate ::snit::Comp.statement.delegate
630 Comp.statement.delegate typemethod info \
636 Comp.statement.delegate typemethod destroy \
658 Comp.statement.delegate method info \
673 Comp.statement.delegate method cget \
675 Comp.statement.delegate method configurelist \
677 Comp.statement.delegate method configure \
710 Comp.statement.delegate method destroy \
719 Comp.statement.delegate typemetho
[all...]
H A Dmain1_83.tcl531 $compiler alias delegate ::snit::Comp.statement.delegate
641 Comp.statement.delegate typemethod info \
647 Comp.statement.delegate typemethod destroy \
669 Comp.statement.delegate method info \
684 Comp.statement.delegate method cget \
686 Comp.statement.delegate method configurelist \
688 Comp.statement.delegate method configure \
721 Comp.statement.delegate method destroy \
730 Comp.statement.delegate typemetho
[all...]
H A Dmain2.tcl385 $compiler alias delegate ::snit::Comp.statement.delegate
486 Comp.statement.delegate typemethod info \
492 Comp.statement.delegate typemethod destroy \
508 Comp.statement.delegate method info \
516 Comp.statement.delegate method cget \
518 Comp.statement.delegate method configurelist \
520 Comp.statement.delegate method configure \
538 Comp.statement.delegate method destroy \
541 Comp.statement.delegate typemetho
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dcoll.cpp256 // should go in a function- ucol_initDelegate(delegate)
262 result->delegate = col;
637 CFactory(CollatorFactory* delegate, UErrorCode& status) argument
638 : LocaleKeyFactory(delegate->visible() ? VISIBLE : INVISIBLE)
639 , _delegate(delegate)
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/CocoaRepl/
H A DRubyProgramTextView.rb108 self.delegate.decorate_all(self)
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/PDF/
H A DPDFLayerControllerDetails.h55 @property(retain) id<PDFLayerControllerDelegate> delegate; variable
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DACL.cpp69 mDelegate = proto.delegate();
84 mDelegate = owner.delegate();
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DACL.cpp69 mDelegate = proto.delegate();
84 mDelegate = owner.delegate();
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DACL.cpp69 mDelegate = proto.delegate();
84 mDelegate = owner.delegate();
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebVideoFullscreenController.mm152 - (id <WebVideoFullscreenControllerDelegate>)delegate
157 - (void)setDelegate:(id <WebVideoFullscreenControllerDelegate>)delegate
159 _delegate = delegate;
H A DWebVideoFullscreenHUDWindowController.mm211 - (id <WebVideoFullscreenHUDWindowControllerDelegate>)delegate
216 - (void)setDelegate:(id <WebVideoFullscreenHUDWindowControllerDelegate>)delegate
218 _delegate = delegate;
/macosx-10.9.5/Security-55471.14.18/authd/
H A Dauthdb.c871 rule_delegates_iterator(rule, ^bool(rule_t delegate) {
872 if (rule_get_id(delegate) == 0) {
874 rule_sql_fetch(delegate, dbconn);
876 if (rule_get_id(delegate) == 0) {
877 LOGD("authdb: delaying %s waiting for delegate %s", rule_get_name(rule), rule_get_name(delegate));
933 // remaining import rules that delegate to other rules
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCBoardWin.mm299 MBCController * controller = [NSApp delegate];
324 MBCController * controller = [NSApp delegate];
489 MBCController * controller = [NSApp delegate];
519 MBCController * controller = [NSApp delegate];
848 [[NSApp delegate] startNewOnlineGame:match withDocument:[self document]];
854 if ([[participant playerID] isEqual:[[[NSApp delegate] localPlayer] playerID]])
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebViewPrivate.h161 @abstract Set the WebView's WebScriptDebugDelegate delegate.
162 @param delegate The WebScriptDebugDelegate to set as the delegate.
164 - (void)setScriptDebugDelegate:(id)delegate;
175 @abstract Set the WebView's WebHistoryDelegate delegate.
176 @param delegate The WebHistoryDelegate to set as the delegate.
178 - (void)setHistoryDelegate:(id)delegate;
182 @abstract Return the WebView's WebHistoryDelegate delegate.
183 @result The WebView's WebHistoryDelegate delegate
[all...]

Completed in 167 milliseconds

123456789