Searched refs:should_continue (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/sandbox/linux/services/
H A Dinit_process_reaper.cc90 char should_continue; local
91 int read_ret = HANDLE_EINTR(read(sync_fds[0], &should_continue, 1));
/external/chromium_org/sandbox/linux/suid/
H A Dsandbox.c278 char should_continue; local
279 if (HANDLE_EINTR(read(sync_fds[0], &should_continue, 1)) != 1)
/external/chromium_org/chrome/browser/extensions/api/cast_channel/
H A Dcast_socket.cc494 bool should_continue = true; local
498 should_continue = ProcessHeader();
503 should_continue = ProcessBody();
505 if (should_continue)
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_delegate_impl_win.cc581 bool should_continue = false; local
587 should_continue = true;
596 if (should_continue) {

Completed in 173 milliseconds