HomeSort by relevance Sort by last modified time
    Searched refs:PlatformFileError (Results 101 - 125 of 254) sorted by null

1 2 3 45 6 7 8 91011

  /external/chromium_org/webkit/common/fileapi/
file_system_util.h 132 PlatformFileErrorToWebFileError(base::PlatformFileError error_code);
166 // Translates the net::Error to base::PlatformFileError.
167 WEBKIT_STORAGE_COMMON_EXPORT base::PlatformFileError
  /external/chromium_org/chrome/browser/chromeos/drive/
webkit_file_stream_writer_impl.h 60 base::PlatformFileError open_result,
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
av_scanning_file_validator.cc 29 base::PlatformFileError ScanFile(
itunes_file_util.cc 30 base::PlatformFileError MakeDirectoryFileInfo(
90 base::PlatformFileError ITunesFileUtil::GetFileInfoSync(
152 base::PlatformFileError ITunesFileUtil::ReadDirectorySync(
250 base::PlatformFileError ITunesFileUtil::DeleteDirectorySync(
256 base::PlatformFileError ITunesFileUtil::DeleteFileSync(
262 base::PlatformFileError ITunesFileUtil::CreateSnapshotFileSync(
284 base::PlatformFileError ITunesFileUtil::GetLocalFilePath(
media_file_system_backend.cc 150 fileapi::FileSystemType type, base::PlatformFileError* error_code) {
173 base::PlatformFileError* error_code) const {
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_task_helper.h 138 base::PlatformFileError error) const;
  /external/chromium_org/content/browser/loader/
redirect_to_file_resource_handler.h 59 void DidCreateTemporaryFile(base::PlatformFileError error_code,
  /external/chromium_org/content/browser/renderer_host/pepper/
quota_reservation.h 77 base::PlatformFileError error);
  /external/chromium_org/content/public/test/
test_file_system_backend.cc 37 virtual base::PlatformFileError GetLocalFilePath(
64 virtual base::PlatformFileError DeleteOriginDataOnFileThread(
191 FileSystemType type, base::PlatformFileError* error_code) {
211 base::PlatformFileError* error_code) const {
  /external/chromium_org/content/renderer/pepper/
pepper_file_system_host.h 57 void DidFailOpenFileSystem(base::PlatformFileError error);
  /external/chromium_org/webkit/browser/blob/
local_file_stream_reader.h 63 base::PlatformFileError error,
  /external/chromium_org/webkit/browser/fileapi/
file_system_file_stream_reader.h 56 base::PlatformFileError file_error,
file_system_quota_util.h 41 virtual base::PlatformFileError DeleteOriginDataOnFileThread(
file_system_url_request_job.h 64 base::PlatformFileError error_code,
sandbox_file_stream_writer.h 55 base::PlatformFileError file_error,
sandbox_file_system_backend_delegate.h 112 base::PlatformFileError* error_code) const;
125 virtual base::PlatformFileError DeleteOriginDataOnFileThread(
172 void CollectOpenFileSystemMetrics(base::PlatformFileError error_code);
216 base::PlatformFileError* error_out);
test_file_set.cc 49 base::PlatformFileError error_code;
file_system_operation_impl.cc 315 base::PlatformFileError FileSystemOperationImpl::SyncGetPlatformPath(
459 base::PlatformFileError rv, bool created) {
469 base::PlatformFileError rv, bool /* created */) {
475 base::PlatformFileError rv) {
491 base::PlatformFileError rv,
500 base::PlatformFileError rv,
510 base::PlatformFileError rv) {
529 base::PlatformFileError rv,
548 base::PlatformFileError rv,
async_file_util_adapter.cc 22 using base::PlatformFileError;
45 base::PlatformFileError error_;
79 base::PlatformFileError error_;
95 PlatformFileError error = file_util->GetFileInfo(
126 base::PlatformFileError error_;
133 base::PlatformFileError result,
  /external/chromium_org/webkit/browser/fileapi/quota/
quota_backend_impl.h 83 base::PlatformFileError GetUsageCachePath(
quota_reservation_buffer.h 63 base::PlatformFileError error);
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_delegate_impl_win.cc 153 base::PlatformFileError GetFileInfoOnBlockingPoolThread(
179 base::PlatformFileError ReadDirectoryOnBlockingPoolThread(
187 base::PlatformFileError error = GetFileInfoOnBlockingPoolThread(device_info,
218 base::PlatformFileError GetFileStreamOnBlockingPoolThread(
238 base::PlatformFileError error =
351 const base::Callback<base::PlatformFileError(void)>& task,
352 const base::Callback<void(base::PlatformFileError)>& reply)
523 base::PlatformFileError error) {
538 base::PlatformFileError error) {
551 base::PlatformFileError error)
    [all...]
  /external/chromium_org/base/
platform_file_posix.cc 78 static PlatformFileError CallFctnlFlock(PlatformFile file, bool do_lock) {
112 static PlatformFileError CallFctnlFlock(PlatformFile file, bool do_lock) {
126 PlatformFileError* error) {
425 PlatformFileError LockPlatformFile(PlatformFile file) {
429 PlatformFileError UnlockPlatformFile(PlatformFile file) {
433 PlatformFileError ErrnoToPlatformFileError(int saved_errno) {
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_operation_runner_unittest.cc 30 using base::PlatformFileError;
101 PlatformFileError expect) {
113 PlatformFileError status, int64 bytes, bool complete) {
122 PlatformFileError expect, PlatformFileError status) {
140 PlatformFileError write_status_;
  /external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.h 30 void RespondFailedOnUIThread(base::PlatformFileError error_code);
67 void RespondFailedOnUIThread(base::PlatformFileError error_code);

Completed in 1595 milliseconds

1 2 3 45 6 7 8 91011