Searched refs:nested_invocations_ (Results 1 – 2 of 2) sorted by relevance
31 nested_invocations_(0), in MessageLoopResource()39 nested_invocations_(0), in MessageLoopResource()108 nested_invocations_++; in Run()111 nested_invocations_--; in Run()113 if (should_destroy_ && nested_invocations_ == 0) { in Run()141 if (IsCurrent() && nested_invocations_ > 0) in PostQuit()
79 int nested_invocations_; variable