Lines Matching full:chrome
19 """Return an identifier that changes whenever Chrome restarts.
22 recently started Chrome process; the returned value changes
23 each time Chrome restarts and displays the login screen. The
24 change in the value can be used to detect a successful Chrome
30 host: If not None, a host object on which to test Chrome
41 """Wait until a new Chrome login prompt is on screen and ready.
52 restarting Chrome.
53 host: If not None, a host object on which to test Chrome
68 """Stops the UI and waits for chrome to exit.
70 Stops the UI and waits for all chrome processes to exit or until
77 True upon successfully stopping the UI and all chrome processes exiting.
86 status = utils.system('pgrep chrome', ignore_status=True)
89 logging.error('stop ui failed to stop chrome within %s seconds',