Searched defs:file_growth (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/renderer_host/pepper/
H A Dquota_reservation.cc81 const ppapi::FileGrowth& file_growth) {
84 it->second->UpdateMaxWrittenOffset(file_growth.max_written_offset);
85 it->second->AddAppendModeWriteAmount(file_growth.append_mode_write_amount);
80 CloseFile(int32_t id, const ppapi::FileGrowth& file_growth) argument
H A Dpepper_file_system_browser_host.cc139 const ppapi::FileGrowth& file_growth) {
152 &QuotaReservation::CloseFile, quota_reservation_, id, file_growth));
137 CloseQuotaFile( PepperFileIOHost* file_io_host, const ppapi::FileGrowth& file_growth) argument
H A Dpepper_file_io_host.cc373 const ppapi::FileGrowth& file_growth) {
375 file_system_host_->CloseQuotaFile(this, file_growth);
371 OnHostMsgClose( ppapi::host::HostMessageContext* context, const ppapi::FileGrowth& file_growth) argument
/external/chromium_org/ppapi/proxy/
H A Dnacl_message_scanner_unittest.cc105 FileGrowth file_growth; local
109 nested_msg, &file_growth));
111 EXPECT_EQ(kNewFileSize, file_growth.max_written_offset);

Completed in 2260 milliseconds