• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/

Lines Matching refs:m_transferwnd

130 		if (theApp->amuledlg->m_transferwnd && theApp->amuledlg->m_transferwnd->downloadlistctrl) {
131 theApp->amuledlg->m_transferwnd->downloadlistctrl->UpdateItem(item);
140 if (theApp->amuledlg->m_transferwnd && theApp->amuledlg->m_transferwnd->downloadlistctrl) {
141 theApp->amuledlg->m_transferwnd->downloadlistctrl->DoItemSelectionChanged();
171 if (theApp->amuledlg->m_transferwnd && theApp->amuledlg->m_transferwnd->clientlistctrl) {
172 theApp->amuledlg->m_transferwnd->clientlistctrl->UpdateItem(source, type);
180 if (theApp->amuledlg->m_transferwnd && theApp->amuledlg->m_transferwnd->clientlistctrl) {
181 theApp->amuledlg->m_transferwnd->clientlistctrl->AddSource(owner, source, type);
189 if (theApp->amuledlg->m_transferwnd && theApp->amuledlg->m_transferwnd->clientlistctrl) {
190 theApp->amuledlg->m_transferwnd->clientlistctrl->RemoveSource(source, owner);
383 if (theApp->amuledlg->m_transferwnd && theApp->amuledlg->m_transferwnd->downloadlistctrl ) {
384 theApp->amuledlg->m_transferwnd->downloadlistctrl->AddFile(file);
393 if (theApp->amuledlg->m_transferwnd && theApp->amuledlg->m_transferwnd->downloadlistctrl) {
394 theApp->amuledlg->m_transferwnd->downloadlistctrl->RemoveFile(file);
402 if (theApp->amuledlg->m_transferwnd && theApp->amuledlg->m_transferwnd->downloadlistctrl) {
403 theApp->amuledlg->m_transferwnd->downloadlistctrl->SortList();
575 if (theApp->amuledlg->m_transferwnd) {
576 theApp->amuledlg->m_transferwnd->UpdateCatTabTitles();
584 if (theApp->amuledlg->m_transferwnd) {
585 theApp->amuledlg->m_transferwnd->
595 if (theApp->amuledlg->m_transferwnd) {
596 theApp->amuledlg->m_transferwnd->UpdateCategory(cat);
597 theApp->amuledlg->m_transferwnd->downloadlistctrl->Refresh();
615 if (theApp->amuledlg->m_transferwnd) {
616 theApp->amuledlg->m_transferwnd->RemoveCategory(cat);