Home
last modified time | relevance | path

Searched refs:openLocalFile (Results 1 – 2 of 2) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js11017 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 DElectronApp.js1071 this.openLocalFile(this.emptyDiagramXml, this.defaultFilename);