Searched refs:targetList (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/mDNSResponder-561.1.1/Clients/Java/
H A DSimpleChat.java69 TargetListModel targetList; // and its list model field in class:SimpleChat
88 targetList = new TargetListModel();
99 browser = DNSSD.browse( 0, 0, kChatExampleRegType, "", new SwingBrowseListener( targetList));
123 targetPicker = new JComboBox( targetList);
208 TargetListElem sel = (TargetListElem) targetList.getSelectedItem();
/macosx-10.10.1/tcl-105/tcl/tcl/library/opt/
H A Doptparse.tcl966 set targetList [lindex $list $idx];
967 # reduce refcount on targetList (not really usefull now,
970 # recursively replace in targetList
971 Lvarset targetList [lrange $indexLst 1 end] $newValue;
973 Lvarset1nc list $idx $targetList;
1006 set targetList [lindex $list $idx];
1007 # reduce refcount on targetList
1009 # recursively replace in targetList
1010 Lvarincr targetList [lrange $indexLst 1 end] $howMuch;
1012 Lvarset1nc list $idx $targetList;
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/library/opt/
H A Doptparse.tcl966 set targetList [lindex $list $idx];
967 # reduce refcount on targetList (not really usefull now,
970 # recursively replace in targetList
971 Lvarset targetList [lrange $indexLst 1 end] $newValue;
973 Lvarset1nc list $idx $targetList;
1006 set targetList [lindex $list $idx];
1007 # reduce refcount on targetList
1009 # recursively replace in targetList
1010 Lvarincr targetList [lrange $indexLst 1 end] $howMuch;
1012 Lvarset1nc list $idx $targetList;
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitWebViewBase.cpp412 gtk_drag_dest_set_target_list(viewWidget, PasteboardHelper::defaultPasteboardHelper()->targetList());
1039 GRefPtr<GtkTargetList> targetList = adoptGRef(PasteboardHelper::defaultPasteboardHelper()->targetListForDataObject(dataObject.get())); local
1042 targetList.get(),

Completed in 200 milliseconds