Searched refs:getXmlFile (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DriveClient.js | 1003 this.getXmlFile(resp, success, error); 1031 this.getXmlFile(resp, success, error, true, readLibrary); 1035 this.getXmlFile(resp, success, error); 1072 DriveClient.prototype.getXmlFile = function(resp, success, error, ignoreMime, readLibrary) method in DriveClient
|
H A D | DriveFile.js | 566 this.ui.drive.getXmlFile(item, mxUtils.bind(this, function(file)
|