HomeSort by relevance Sort by last modified time
    Searched refs:file_error (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/content/browser/download/
download_interrupt_reasons_impl.h 23 net::Error file_error, DownloadInterruptSource source);
  /external/chromium_org/net/base/
net_errors.cc 48 base::PlatformFileError file_error) {
49 switch (file_error) {
net_errors.h 56 base::PlatformFileError file_error);
  /external/chromium_org/chrome/browser/sync_file_system/
sync_status_code.h 69 base::PlatformFileError file_error);
sync_status_code.cc 108 base::PlatformFileError file_error) {
109 switch (file_error) {
  /external/chromium_org/webkit/browser/fileapi/
file_system_file_stream_reader.cc 102 base::PlatformFileError file_error,
110 if (file_error != base::PLATFORM_FILE_OK) {
111 error_callback.Run(net::PlatformFileErrorToNetError(file_error));
file_system_file_stream_reader.h 60 base::PlatformFileError file_error,
sandbox_file_stream_writer.h 55 base::PlatformFileError file_error,
sandbox_file_stream_writer.cc 115 base::PlatformFileError file_error,
123 if (file_error != base::PLATFORM_FILE_OK) {
124 callback.Run(net::PlatformFileErrorToNetError(file_error));
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_context.cc 672 base::PlatformFileError file_error = file_util->GetFileInfo( local
679 file_error != base::PLATFORM_FILE_OK &&
680 file_error != base::PLATFORM_FILE_ERROR_NOT_FOUND)
681 status = PlatformFileErrorToSyncStatusCode(file_error);
686 if (file_error == base::PLATFORM_FILE_ERROR_NOT_FOUND)
719 base::PlatformFileError file_error) {
724 PlatformFileErrorToSyncStatusCode(file_error)));
730 base::PlatformFileError file_error,
734 if (file_error == base::PLATFORM_FILE_OK) {
743 PlatformFileErrorToSyncStatusCode(file_error),
    [all...]
local_file_sync_context.h 244 base::PlatformFileError file_error);
248 base::PlatformFileError file_error,
  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
sync_file_system_api.cc 281 SyncStatusCode file_error = it->second.first; local
289 if (file_error == sync_file_system::SYNC_STATUS_OK)
292 sync_file_system::SyncStatusCodeToString(file_error));
  /external/chromium_org/chrome/browser/nacl_host/
pnacl_host.h 155 void OnBufferCopiedToTempFile(const TranslationID& id, int file_error);
pnacl_host.cc 484 int file_error) {
490 if (file_error == -1) {

Completed in 963 milliseconds