Lines Matching refs:delegate
19 _attach: function (el, notifier, delegate) {
26 [proxy, this._proxy, el, this, notifier, delegate],
31 _proxy: function (e, notifier, delegate) {
39 notifier.currentTarget = (delegate) ? target : currentTarget;
40 notifier.container = (delegate) ? currentTarget : null;
59 // The delegate subscriptions will be encountered first, which
63 // direct subscription from the delegate sub(s) exists, which
96 // Order the delegate subs by their placement in the parent axis
128 // testing delegate filters.
147 // delegate subscription for the nodes along
204 delegate: function (node, sub, notifier, filter) {