HomeSort by relevance Sort by last modified time
    Searched refs:PlatformFileError (Results 26 - 50 of 234) sorted by null

12 3 4 5 6 7 8 910

  /external/chromium_org/chrome/browser/sync_file_system/local/
canned_syncable_file_system.cc 33 using base::PlatformFileError;
99 base::PlatformFileError result,
119 base::PlatformFileError result,
134 base::PlatformFileError error,
163 PlatformFileError error, int64 bytes, bool complete) {
267 PlatformFileError CannedSyncableFileSystem::OpenFileSystem() {
312 PlatformFileError CannedSyncableFileSystem::CreateDirectory(
314 return RunOnThread<PlatformFileError>(
322 PlatformFileError CannedSyncableFileSystem::CreateFile(
324 return RunOnThread<PlatformFileError>(
    [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/webkit/browser/fileapi/
file_system_operation_runner.h 227 base::PlatformFileError SyncGetPlatformPath(const FileSystemURL& url,
236 base::PlatformFileError rv);
239 base::PlatformFileError rv,
243 base::PlatformFileError rv,
248 base::PlatformFileError rv,
254 base::PlatformFileError rv,
261 base::PlatformFileError rv,
273 base::PlatformFileError* error);
copy_or_move_file_validator.h 24 typedef base::Callback<void(base::PlatformFileError result)> ResultCallback;
file_system_backend.h 47 base::PlatformFileError error)>
84 FileSystemType type, base::PlatformFileError* error_code) = 0;
95 base::PlatformFileError* error_code) const = 0;
recursive_operation_delegate.cc 74 void RecursiveOperationDelegate::DidProcessFile(base::PlatformFileError error) {
86 base::PlatformFileError error) {
98 base::PlatformFileError error,
131 base::PlatformFileError previous_error,
132 base::PlatformFileError error) {
file_system_operation_runner.cc 33 base::PlatformFileError error = base::PLATFORM_FILE_OK;
54 base::PlatformFileError error = base::PLATFORM_FILE_OK;
74 base::PlatformFileError error = base::PLATFORM_FILE_OK;
95 base::PlatformFileError error = base::PLATFORM_FILE_OK;
115 base::PlatformFileError error = base::PLATFORM_FILE_OK;
134 base::PlatformFileError error = base::PLATFORM_FILE_OK;
153 base::PlatformFileError error = base::PLATFORM_FILE_OK;
172 base::PlatformFileError error = base::PLATFORM_FILE_OK;
191 base::PlatformFileError error = base::PLATFORM_FILE_OK;
213 base::PlatformFileError error = base::PLATFORM_FILE_OK
    [all...]
remove_operation_delegate.cc 56 base::PlatformFileError error) {
66 base::PlatformFileError error) {
75 base::PlatformFileError error) {
isolated_file_util.cc 18 using base::PlatformFileError;
63 PlatformFileError IsolatedFileUtil::GetLocalFilePath(
81 PlatformFileError DraggedFileUtil::GetFileInfo(
100 base::PlatformFileError error =
  /external/chromium_org/webkit/renderer/fileapi/
webfilewriter_base.h 34 void DidFinish(base::PlatformFileError error_code);
38 void DidFail(base::PlatformFileError error_code);
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_file_util.h 44 virtual base::PlatformFileError GetFileInfoSync(
49 virtual base::PlatformFileError ReadDirectorySync(
53 virtual base::PlatformFileError CreateSnapshotFileSync(
59 virtual base::PlatformFileError GetLocalFilePath(
native_media_file_util.h 27 static base::PlatformFileError IsMediaFile(const base::FilePath& path);
134 virtual base::PlatformFileError CreateDirectorySync(
139 virtual base::PlatformFileError CopyOrMoveFileSync(
144 virtual base::PlatformFileError CopyInForeignFileSync(
148 virtual base::PlatformFileError GetFileInfoSync(
155 virtual base::PlatformFileError GetLocalFilePath(
159 virtual base::PlatformFileError ReadDirectorySync(
164 virtual base::PlatformFileError DeleteDirectorySync(
167 virtual base::PlatformFileError CreateSnapshotFileSync(
183 base::PlatformFileError GetFilteredLocalFilePath
    [all...]
  /external/chromium_org/net/base/
net_errors.h 56 base::PlatformFileError file_error);
net_errors.cc 48 base::PlatformFileError file_error) {
  /external/chromium_org/chrome/browser/media_galleries/fileapi/picasa/
picasa_file_util.h 34 virtual base::PlatformFileError GetFileInfoSync(
39 virtual base::PlatformFileError ReadDirectorySync(
43 virtual base::PlatformFileError GetLocalFilePath(
  /external/chromium_org/base/
platform_file.h 60 enum PlatformFileError {
120 PlatformFileError LastErrorToPlatformFileError(DWORD saved_errno);
124 PlatformFileError ErrnoToPlatformFileError(int saved_errno);
137 PlatformFileError* error);
144 PlatformFileError* error);
  /external/chromium_org/content/browser/fileapi/
fileapi_message_filter.h 161 void DidFinish(int request_id, base::PlatformFileError result);
162 void DidCancel(int request_id, base::PlatformFileError result);
164 base::PlatformFileError result,
167 base::PlatformFileError result,
172 base::PlatformFileError result,
177 base::PlatformFileError result,
181 base::PlatformFileError result,
185 base::PlatformFileError result);
189 base::PlatformFileError result,
197 base::PlatformFileError* error)
    [all...]
browser_file_system_helper.h 41 base::PlatformFileError* error);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_file_system.h 45 void RespondFailedOnUIThread(base::PlatformFileError error_code);
50 base::PlatformFileError result,
56 void DidFail(base::PlatformFileError error_code);
  /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/content/browser/renderer_host/pepper/
pepper_internal_file_ref_backend.h 61 base::PlatformFileError error);
66 base::PlatformFileError error,
70 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/chrome/browser/sync_file_system/
sync_status_code.h 26 // Basic ones that could be directly mapped to PlatformFileError.
69 base::PlatformFileError file_error);
  /external/chromium_org/content/browser/renderer_host/
file_utilities_message_filter.h 41 base::PlatformFileError* status);
  /external/chromium_org/content/child/fileapi/
webfilesystem_callback_adapters.cc 31 base::PlatformFileError error) {

Completed in 1420 milliseconds

12 3 4 5 6 7 8 910