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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddebugrpt.cpp394 bool wxDebugReport::DoAddExceptionInfo(wxXmlNode *nodeContext) argument
402 nodeContext->AddChild(nodeExc);
410 nodeContext->AddChild(nodeRegs);
434 wxUnusedVar(nodeContext);
470 wxXmlNode *nodeContext = new wxXmlNode(wxXML_ELEMENT_NODE, _T("context")); local
471 if ( DoAddExceptionInfo(nodeContext) )
472 nodeRoot->AddChild(nodeContext);
474 delete nodeContext;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddebugrpt.h110 virtual bool DoAddExceptionInfo(wxXmlNode *nodeContext);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddebugrpt.tex183 \func{bool}{DoAddExceptionInfo}{\param{wxXmlNode* }{nodeContext}}

Completed in 109 milliseconds