Lines Matching refs:_notify
804 Y._notify(callback, ALREADY_DONE, args);
814 Y._notify(callback, response, args);
822 * @method _notify
828 _notify: function(callback, response, args) {
961 Y._notify(callback, response, data);
970 Y._notify(callback, response, args);
9669 setTimeout(Y.bind(this._notify, this, s, this.firedWith), 0);
9671 this._notify(s, this.firedWith);
9781 * @method _notify
9786 _notify: function(s, args, ef) {
9899 if (false === this._notify(s, args, ef)) {
10047 _notify: function(c, args, ce) {
10098 ret = this._notify(c, args, ce);
10101 ret = this._notify(c, args, ce);
16123 handle.sub._notify = delegate.notifySub;
16137 Overrides the <code>_notify</code> method on the normal DOM subscription to