Searched refs:readGraphFile (Results 1 – 1 of 1) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | ElectronApp.js | 830 this.readGraphFile(success, error, path); 998 this.readGraphFile(fn, mxUtils.bind(this, function(err) 1025 App.prototype.readGraphFile = function(fn, fnErr, path) method in App 1198 this.ui.readGraphFile(mxUtils.bind(this, function(fileEntry, data, stat, name, isModified) 1249 this.ui.readGraphFile(mxUtils.bind(this, function(fileEntry, data, stat, name, isModified) 2146 this.readGraphFile(mxUtils.bind(this, function(fileEntry, data, stat)
|