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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlwin.cpp410 wxHtmlProcessorList::compatibility_iterator nodeL, nodeG; local
414 nodeL = m_Processors->GetFirst();
423 while (nodeL || nodeG)
425 prL = (nodeL) ? nodeL->GetData()->GetPriority() : -1;
429 if (nodeL->GetData()->IsEnabled())
430 newsrc = nodeL->GetData()->Process(newsrc);
431 nodeL = nodeL->GetNext();

Completed in 106 milliseconds