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

  /external/chromium_org/ppapi/shared_impl/
file_growth.h 23 typedef std::map<int32_t, FileGrowth> FileGrowthMap;
26 PPAPI_SHARED_EXPORT FileGrowthMap
29 FileGrowthMapToFileSizeMapForTesting(const FileGrowthMap& file_growths);
file_growth.cc 21 FileGrowthMap FileSizeMapToFileGrowthMapForTesting(
23 FileGrowthMap file_growths;
32 const FileGrowthMap& file_growths) {
34 for (FileGrowthMap::const_iterator it = file_growths.begin();
  /external/chromium_org/content/browser/renderer_host/pepper/
quota_reservation.h 53 const ppapi::FileGrowthMap& file_growth,
quota_reservation.cc 93 const ppapi::FileGrowthMap& file_growths,
96 ppapi::FileGrowthMap::const_iterator growth_it =
quota_reservation_unittest.cc 123 ppapi::FileGrowthMap* file_growths_ptr,
138 ppapi::FileGrowthMap* file_growths) {
161 ppapi::FileGrowthMap file_growths;
219 ppapi::FileGrowthMap file_growths;
pepper_file_system_browser_host.h 115 const ppapi::FileGrowthMap& file_growths);
pepper_file_system_browser_host.cc 368 const ppapi::FileGrowthMap& file_growths) {
  /external/chromium_org/ppapi/proxy/
file_system_resource.cc 178 FileGrowthMap file_growths;
nacl_message_scanner.cc 428 FileGrowthMap file_growths;
434 for (FileGrowthMap::iterator it = file_growths.begin();
file_system_resource_unittest.cc 247 FileGrowthMap file_growths;
nacl_message_scanner_unittest.cc 227 FileGrowthMap new_file_growths;
ppapi_messages.h     [all...]

Completed in 298 milliseconds