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

/external/chromium/chrome/browser/download/
H A Dsave_file.cc11 SaveFile::SaveFile(const SaveFileCreateInfo* info) function in class:SaveFile
20 SaveFile::~SaveFile() {
H A Dsave_file.h15 // SaveFile ----------------------------------------------------------------
20 // canceled, the SaveFile is destroyed. One SaveFile object represents one item
22 class SaveFile : public BaseFile { class in inherits:BaseFile
24 explicit SaveFile(const SaveFileCreateInfo* info);
25 ~SaveFile();
39 DISALLOW_COPY_AND_ASSIGN(SaveFile);
/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 141 milliseconds