Searched refs:openLocalFile (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | EditorUi.js | 11017 this.openLocalFile(xml, null, true); 11026 this.openLocalFile(req.getText(), null, true); 11048 this.openLocalFile(data, null, true); 11168 this.openLocalFile(this.emptyDiagramXml, this.defaultFilename, temp); 11182 this.openLocalFile(xml, name, temp); 11235 this.openLocalFile(xml, name, temp); 11249 this.openLocalFile(this.emptyDiagramXml, this.defaultFilename, temp); 11270 this.openLocalFile(data, name, temp); 11292 this.openLocalFile(data, name, temp, fileHandle, (fileHandle != null) ? file : null); 11347 EditorUi.prototype.openLocalFile = function(data, name, temp, fileHandle, desc) method in EditorUi
|
H A D | ElectronApp.js | 1071 this.openLocalFile(this.emptyDiagramXml, this.defaultFilename);
|