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

  /external/chromium_org/content/browser/download/
save_file.cc 12 // TODO(asanka): SaveFile should use the target directory of the save package as
14 // Unfortunately, as it is, constructors of SaveFile don't always
16 SaveFile::SaveFile(const SaveFileCreateInfo* info, bool calculate_hash)
32 SaveFile::~SaveFile() {
36 DownloadInterruptReason SaveFile::Initialize() {
40 DownloadInterruptReason SaveFile::AppendDataToFile(const char* data,
45 DownloadInterruptReason SaveFile::Rename(const base::FilePath& full_path) {
49 void SaveFile::Detach()
    [all...]
save_file.h 15 // SaveFile ----------------------------------------------------------------
20 // canceled, the SaveFile is destroyed. One SaveFile object represents one item
22 class SaveFile {
24 explicit SaveFile(const SaveFileCreateInfo* info, bool calculate_hash);
25 virtual ~SaveFile();
54 DISALLOW_COPY_AND_ASSIGN(SaveFile);
  /external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc 62 bool SaveFile(const char* output_file_path, const unsigned char* output_buffer,
128 int result = SaveFile(argv[2], output_buffer, output_length) ? 1 : 0;
  /external/sfntly/cpp/src/sample/chromium/
chrome_subsetter.cc 62 bool SaveFile(const char* output_file_path, const unsigned char* output_buffer,
128 int result = SaveFile(argv[2], output_buffer, output_length) ? 1 : 0;
  /external/zopfli/src/zopfli/
zopfli_bin.c 71 static void SaveFile(const char* filename,
99 SaveFile(outfilename, out, outsize);
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 960 bool TiXmlDocument::SaveFile() const
962 return SaveFile( Value() );
1084 bool TiXmlDocument::SaveFile( const char * filename ) const
1090 bool result = SaveFile( fp );
1098 bool TiXmlDocument::SaveFile( FILE* fp ) const
    [all...]
tinyxml.h     [all...]
  /external/chromium_org/third_party/sqlite/src/contrib/
sqlitecon.tcl 71 $m add command -label {Save As...} -command "sqlitecon::SaveFile $w.t"
620 proc sqlitecon::SaveFile w {
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 960 bool TiXmlDocument::SaveFile() const
962 return SaveFile( Value() );
1084 bool TiXmlDocument::SaveFile( const char * filename ) const
1090 bool result = SaveFile( fp );
1098 bool TiXmlDocument::SaveFile( FILE* fp ) const
    [all...]
tinyxml.h     [all...]
  /external/tinyxml/
tinyxml.cpp 947 bool TiXmlDocument::SaveFile() const
952 if ( buf.buffer && SaveFile( buf.buffer ) )
1086 bool TiXmlDocument::SaveFile( const char * filename ) const
    [all...]
tinyxml.h     [all...]
  /external/tinyxml2/
tinyxml2.cpp     [all...]

Completed in 361 milliseconds