Searched refs:nested_msg_ (Results 1 – 2 of 2) sorted by relevance
72 destroyed_(false), callback_(NULL), nested_msg_(NULL), in MainWnd()404 void* prev_nested_msg = me->nested_msg_; in WndProc()405 me->nested_msg_ = &msg; in WndProc()420 me->nested_msg_ = prev_nested_msg; in WndProc()
191 void* nested_msg_; variable