Searched refs:ShowSources (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DGenericClientListCtrl.h139 void ShowSources( const CKnownFileVector& files );
H A DKnownFile.h301 bool ShowSources() const { return m_showSources; } function in class:CKnownFile
H A DSharedFilesWnd.cpp203 peerslistctrl->ShowSources(fileVector);
H A DTransferWnd.cpp316 clientlistctrl->ShowSources(filesVector);
H A DDownloadClient.cpp1361 bool update = m_reqfile && m_reqfile->ShowSources();
1367 if ( it->first->ShowSources() ) {
H A DDownloadListCtrl.cpp629 theApp->amuledlg->m_transferwnd->clientlistctrl->ShowSources(filesVector);
H A DGenericClientListCtrl.cpp351 void CGenericClientListCtrl::ShowSources( const CKnownFileVector& files ) function in class:CGenericClientListCtrl
393 wxASSERT_MSG(file, wxT("NULL file in CGenericClientListCtrl::ShowSources"));
H A Damule-remote-gui.cpp1451 if (!notified && client->m_reqfile && client->m_reqfile->ShowSources()) {

Completed in 114 milliseconds