/external/chromium_org/webkit/browser/fileapi/ |
async_file_util.h | 51 void(base::PlatformFileError result)> StatusCallback; 57 void(base::PlatformFileError result, 62 void(base::PlatformFileError result, 66 void(base::PlatformFileError result, 71 void(base::PlatformFileError result, 76 void(base::PlatformFileError result,
|
copy_or_move_file_validator.h | 24 typedef base::Callback<void(base::PlatformFileError result)> ResultCallback;
|
dragged_file_util.h | 26 virtual base::PlatformFileError GetFileInfo(
|
file_system_backend.h | 47 base::PlatformFileError error)> 79 FileSystemType type, base::PlatformFileError* error_code) = 0; 90 base::PlatformFileError* error_code) const = 0;
|
native_file_util.cc | 76 using base::PlatformFileError; 126 PlatformFileError NativeFileUtil::CreateOrOpen( 135 PlatformFileError error_code = base::PLATFORM_FILE_OK; 141 PlatformFileError NativeFileUtil::Close(PlatformFile file_handle) { 147 PlatformFileError NativeFileUtil::EnsureFileExists( 153 PlatformFileError error_code = base::PLATFORM_FILE_OK; 171 PlatformFileError NativeFileUtil::CreateDirectory( 200 PlatformFileError NativeFileUtil::GetFileInfo( 219 PlatformFileError NativeFileUtil::Touch( 228 PlatformFileError NativeFileUtil::Truncate [all...] |
file_system_operation.h | 69 typedef base::Callback<void(base::PlatformFileError result)> StatusCallback; 74 void(base::PlatformFileError result, 81 void(base::PlatformFileError result, 92 void(base::PlatformFileError result, 118 void(base::PlatformFileError result, 224 typedef base::Callback<void(base::PlatformFileError result, 455 virtual base::PlatformFileError SyncGetPlatformPath(
|
copy_or_move_operation_delegate.h | 122 base::PlatformFileError error); 124 base::PlatformFileError error); 131 base::PlatformFileError error); 135 base::PlatformFileError error, 139 base::PlatformFileError error); 141 base::PlatformFileError error);
|
dragged_file_util.cc | 18 using base::PlatformFileError; 63 PlatformFileError DraggedFileUtil::GetFileInfo( 82 base::PlatformFileError error =
|
file_system_operation_impl.h | 93 virtual base::PlatformFileError SyncGetPlatformPath( 154 base::PlatformFileError rv, 159 base::PlatformFileError rv, 163 base::PlatformFileError rv); 165 base::PlatformFileError rv, 168 base::PlatformFileError rv, 172 base::PlatformFileError rv); 175 base::PlatformFileError rv, 179 base::PlatformFileError rv,
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
native_media_file_util.h | 25 static base::PlatformFileError IsMediaFile(const base::FilePath& path); 140 virtual base::PlatformFileError CreateDirectorySync( 145 virtual base::PlatformFileError CopyOrMoveFileSync( 151 virtual base::PlatformFileError CopyInForeignFileSync( 155 virtual base::PlatformFileError GetFileInfoSync( 162 virtual base::PlatformFileError GetLocalFilePath( 166 virtual base::PlatformFileError ReadDirectorySync( 170 virtual base::PlatformFileError DeleteFileSync( 174 virtual base::PlatformFileError DeleteDirectorySync( 177 virtual base::PlatformFileError CreateSnapshotFileSync [all...] |
native_media_file_util.cc | 87 base::PlatformFileError NativeMediaFileUtil::IsMediaFile( 91 base::PlatformFileError error = 310 base::PlatformFileError error = 324 base::PlatformFileError error = 338 base::PlatformFileError error = 354 base::PlatformFileError error = 368 base::PlatformFileError error = 381 base::PlatformFileError error = DeleteFileSync(context.get(), url); 393 base::PlatformFileError error = DeleteDirectorySync(context.get(), url); 408 base::PlatformFileError error [all...] |
/external/chromium/base/ |
file_util_proxy.h | 35 typedef Callback1<PlatformFileError /* error code */>::Type StatusCallback; 37 typedef Callback3<PlatformFileError /* error code */, 40 typedef Callback3<PlatformFileError /* error code */, 43 typedef Callback2<PlatformFileError /* error code */, 45 typedef Callback2<PlatformFileError /* error code */, 48 typedef Callback2<PlatformFileError /* error code */, 50 typedef Callback3<PlatformFileError /* error code */, 53 typedef Callback2<PlatformFileError /* error code */,
|
/external/chromium_org/chrome/browser/sync_file_system/ |
sync_status_code.h | 26 // Basic ones that could be directly mapped to PlatformFileError. 71 base::PlatformFileError file_error); 73 base::PlatformFileError SyncStatusCodeToPlatformFileError(
|
/external/chromium_org/content/child/fileapi/ |
webfilewriter_base.h | 33 void DidFinish(base::PlatformFileError error_code); 37 void DidFail(base::PlatformFileError error_code);
|
/external/chromium_org/webkit/browser/fileapi/quota/ |
quota_reservation.h | 27 typedef base::Callback<void(base::PlatformFileError error)> StatusCallback; 71 base::PlatformFileError error); 74 base::PlatformFileError error);
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_file_io_host.h | 31 typedef base::Callback<void (base::PlatformFileError)> 77 // Callback handlers. These mostly convert the PlatformFileError to the 83 base::PlatformFileError error_code); 86 base::PlatformFileError error_code, 91 base::PlatformFileError error_code, 100 base::PlatformFileError result, 125 void DidCloseFile(base::PlatformFileError error);
|
pepper_internal_file_ref_backend.h | 59 base::PlatformFileError error); 64 base::PlatformFileError error, 68 base::PlatformFileError error,
|
/external/chromium_org/chrome/browser/devtools/ |
devtools_file_system_indexer.h | 54 void StartFileIndexing(base::PlatformFileError error, 58 void OnRead(base::PlatformFileError error, 63 void CloseCallback(base::PlatformFileError error);
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
file_errors.h | 42 // Returns a PlatformFileError that corresponds to the FileError provided. 43 base::PlatformFileError FileErrorToPlatformError(FileError error);
|
/external/chromium_org/content/browser/fileapi/ |
fileapi_message_filter.h | 165 void DidFinish(int request_id, base::PlatformFileError result); 166 void DidCancel(int request_id, base::PlatformFileError result); 168 base::PlatformFileError result, 171 base::PlatformFileError result, 175 base::PlatformFileError result, 181 base::PlatformFileError result); 183 base::PlatformFileError result, 188 base::PlatformFileError result); 192 base::PlatformFileError result,
|
/external/chromium_org/content/browser/renderer_host/ |
file_utilities_message_filter.h | 41 base::PlatformFileError* status);
|
/external/chromium_org/net/base/ |
net_errors.cc | 48 base::PlatformFileError file_error) {
|
net_errors.h | 58 base::PlatformFileError file_error);
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
canned_syncable_file_system.cc | 35 using base::PlatformFileError; 101 base::PlatformFileError result, 121 base::PlatformFileError result, 136 base::PlatformFileError error, 169 PlatformFileError error, int64 bytes, bool complete) { 273 PlatformFileError CannedSyncableFileSystem::OpenFileSystem() { 321 PlatformFileError CannedSyncableFileSystem::CreateDirectory( 323 return RunOnThread<PlatformFileError>( 331 PlatformFileError CannedSyncableFileSystem::CreateFile( 333 return RunOnThread<PlatformFileError>( [all...] |
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/ |
sync_file_system_api.h | 38 void DidDeleteFileSystem(base::PlatformFileError error); 118 base::PlatformFileError error);
|