Searched refs:CloseQuotaFile (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ppapi/thunk/
H A Dppb_file_system_api.h26 virtual void CloseQuotaFile(PP_Resource file_io) = 0;
/external/chromium_org/ppapi/proxy/
H A Dfile_system_resource.h55 virtual void CloseQuotaFile(PP_Resource file_io) OVERRIDE;
H A Dfile_system_resource.cc102 void FileSystemResource::CloseQuotaFile(PP_Resource file_io) { function in class:ppapi::proxy::FileSystemResource
H A Dfile_io_resource.cc396 file_system_resource_->AsPPB_FileSystem_API()->CloseQuotaFile(
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_file_system_browser_host.h76 void CloseQuotaFile(PepperFileIOHost* file_io_host,
156 // pointer to this map. CloseQuotaFile must be called when before the host is
H A Dpepper_file_io_host.cc375 file_system_host_->CloseQuotaFile(this, file_growth);
H A Dpepper_file_system_browser_host.cc137 void PepperFileSystemBrowserHost::CloseQuotaFile( function in class:content::PepperFileSystemBrowserHost

Completed in 1329 milliseconds