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

  /external/chromium/chrome/browser/download/
save_file.cc 11 SaveFile::SaveFile(const SaveFileCreateInfo* info)
20 SaveFile::~SaveFile() {
save_file.h 15 // SaveFile ----------------------------------------------------------------
20 // canceled, the SaveFile is destroyed. One SaveFile object represents one item
22 class SaveFile : public BaseFile {
24 explicit SaveFile(const SaveFileCreateInfo* info);
25 ~SaveFile();
39 DISALLOW_COPY_AND_ASSIGN(SaveFile);
save_file_manager.h 7 // The SaveFileManager owns a set of SaveFile objects, each of which connects
23 // call SaveFile's method to persist data.
56 // cancel all SaveFile job.
74 class SaveFile;
114 // Cancel a SaveFile instance which has specified save id.
178 SaveFile* LookupSaveFile(int save_id);
223 // Unique ID for the next SaveFile object.
227 typedef base::hash_map<int, SaveFile*> SaveFileMap;
save_file_manager.cc 56 SaveFile* SaveFileManager::LookupSaveFile(int save_id) {
222 // to create a SaveFile which will hold and finally destroy |info|. It will
227 SaveFile* save_file = new SaveFile(info);
244 // cancel message. We just delete the data since the SaveFile has been deleted.
249 SaveFile* save_file = LookupSaveFile(save_id);
277 SaveFile* save_file = it->second;
409 SaveFile* save_file = it->second;
425 // If we did not find SaveFile in map, the saving job should either get
438 // before this function runs. So if we can not find corresponding SaveFile b
    [all...]
  /external/tinyxml2/
tinyxml2.cpp     [all...]
tinyxml2.h     [all...]
  /external/tinyxml/
tinyxml.h     [all...]
xmltest.cpp 134 doc.SaveFile();
535 doc.SaveFile( "utf8testout.xml" );
874 doc.SaveFile( "test7.xml" );
tinyxml.cpp 947 bool TiXmlDocument::SaveFile() const
952 if ( buf.buffer && SaveFile( buf.buffer ) )
1086 bool TiXmlDocument::SaveFile( const char * filename ) const
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_config_util.cpp 162 ret = xml.SaveFile(file_name) == XML_SUCCESS;

Completed in 111 milliseconds