Searched refs:bSave (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DGuiEvents.cpp668 void PartFile_PrioSet(CPartFile* file, uint8 newDownPriority, bool bSave) argument
670 file->SetDownPriority(newDownPriority, bSave);
H A DKnownFile.h212 void SetUpPriority(uint8 newUpPriority, bool bSave=true);
H A DPartFile.h200 void SetDownPriority(uint8 newDownPriority, bool bSave = true, bool bRefresh = true);
H A DGuiEvents.h158 void PartFile_PrioSet(CPartFile* file, uint8 newDownPriority, bool bSave);
H A DPartFile.cpp2339 void CPartFile::SetDownPriority(uint8 np, bool bSave, bool bRefresh ) argument
2345 if ( bSave )

Completed in 125 milliseconds