Searched refs:file_system (Results 201 - 212 of 212) sorted by relevance

123456789

/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddrive_integration_service.cc18 #include "chrome/browser/chromeos/drive/file_system.h"
276 download_handler_.reset(new DownloadHandler(file_system()));
278 resource_metadata_.get(), file_system(), blocking_task_runner_.get()));
/external/chromium_org/chrome/browser/chromeos/drive/sync/
H A Dentry_update_performer_unittest.cc12 #include "chrome/browser/chromeos/drive/file_system/download_operation.h"
13 #include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
26 class EntryUpdatePerformerTest : public file_system::OperationTestBase {
132 file_system::DownloadOperation download_operation(
H A Dentry_update_performer.cc13 #include "chrome/browser/chromeos/drive/file_system/operation_delegate.h"
190 file_system::OperationDelegate* delegate,
/external/chromium_org/chrome/browser/ui/ash/
H A Dscreenshot_taker.cc149 drive::FileSystemInterface* file_system = variable
151 file_system->GetFile(
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dnew_github_file_system_test.py16 from file_system import FileNotFoundError, StatInfo
80 # Update the file_system used by FakeURLFSFetcher so the above mutations
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dvolume_manager.cc514 drive::FileSystemInterface* const file_system = member in class:file_manager::drive
516 if (file_system) {
517 file_system->MarkCacheFileAsUnmounted(
H A Dfile_manager_browsertest.cc354 integration_service_->file_system()->GetResourceEntry(
447 if (integration_service_ && integration_service_->file_system()) {
448 integration_service_->file_system()->CheckForUpdates();
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c539 static PP_Resource Pnacl_M14_PPB_FileRef_Create(PP_Resource file_system, const char* path) { argument
541 return iface->Create(file_system, path);
593 static PP_Resource Pnacl_M28_PPB_FileRef_Create(PP_Resource file_system, const char* path) { argument
595 return iface->Create(file_system, path);
657 static PP_Resource Pnacl_M34_PPB_FileRef_Create(PP_Resource file_system, const char* path) { argument
659 return iface->Create(file_system, path);
731 static int32_t Pnacl_M14_PPB_FileSystem_Open(PP_Resource file_system, int64_t expected_size, struct PP_CompletionCallback* callback) { argument
733 return iface->Open(file_system, expected_size, *callback);
736 static PP_FileSystemType Pnacl_M14_PPB_FileSystem_GetType(PP_Resource file_system) { argument
738 return iface->GetType(file_system);
2840 Pnacl_M28_PPB_Ext_CrxFileSystem_Private_Open(PP_Instance instance, PP_Resource* file_system, struct PP_CompletionCallback* callback) argument
3449 Pnacl_M33_PPB_IsolatedFileSystem_Private_Open(PP_Instance instance, PP_IsolatedFileSystemType_Private type, PP_Resource* file_system, struct PP_CompletionCallback* callback) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dcopy_operation.cc5 #include "chrome/browser/chromeos/drive/file_system/copy_operation.h"
13 #include "chrome/browser/chromeos/drive/file_system/create_file_operation.h"
14 #include "chrome/browser/chromeos/drive/file_system/operation_delegate.h"
26 namespace file_system { namespace in namespace:drive
669 } // namespace file_system
H A Dcopy_operation_unittest.cc5 #include "chrome/browser/chromeos/drive/file_system/copy_operation.h"
11 #include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
22 namespace file_system { namespace in namespace:drive
517 } // namespace file_system
H A Ddownload_operation.cc5 #include "chrome/browser/chromeos/drive/file_system/download_operation.h"
16 #include "chrome/browser/chromeos/drive/file_system/operation_delegate.h"
26 namespace file_system { namespace in namespace:drive
542 } // namespace file_system
H A Ddownload_operation_unittest.cc5 #include "chrome/browser/chromeos/drive/file_system/download_operation.h"
12 #include "chrome/browser/chromeos/drive/file_system/operation_test_base.h"
22 namespace file_system { namespace in namespace:drive
504 } // namespace file_system

Completed in 1053 milliseconds

123456789