HomeSort by relevance Sort by last modified time
    Searched refs:OpenQuotaFile (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ppapi/thunk/
ppb_file_system_api.h 25 virtual void OpenQuotaFile(PP_Resource file_io) = 0;
  /external/chromium_org/ppapi/proxy/
nacl_message_scanner_unittest.cc 52 void OpenQuotaFile(NaClMessageScanner* scanner,
114 OpenQuotaFile(&test, kFileIO, kFileSystem);
144 OpenQuotaFile(&test, kFileIO, kFileSystem);
175 OpenQuotaFile(&test, kFileIO, kFileSystem);
246 OpenQuotaFile(&test, kFileIO, kFileSystem);
file_system_resource.h 54 virtual void OpenQuotaFile(PP_Resource file_io) OVERRIDE;
file_system_resource.cc 97 void FileSystemResource::OpenQuotaFile(PP_Resource file_io) {
file_io_resource.cc 677 file_system_resource_->AsPPB_FileSystem_API()->OpenQuotaFile(
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_system_browser_host.h 71 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
pepper_file_io_host.cc 272 file_system_host_->OpenQuotaFile(
pepper_file_system_browser_host.cc 118 void PepperFileSystemBrowserHost::OpenQuotaFile(

Completed in 143 milliseconds