Lines Matching refs:delegate
21 _attach: function (el, notifier, delegate) {
28 [proxy, this._proxy, el, this, notifier, delegate],
33 _proxy: function (e, notifier, delegate) {
41 notifier.currentTarget = (delegate) ? target : currentTarget;
42 notifier.container = (delegate) ? currentTarget : null;
61 // The delegate subscriptions will be encountered first, which
65 // direct subscription from the delegate sub(s) exists, which
98 // Order the delegate subs by their placement in the parent axis
130 // testing delegate filters.
149 // delegate subscription for the nodes along
206 delegate: function (node, sub, notifier, filter) {