Searched refs:fileSystemType (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
D | WorkerGlobalScopeFileSystem.cpp | 56 FileSystemType fileSystemType = static_cast<FileSystemType>(type); in webkitRequestFileSystem() local 57 if (!DOMFileSystemBase::isValidType(fileSystemType)) { in webkitRequestFileSystem() 62 …questFileSystem(worker, fileSystemType, size, FileSystemCallbacks::create(successCallback, errorCa… in webkitRequestFileSystem() 73 FileSystemType fileSystemType = static_cast<FileSystemType>(type); in webkitRequestFileSystemSync() local 74 if (!DOMFileSystemBase::isValidType(fileSystemType)) { in webkitRequestFileSystemSync() 80 …eSystemCallbacks::create(helper.successCallback(), helper.errorCallback(), worker, fileSystemType); in webkitRequestFileSystemSync() 83 …LocalFileSystem::from(worker)->requestFileSystem(worker, fileSystemType, size, callbacks.release()… in webkitRequestFileSystemSync()
|
D | DOMWindowFileSystem.cpp | 65 FileSystemType fileSystemType = static_cast<FileSystemType>(type); in webkitRequestFileSystem() local 66 if (!DOMFileSystemBase::isValidType(fileSystemType)) { in webkitRequestFileSystem() 71 …stFileSystem(document, fileSystemType, size, FileSystemCallbacks::create(successCallback, errorCal… in webkitRequestFileSystem()
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
D | sync_file_system_custom_bindings.js | 72 entry.fileSystemType, 92 args[0].fileSystemType,
|