Searched defs:SaveFile (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/content/browser/download/
H A Dsave_file.cc12 // 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) function in class:content::SaveFile
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
[all...]
H A Dsave_file.h15 // SaveFile ----------------------------------------------------------------
20 // canceled, the SaveFile is destroyed. One SaveFile object represents one item
22 class SaveFile { class in namespace:content
24 explicit SaveFile(const SaveFileCreateInfo* info, bool calculate_hash);
25 virtual ~SaveFile();
54 DISALLOW_COPY_AND_ASSIGN(SaveFile);
/external/zopfli/src/zopfli/
H A Dzopfli_bin.c71 static void SaveFile(const char* filename, function
99 SaveFile(outfilename, out, outsize);
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
H A Dchrome_subsetter.cc62 bool SaveFile(const char* output_file_path, const unsigned char* output_buffer, function
128 int result = SaveFile(argv[2], output_buffer, output_length) ? 1 : 0;
/external/sfntly/cpp/src/sample/chromium/
H A Dchrome_subsetter.cc62 bool SaveFile(const char* output_file_path, const unsigned char* output_buffer, function
128 int result = SaveFile(argv[2], output_buffer, output_length) ? 1 : 0;
/external/chromium_org/third_party/sqlite/src/contrib/
H A Dsqlitecon.tcl71 $m add command -label {Save As...} -command "sqlitecon::SaveFile $w.t"
620 proc sqlitecon::SaveFile w {
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp960 bool TiXmlDocument::SaveFile() const function in class:TiXmlDocument
962 return SaveFile( Value() );
1084 bool TiXmlDocument::SaveFile( const char * filename ) const
1090 bool result = SaveFile( fp );
1098 bool TiXmlDocument::SaveFile( FILE* fp ) const
H A Dtinyxml.h1417 bool SaveFile() const;
1421 bool SaveFile( const char * filename ) const;
1429 bool SaveFile( FILE* ) const;
1436 bool SaveFile( const std::string& filename ) const ///< STL std::string version. function in class:TiXmlDocument
1438 return SaveFile( filename.c_str() );
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp960 bool TiXmlDocument::SaveFile() const function in class:TiXmlDocument
962 return SaveFile( Value() );
1084 bool TiXmlDocument::SaveFile( const char * filename ) const
1090 bool result = SaveFile( fp );
1098 bool TiXmlDocument::SaveFile( FILE* fp ) const
H A Dtinyxml.h1417 bool SaveFile() const;
1421 bool SaveFile( const char * filename ) const;
1429 bool SaveFile( FILE* ) const;
1436 bool SaveFile( const std::string& filename ) const ///< STL std::string version. function in class:TiXmlDocument
1438 return SaveFile( filename.c_str() );
/external/tinyxml/
H A Dtinyxml.cpp947 bool TiXmlDocument::SaveFile() const function in class:TiXmlDocument
952 if ( buf.buffer && SaveFile( buf.buffer ) )
1086 bool TiXmlDocument::SaveFile( const char * filename ) const
H A Dtinyxml.h1245 bool SaveFile() const;
1249 bool SaveFile( const char * filename ) const;
1257 bool SaveFile( const std::string& filename ) const ///< STL std::string version. function in class:TiXmlDocument
1260 return ( f.buffer && SaveFile( f.buffer ));
/external/tinyxml2/
H A Dtinyxml2.cpp1566 int XMLDocument::SaveFile( const char* filename ) function in class:XMLDocument
1582 SaveFile(fp);
1588 int XMLDocument::SaveFile( FILE* fp ) function in class:XMLDocument

Completed in 1256 milliseconds