Searched refs:FileGrowth (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
H A Dfile_growth.h15 struct PPAPI_SHARED_EXPORT FileGrowth { struct in namespace:ppapi
16 FileGrowth();
17 FileGrowth(int64_t max_written_offset, int64_t append_mode_write_amount);
23 typedef std::map<int32_t, FileGrowth> FileGrowthMap;
H A Dfile_growth.cc11 FileGrowth::FileGrowth() : max_written_offset(0), append_mode_write_amount(0) {} function in class:ppapi::FileGrowth
13 FileGrowth::FileGrowth(int64_t max_written_offset, function in class:ppapi::FileGrowth
27 file_growths[it->first] = FileGrowth(it->second, 0);
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dquota_reservation_unittest.cc132 (*file_growths_ptr)[it->first] = ppapi::FileGrowth(it->second, 0);
173 file_growths[kFile1ID] = ppapi::FileGrowth(file_size, 0); // 1 file open.
183 test->CloseFile(kFile1ID, ppapi::FileGrowth(new_file_size, 0));
220 file_growths[kFile1ID] = ppapi::FileGrowth(file1_size, 0); // 3 files open.
221 file_growths[kFile2ID] = ppapi::FileGrowth(file2_size, 0);
222 file_growths[kFile3ID] = ppapi::FileGrowth(file3_size, 0);
231 test->CloseFile(kFile2ID, ppapi::FileGrowth(file2_size, 0));
240 test->CloseFile(kFile1ID, ppapi::FileGrowth(file1_size, 0));
241 test->CloseFile(kFile3ID, ppapi::FileGrowth(file3_size, 0));
H A Dpepper_file_io_host.h27 struct FileGrowth;
65 const ppapi::FileGrowth& file_growth);
H A Dquota_reservation.h46 void CloseFile(int32_t id, const ppapi::FileGrowth& file_growth);
H A Dpepper_file_system_browser_host.h77 const ppapi::FileGrowth& file_growth);
H A Dquota_reservation.cc81 const ppapi::FileGrowth& file_growth) {
H A Dpepper_file_io_host.cc373 const ppapi::FileGrowth& file_growth) {
H A Dpepper_file_system_browser_host.cc139 const ppapi::FileGrowth& file_growth) {
/external/chromium_org/ppapi/proxy/
H A Dnacl_message_scanner_unittest.cc100 PpapiHostMsg_FileIO_Close(FileGrowth(0, 0))),
105 FileGrowth file_growth;
123 PpapiHostMsg_FileIO_Close(FileGrowth(kNewFileSize, 0))),
H A Dnacl_message_scanner.cc365 FileGrowth file_growth;
380 FileGrowth(trusted_max_written_offset, 0))));
H A Dfile_system_resource.cc187 file_growths[*it] = FileGrowth(
H A Dfile_io_resource.cc404 FileGrowth(max_written_offset_, append_mode_write_amount_)));
H A Dppapi_messages.h233 IPC_STRUCT_TRAITS_BEGIN(ppapi::FileGrowth)
1401 ppapi::FileGrowth /* file_growth */)

Completed in 1014 milliseconds