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

1 2 3 4 56 7 8 91011

  /external/chromium_org/content/browser/indexed_db/
indexed_db_cleanup_on_io_error_unittest.cc 133 MockErrorLevelDBFactory<base::PlatformFileError> mock_leveldb_factory2(
152 MockErrorLevelDBFactory<base::PlatformFileError> mock_leveldb_factory4(
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_external_file_ref_backend.cc 136 base::PlatformFileError error) {
143 const base::PlatformFileError error,
pepper_file_system_browser_host.h 106 base::PlatformFileError error);
119 base::PlatformFileError error);
quota_reservation.cc 56 base::PlatformFileError error =
114 base::PlatformFileError error) {
pepper_internal_file_ref_backend.cc 88 base::PlatformFileError error) {
181 base::PlatformFileError error,
210 base::PlatformFileError error,
  /external/chromium_org/content/child/fileapi/
file_system_dispatcher.h 39 typedef base::Callback<void(base::PlatformFileError error)> StatusCallback;
156 void OnDidFail(int request_id, base::PlatformFileError error_code);
  /external/chromium_org/webkit/browser/fileapi/quota/
quota_backend_impl.cc 134 base::PlatformFileError QuotaBackendImpl::GetUsageCachePath(
141 base::PlatformFileError error = base::PLATFORM_FILE_OK;
quota_reservation_buffer.cc 95 base::PlatformFileError error) {
quota_reservation_manager.h 31 typedef base::Callback<bool(base::PlatformFileError error)>
  /external/chromium_org/base/
platform_file_win.cc 18 PlatformFileError* error) {
275 PlatformFileError LockPlatformFile(PlatformFile file) {
282 PlatformFileError UnlockPlatformFile(PlatformFile file) {
289 PlatformFileError LastErrorToPlatformFileError(DWORD last_error) {
  /external/chromium_org/chrome/browser/chromeos/drive/
file_errors.cc 75 base::PlatformFileError FileErrorToPlatformError(FileError error) {
async_file_util.cc 52 base::PlatformFileError error,
70 base::PlatformFileError error) {
82 base::PlatformFileError error) {
98 base::PlatformFileError error,
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
picasa_data_provider.h 50 base::PlatformFileError* error);
  /external/chromium_org/components/nacl/browser/
nacl_browser.h 140 void OnIrtOpened(base::PlatformFileError error_code,
  /external/chromium_org/content/common/fileapi/
file_system_messages.h 72 base::PlatformFileError /* error_code */)
  /external/chromium_org/ppapi/shared_impl/
file_type_conversion.cc 14 int PlatformFileErrorToPepperError(base::PlatformFileError error_code) {
  /external/chromium_org/webkit/browser/fileapi/
sandbox_directory_database.h 72 base::PlatformFileError AddFileInfo(const FileInfo& info, FileId* file_id);
file_writer_delegate.cc 171 void FileWriterDelegate::OnError(base::PlatformFileError error) {
212 base::PlatformFileError error,
222 void FileWriterDelegate::OnFlushed(base::PlatformFileError error,
  /external/chromium_org/third_party/leveldatabase/
env_chromium.h 57 base::PlatformFileError error);
85 base::PlatformFileError error) const = 0;
208 base::PlatformFileError error) const;
env_chromium.cc 104 const char* PlatformFileErrorString(const ::base::PlatformFileError& error) {
240 bool ShouldKeepTrying(base::PlatformFileError last_error) {
259 base::PlatformFileError last_error_;
348 base::PlatformFileError error) {
469 static_cast<base::PlatformFileError>(error) ==
656 ::base::PlatformFileError error_code;
750 static base::PlatformFileError GetDirectoryEntries(
772 base::PlatformFileError return_value = base::PLATFORM_FILE_OK;
779 static base::PlatformFileError GetDirectoryEntries(
807 base::PlatformFileError error
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_delegate_impl_linux.cc 88 const base::Callback<void(base::PlatformFileError)>& error_callback) {
110 const base::Callback<void(base::PlatformFileError)>& error_callback) {
386 base::PlatformFileError error = base::PLATFORM_FILE_OK;
432 base::PlatformFileError error) {
444 base::PlatformFileError error) {
  /external/chromium_org/content/browser/fileapi/
sandbox_file_system_backend_unittest.cc 69 void DidOpenFileSystem(base::PlatformFileError* error_out,
72 base::PlatformFileError error) {
116 base::PlatformFileError error = base::PLATFORM_FILE_OK;
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
event_router.h 76 base::PlatformFileError error);
  /external/chromium_org/chrome/browser/chromeos/file_manager/
zip_file_creator.cc 74 base::PlatformFileError error_code = base::PLATFORM_FILE_OK;
  /external/chromium_org/chrome/browser/media/
webrtc_log_uploader_unittest.cc 57 base::PlatformFileError error = base::PLATFORM_FILE_OK;

Completed in 849 milliseconds

1 2 3 4 56 7 8 91011