Home | History | Annotate | Download | only in externs

Lines Matching refs:fileSystem

3275  * @param {{interactive: (string|undefined)}|function(!Array.<!FileSystem>)}
3278 * @param {function(!Array.<!FileSystem>)=} opt_callback A success callback if
3286 * @param {function(!Array.<!FileSystem>, string)} callback Callback function.
3296 * @param {function(!Array.<!FileSystem>)} callback Callback function.
3315 * @param {!FileSystem} mediaFileSystem The file system to get metadata for.
5481 * The {@code chrome.fileSystem} API makes use of the Entry and FileEntry types
5484 * @see http://developer.chrome.com/apps/fileSystem.html
5486 chrome.fileSystem = {};
5492 * {@code chrome.fileSystem.chooseEntry} or
5493 * {@code chrome.fileSystem.restoreEntry}.
5495 fileSystem.html#method-getDisplayPath
5497 chrome.fileSystem.getDisplayPath = function(entry, callback) {};
5503 * @see http://developer.chrome.com/apps/fileSystem.html#method-getWritableEntry
5505 chrome.fileSystem.getWritableEntry = function(entry, callback) {};
5511 * @see http://developer.chrome.com/apps/fileSystem.html#method-isWritableEntry
5513 chrome.fileSystem.isWritableEntry = function(entry, callback) {};
5522 * @see http://developer.chrome.com/apps/fileSystem.html#method-chooseEntry
5524 chrome.fileSystem.AcceptsOption;
5531 * accepts: (!Array.<!chrome.fileSystem.AcceptsOption>|undefined),
5535 * @see http://developer.chrome.com/apps/fileSystem.html#method-chooseEntry
5537 chrome.fileSystem.ChooseEntryOptions;
5541 * @param {!chrome.fileSystem.ChooseEntryOptions|
5546 * @see http://developer.chrome.com/apps/fileSystem.html#method-chooseEntry
5548 chrome.fileSystem.chooseEntry = function(optionsOrCallback, opt_callback) {};
5554 * @see http://developer.chrome.com/apps/fileSystem.html#method-restoreEntry
5556 chrome.fileSystem.restoreEntry = function(id, callback) {};
5562 * @see http://developer.chrome.com/apps/fileSystem.html#method-isRestorable
5564 chrome.fileSystem.isRestorable = function(id, callback) {};
5571 * @see http://developer.chrome.com/apps/fileSystem.html#method-retainEntry
5573 chrome.fileSystem.retainEntry = function(entry) {};