Searched refs:os_modal_loop (Results 1 – 2 of 2) sorted by relevance
324 void set_os_modal_loop(bool os_modal_loop) { in set_os_modal_loop() argument325 os_modal_loop_ = os_modal_loop; in set_os_modal_loop()328 bool os_modal_loop() const { in os_modal_loop() function
380 if (MessageLoop::current()->os_modal_loop()) { in ProcessPumpReplacementMessage()