Home
last modified time | relevance | path

Searched refs:is_active_ (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/tests/shared/browser/
Dmain_message_loop_external_pump.cc30 : is_active_(false), reentrancy_detected_(false) { in MainMessageLoopExternalPump()
87 if (is_active_) { in PerformMessageLoopWork()
98 is_active_ = true; in PerformMessageLoopWork()
100 is_active_ = false; in PerformMessageLoopWork()
Dmain_message_loop_external_pump.h64 bool is_active_; variable