Searched defs:save_file (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/download/
H A Dsave_file_manager.cc15 #include "content/browser/download/save_file.h"
218 SaveFile* save_file = new SaveFile(info, false); local
221 save_file->Initialize();
224 save_file_map_[info->save_id] = save_file;
225 info->path = save_file->FullPath();
240 SaveFile* save_file = LookupSaveFile(save_id); local
241 if (save_file) {
242 DCHECK(save_file->InProgress());
245 save_file->AppendDataToFile(data->data(), data_len);
250 save_file
273 SaveFile* save_file = it->second; local
407 SaveFile* save_file = it->second; local
440 SaveFile* save_file = LookupSaveFile(save_id); local
490 SaveFile* save_file = it->second; local
524 SaveFile* save_file = it->second; local
[all...]
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp6056 void save_file(const std::vector<unsigned char>& buffer, const std::string& filename) function in namespace:lodepng
6245 if(!error) save_file(buffer, filename);

Completed in 148 milliseconds