Searched refs:my_stored_data (Results 1 – 2 of 2) sorted by relevance
772 if (my_stored_data.LoadFile(my_store_location)) in ParamsRestore()776 node = my_stored_data.FirstChild("lame_acm"); in ParamsRestore()913 if (my_stored_data.LoadFile(my_store_location)) in SaveValuesToStringKey()916 TiXmlNode* node = my_stored_data.FirstChild("lame_acm"); in SaveValuesToStringKey()955 my_stored_data.SaveFile(my_store_location); in SaveValuesToStringKey()1269 if (my_stored_data.LoadFile(my_store_location)) in SelectSavedParams()1273 node = my_stored_data.FirstChild("lame_acm"); in SelectSavedParams()1281 my_stored_data.SaveFile(my_store_location); in SelectSavedParams()1797 if (my_stored_data.LoadFile(my_store_location)) in RenameCurrentTo()1801 node = my_stored_data.FirstChild("lame_acm"); in RenameCurrentTo()[all …]
426 TiXmlDocument my_stored_data; variable