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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Ddialog.cpp123 static wxList s_closing; local
125 if (s_closing.Member(this))
128 s_closing.Append(this);
133 s_closing.DeleteObject(this);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddialog.cpp135 static wxList s_closing; local
137 if (s_closing.Member(this))
140 s_closing.Append(this);
145 s_closing.DeleteObject(this);

Completed in 102 milliseconds