/external/chromium_org/chrome/browser/chromeos/drive/fileapi/ |
D | fileapi_worker.cc | 208 FileSystemInterface* file_system = file_system_getter.Run(); in RunFileSystemCallback() local 221 FileSystemInterface* file_system) { in GetFileInfo() 232 FileSystemInterface* file_system) { in Copy() 241 FileSystemInterface* file_system) { in Move() 250 FileSystemInterface* file_system) { in CopyInForeignFile() 259 FileSystemInterface* file_system) { in ReadDirectory() 270 FileSystemInterface* file_system) { in Remove() 280 FileSystemInterface* file_system) { in CreateDirectory() 290 FileSystemInterface* file_system) { in CreateFile() 300 FileSystemInterface* file_system) { in Truncate() [all …]
|
D | fileapi_worker_unittest.cc | 134 FileSystemInterface* file_system = NULL; in TEST_F() local 144 FileSystemInterface* file_system = NULL; in TEST_F() local 169 TestFileSystemForOpenFile file_system(temp_path, CREATE_FILE); in TEST_F() local 191 TestFileSystemForOpenFile file_system(temp_path, OPEN_OR_CREATE_FILE); in TEST_F() local 213 TestFileSystemForOpenFile file_system(temp_path, OPEN_FILE); in TEST_F() local 235 TestFileSystemForOpenFile file_system(temp_path, OPEN_OR_CREATE_FILE); in TEST_F() local 255 TestFileSystemForOpenFile file_system(temp_path, OPEN_FILE); in TEST_F() local
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
D | availability_finder.py | 56 def _GetAPISchemaFilename(api_name, file_system, version): argument 154 def _CreateAPISchemaFileSystem(self, file_system): argument 165 def _GetAPISchema(self, api_name, file_system, version): argument 183 def _HasAPISchema(self, api_name, file_system, version): argument 196 file_system, argument 240 def _CheckChannelAvailability(self, api_name, file_system, channel_info): argument 264 file_system, argument 290 def _CreateFeaturesBundle(self, file_system): argument 296 def _CheckAPIAvailability(self, api_name, file_system, channel_info): argument 317 def check_scheduled(file_system, channel_info): argument [all …]
|
D | compiled_file_system.py | 88 def Create(self, file_system, compilation_function, cls, category=None): argument 118 def ForJson(self, file_system): argument 129 def ForTemplates(self, file_system): argument 138 def ForUnicode(self, file_system): argument 148 file_system, argument
|
D | app_yaml_helper.py | 105 def get_app_yaml_revision(file_system): argument 108 def has_greater_app_version(file_system): argument
|
D | file_system_util.py | 7 def CreateURLsFromPaths(file_system, directory, urlprefix): argument
|
D | link_error_detector_test.py | 13 file_system = TestFileSystem({ variable
|
D | mock_file_system.py | 19 def __init__(self, file_system): argument 30 def Create(file_system, updates): argument
|
/external/chromium_org/ppapi/tests/ |
D | test_file_system.cc | 32 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY); in TestOpen() local 53 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY); in TestMultipleOpens() local 76 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY); in TestResourceConversion() local
|
D | test_file_io.cc | 198 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY); in TestOpen() local 293 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY); in TestOpenDirectory() local 319 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY); in TestReadWriteSetLength() local 447 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY); in TestReadToArrayWriteSetLength() local 551 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY); in TestTouchQuery() local 608 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY); in TestAbortCalls() local 761 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY); in TestParallelReads() local 848 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY); in TestParallelWrites() local 935 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY); in TestNotAllowMixedReadWrite() local 1006 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY); in TestRequestOSFileHandle() local [all …]
|
D | test_file_ref.cc | 296 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY); in TestMakeDirectory() local 360 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY); in TestQueryAndTouchFile() local 436 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY); in TestDeleteFileAndDirectory() local 500 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY); in TestRenameFileAndDirectory() local 570 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY); in TestQuery() local 632 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY); in TestFileNameEscaping() local 674 pp::FileSystem file_system( in TestReadDirectoryEntries() local
|
D | test_file_mapping.cc | 81 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY); in MapAndCheckResults() local 211 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY); in TestBadParameters() local 419 pp::FileSystem file_system(instance_, PP_FILESYSTEMTYPE_LOCALTEMPORARY); in TestPartialRegions() local
|
/external/chromium_org/chrome/browser/chromeos/file_system_provider/ |
D | mount_path_util.h | 42 ProvidedFileSystemInterface* file_system() const { return file_system_; } in file_system() function 65 ProvidedFileSystemInterface* file_system() const { return file_system_; } in file_system() function
|
D | mount_path_util_unittest.cc | 147 ProvidedFileSystemInterface* file_system = parser.file_system(); in TEST_F() local 170 ProvidedFileSystemInterface* file_system = parser.file_system(); in TEST_F() local 235 ProvidedFileSystemInterface* file_system = parser.file_system(); in TEST_F() local 259 ProvidedFileSystemInterface* file_system = parser.file_system(); in TEST_F() local 280 ProvidedFileSystemInterface* file_system = parser.file_system(); in TEST_F() local
|
D | mount_path_util.cc | 109 ProvidedFileSystemInterface* const file_system = in Parse() local 161 ProvidedFileSystemInterface* const file_system = in Parse() local
|
/external/chromium_org/ppapi/proxy/ |
D | file_system_resource_unittest.cc | 102 void OpenFileSystem(PP_Resource file_system) { in OpenFileSystem() 128 PP_Resource file_system) { in OpenFile() 162 LockingResourceReleaser file_system( in TEST_F() local 186 LockingResourceReleaser file_system( in TEST_F() local 211 LockingResourceReleaser file_system( in TEST_F() local
|
/external/chromium_org/ppapi/thunk/ |
D | ppb_file_system_thunk.cc | 34 int32_t Open(PP_Resource file_system, in Open() 44 PP_FileSystemType GetType(PP_Resource file_system) { in GetType()
|
D | ppb_ext_crx_file_system_private_thunk.cc | 21 PP_Resource* file_system, in Open()
|
D | ppb_isolated_file_system_private_thunk.cc | 23 PP_Resource* file_system, in Open()
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
D | local_file_sync_context_unittest.cc | 175 void StartModifyFileOnIOThread(CannedSyncableFileSystem* file_system, in StartModifyFileOnIOThread() 232 CannedSyncableFileSystem file_system(GURL(kOrigin1), in PrepareForSync_Basic() local 284 CannedSyncableFileSystem file_system(GURL(kOrigin1), in PrepareForSync_WriteDuringSync() local 374 CannedSyncableFileSystem file_system(GURL(kOrigin1), in TEST_F() local 536 CannedSyncableFileSystem file_system(GURL(kOrigin1), in TEST_F() local 599 CannedSyncableFileSystem file_system(GURL(kOrigin1), in TEST_F() local 687 CannedSyncableFileSystem file_system(GURL(kOrigin1), in TEST_F() local 757 CannedSyncableFileSystem file_system(GURL(kOrigin1), in TEST_F() local 908 CannedSyncableFileSystem file_system(GURL(kOrigin1), in TEST_F() local
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
D | private_api_drive.cc | 198 drive::FileSystemInterface* const file_system = in StartProcess() local 231 drive::FileSystemInterface* const file_system = in OnGetFileInfo() local 253 drive::FileSystemInterface* const file_system = in OnGetRunningPath() local 286 drive::FileSystemInterface* const file_system = in StartParseFileInfo() local 524 drive::FileSystemInterface* const file_system = in RunAsync() local 612 drive::FileSystemInterface* const file_system = in RunAsync() local 693 drive::FileSystemInterface* const file_system = in RunAsync() local 865 drive::FileSystemInterface* const file_system = in RunAsync() local 961 drive::FileSystemInterface* const file_system = in RunAsync() local
|
D | private_api_mount.cc | 71 drive::FileSystemInterface* file_system = in RunAsync() local 131 drive::FileSystemInterface* const file_system = in RunAfterGetDriveFile() local
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | write_on_cache_file.cc | 49 void WriteOnCacheFile(FileSystemInterface* file_system, in WriteOnCacheFile() 57 void WriteOnCacheFileAndReply(FileSystemInterface* file_system, in WriteOnCacheFileAndReply()
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
D | operation_delegate.cc | 8 namespace file_system { namespace
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
D | provided_file_systems_ui.cc | 182 file_system_provider::ProvidedFileSystemInterface* const file_system = in ~ProvidedFileSystemsWebUIHandler() local 281 file_system_provider::ProvidedFileSystemInterface* const file_system = in UpdateFileSystems() local 323 file_system_provider::ProvidedFileSystemInterface* const file_system = in SelectFileSystem() local 335 file_system_provider::ProvidedFileSystemInterface* const file_system = in SelectFileSystem() local
|