HomeSort by relevance Sort by last modified time
    Searched full:session_manager (Results 51 - 54 of 54) sorted by null

1 23

  /external/chromium_org/chrome/test/pyautolib/
pyauto.py 442 # to avoid races with the session_manager. crosbug.com/18413
453 """Is the ChromeOS session_manager running and ready to accept DBus calls?
455 Called after session_manager is killed to know when it has restarted.
458 old_pid: The pid that session_manager had before it was killed,
460 of an old session_manager process.
462 pgrep_process = subprocess.Popen(['pgrep', 'session_manager'],
    [all...]
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 689 // Tell DeviceSettingsService to stop talking to session_manager. Do not
  /external/chromium_org/chrome/test/functional/
perf.py 193 # session_manager kills chrome without waiting for it to cleanly exit.
197 subprocess.call(['sudo', 'pkill', '-STOP', 'session_manager'])
200 subprocess.call(['sudo', 'pkill', '-CONT', 'session_manager'])
    [all...]
  /external/chromium_org/remoting/
remoting.gyp     [all...]

Completed in 125 milliseconds

1 23