Lines Matching defs:title
13 StorageFile = function(ui, data, title) argument
107 StorageFile.prototype.saveAs = function(title, success, error) argument
119 StorageFile.insertFile = function(ui, title, data, success, error) argument
159 StorageFile.getFileContent = function(ui, title, success, error) argument
184 StorageFile.getFileInfo = function(ui, title, success, error) argument
196 success(data != null? {title: title} : null); property
212 StorageFile.prototype.saveFile = function(title, revision, success, error) argument
247 title: this.title, property
252 title: this.title, property
303 StorageFile.prototype.rename = function(title, success, error) argument
404 title: key, property
425 …lsFilesInfo.push({title: '.scratchpad', type: 'L'}); //Adding scratchpad also since it is a librar… property
435 title: lsFileInfo.title, property
485 StorageFile.deleteFile = function(ui, title, success, error) argument