Lines Matching refs:apply

23 		var bounds = graphGetGraphBounds.apply(this, arguments);
447 graphHandlerStart.apply(this, arguments);
475 return spaceKeyPressed || hoverIconsIsResetEvent.apply(this, arguments);
513 return panningHandlerIsForcePanningEvent.apply(this, arguments) ||
526 return cellEditorIsStopEditingEvent.apply(this, arguments) ||
537 return spaceKeyPressed || graphIsZoomWheelEvent.apply(this, arguments);
599 cellEditorStartEditing.apply(this, arguments);
646 cellEditorStopEditing.apply(this, arguments);
681 graphFireMouseEvent.apply(this, arguments);
1175 graphSetDefaultParent.apply(this, arguments);
1227 return popupMenuHandlerIsMenuShowing.apply(this, arguments) || ui.shapePicker != null;
1251 graphDblClick.apply(this, arguments);
1264 hoverIconsDrag.apply(this, arguments);
1308 hoverIconsExecute.apply(this, arguments);
1862 mxClipboardCut.apply(this, arguments);
1936 result = mxClipboardPaste.apply(this, arguments);
1949 cellEditorStartEditing.apply(this, arguments);
1957 cellEditorStopEditing.apply(this, arguments);
2637 graphViewValidate.apply(this, arguments);
2691 graphSizeDidChange.apply(this, arguments);
3194 mxPopupMenu.prototype.hideMenu.apply(menu, arguments);
3743 cellEditorStartEditing.apply(this, arguments);
3751 cellEditorStopEditing.apply(this, arguments);
4420 EditorUi.prototype.pickColor = function(color, apply) argument
4430 apply(color);
4983 EditorUi.prototype.showBackgroundImageDialog = function(apply, img) argument
4985 apply = (apply != null) ? apply : mxUtils.bind(this, function(image)
5001 apply(new mxImage(newValue, img.width, img.height), false);
5005 apply(null, true);
5013 apply(null);
5092 !mxClient.IS_FF && !mxClient.IS_SF)) && isEventIgnored.apply(this, arguments));
5327 return keyHandlerGetFunction.apply(this, arguments);
5374 keyHandlerEscape.apply(this, arguments);