HomeSort by relevance Sort by last modified time
    Searched defs:save_file (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/download/
save_file_manager.cc 15 #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->save_id()
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/
lodepng.cpp 6056 void save_file(const std::vector<unsigned char>& buffer, const std::string& filename) function in namespace:lodepng
    [all...]

Completed in 144 milliseconds