Searched refs:SetShowSources (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSharedFilePeersListCtrl.h58 virtual void SetShowSources(CKnownFile * f, bool b) const;
H A DSourceListCtrl.h59 virtual void SetShowSources(CKnownFile * f, bool b) const;
H A DSourceListCtrl.cpp68 void CSourceListCtrl::SetShowSources(CKnownFile * f, bool b) const function in class:CSourceListCtrl
70 f->SetShowSources(b);
H A DSharedFilePeersListCtrl.cpp69 void CSharedFilePeersListCtrl::SetShowSources(CKnownFile * f, bool b) const function in class:CSharedFilePeersListCtrl
H A DGenericClientListCtrl.h201 virtual void SetShowSources(CKnownFile *, bool) const = 0;
H A DKnownFile.h300 void SetShowSources( bool val ) { m_showSources = val; } function in class:CKnownFile
H A DGenericClientListCtrl.cpp360 SetShowSources(m_knownfiles[i], false);
364 // This will call again SetShowSources in files that were in both vectors. Right now
369 SetShowSources(files[i], true);

Completed in 117 milliseconds