Searched refs:OpenQuotaFile (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ppapi/thunk/
H A Dppb_file_system_api.h25 virtual void OpenQuotaFile(PP_Resource file_io) = 0;
/external/chromium_org/ppapi/proxy/
H A Dnacl_message_scanner_unittest.cc42 void OpenQuotaFile(NaClMessageScanner* scanner, function in class:ppapi::proxy::NaClMessageScannerTest
85 OpenQuotaFile(&test, kFileIO, kFileSystem);
115 OpenQuotaFile(&test, kFileIO, kFileSystem);
146 OpenQuotaFile(&test, kFileIO, kFileSystem);
218 OpenQuotaFile(&test, kFileIO, kFileSystem);
H A Dfile_system_resource.h54 virtual void OpenQuotaFile(PP_Resource file_io) OVERRIDE;
H A Dfile_system_resource.cc97 void FileSystemResource::OpenQuotaFile(PP_Resource file_io) { function in class:ppapi::proxy::FileSystemResource
H A Dfile_io_resource.cc677 file_system_resource_->AsPPB_FileSystem_API()->OpenQuotaFile(
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_file_system_browser_host.h71 void OpenQuotaFile(PepperFileIOHost* file_io_host,
74 // Closes the file. This must be called after OpenQuotaFile and before the
155 // When a PepperFileIOHost calls OpenQuotaFile, we add the id and a non-owning
H A Dpepper_file_io_host.cc273 file_system_host_->OpenQuotaFile(
H A Dpepper_file_system_browser_host.cc119 void PepperFileSystemBrowserHost::OpenQuotaFile( function in class:content::PepperFileSystemBrowserHost

Completed in 126 milliseconds