Lines Matching refs:tempFile
4702 App.prototype.createFile = function(title, data, libs, mode, done, replace, folderId, tempFile, cli… argument
4704 mode = (tempFile) ? null : ((mode != null) ? mode : this.mode);
4800 else if (!tempFile && mode == App.MODE_DEVICE && EditorUi.nativeFileSupport)
5030 var tempFile = this.getCurrentFile();
5031 window.location.hash = (tempFile != null) ? tempFile.getHash() : '';
5040 var tempFile = this.getCurrentFile();
5041 window.location.hash = (tempFile != null) ? tempFile.getHash() : '';
5096 var tempFile = new LocalFile(this, data, (urlParams['title'] != null) ?
5098 tempFile.getHash = function() method
5102 this.fileLoaded(tempFile);
5230 var tempFile = new LocalFile(this, text, (urlParams['title'] != null) ?
5232 tempFile.getHash = function()
5237 if (this.fileLoaded(tempFile, true))