Home
last modified time | relevance | path

Searched refs:run_called_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/base/
Drun_loop.cc20 run_called_(false), in RunLoop()
36 run_called_(false), in RunLoop()
78 DCHECK(!run_called_); in BeforeRun()
79 run_called_ = true; in BeforeRun()
Drun_loop.h103 bool run_called_; variable
/external/chromium_org/content/renderer/pepper/
Dppb_flash_message_loop_impl.cc18 State() : result_(PP_OK), run_called_(false), quit_called_(false) {} in State()
23 bool run_called() const { return run_called_; } in run_called()
24 void set_run_called() { run_called_ = true; } in set_run_called()
39 bool run_called_; member in content::PPB_Flash_MessageLoop_Impl::State