Searched refs:has_work (Results 1 - 5 of 5) sorted by relevance

/external/qemu/target-mips/
H A Dexec.h38 int has_work = 0; local
45 has_work = 1;
49 has_work = 1;
52 return has_work;
/external/chromium_org/base/message_loop/
H A Dmessage_pump_glib.cc135 bool has_work; member in struct:base::MessagePumpGlib::RunState
186 state.has_work = false;
234 state_->has_work)
262 state_->has_work = true;
265 if (state_->has_work)
278 state_->has_work = false;
284 state_->has_work = true;
/external/chromium/base/
H A Dmessage_pump_glib.cc140 bool has_work; member in struct:base::MessagePumpForUI::RunState
191 state.has_work = false;
244 state_->has_work)
267 state_->has_work = true;
270 if (state_->has_work)
283 state_->has_work = false;
289 state_->has_work = true;
/external/chromium_org/chrome_frame/
H A Dtask_marshaller.cc24 bool has_work = !pending_tasks_.empty(); local
29 if (has_work)
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlogin_utils_browsertest.cc365 bool has_work = !fake_io_thread_work_.is_null(); local
366 if (has_work)
374 return has_work;

Completed in 278 milliseconds