Lines Matching defs:sender

323 		this.addListener(mxEvent.FIRE_MOUSE_EVENT, mxUtils.bind(this, function(sender, evt)  argument
445 mouseDown: function(sender, me) {}, argument
1155 this.addListener(mxEvent.FIRE_MOUSE_EVENT, mxUtils.bind(this, function(sender, evt) argument
1175 this.addListener(mxEvent.TAP_AND_HOLD, mxUtils.bind(this, function(sender, evt) argument
2133 this.addListener(mxEvent.SIZE, mxUtils.bind(this, function(sender, evt) argument
9161 mouseDown: function(sender, me) argument
9175 mouseMove: function(sender, me) argument
9221 mouseUp: function(sender, me) argument
10779 this.addListener(mxEvent.START_EDITING, function(sender, evt) argument
10825 this.fireMouseEvent = function(evtName, me, sender) argument
10843 this.popupMenuHandler.mouseUp = mxUtils.bind(this, function(sender, me) argument
10866 mxPopupMenuHandler.prototype.mouseUp.apply(this.popupMenuHandler, [sender, me, popup]);
12329 mxEdgeHandler.prototype.mouseMove = function(sender, me) argument
12345 mxEdgeHandler.prototype.mouseUp = function(sender, me) argument
12533 mxGraphHandler.prototype.mouseDown = function(sender, me) argument
12580 mxRubberband.prototype.mouseUp = function(sender, me) argument
12667 mxRubberband.prototype.mouseMove = function(sender, me) argument
12923 mxVertexHandler.prototype.mouseDown = function(sender, me) argument
12960 mxVertexHandler.prototype.mouseMove = function(sender, me) argument
12980 mxVertexHandler.prototype.mouseUp = function(sender, me) argument
13043 this.changeHandler = mxUtils.bind(this, function(sender, evt) argument
13054 this.editingHandler = mxUtils.bind(this, function(sender, evt) argument
13190 this.changeHandler = mxUtils.bind(this, function(sender, evt) argument