Searched refs:AddResult (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSearchDlg.h71 void AddResult(CSearchFile* toadd);
H A DSearchListCtrl.h48 * AddResult function to add new results or the UpdateResult function to update
50 * with the AddResult function before calling ShowResults.
84 void AddResult(CSearchFile* toshow);
H A DSearchListCtrl.cpp137 void CSearchListCtrl::AddResult(CSearchFile* toshow) function in class:CSearchListCtrl
372 AddResult( list[i] );
418 AddResult(*it);
437 AddResult(*it);
985 AddResult(results[i]);
H A DSearchDlg.cpp173 void CSearchDlg::AddResult(CSearchFile* toadd) function in class:CSearchDlg
178 outputwnd->AddResult( toadd );
H A DGuiEvents.cpp530 theApp->amuledlg->m_searchwnd->AddResult(result);
H A Damule-remote-gui.cpp2014 theApp->amuledlg->m_searchwnd->AddResult(file);

Completed in 74 milliseconds