HomeSort by relevance Sort by last modified time
    Searched refs:RestartEntd (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/chromeos/cros/
mock_login_library.h 42 MOCK_METHOD0(RestartEntd, bool(void));
login_library.h 104 virtual bool RestartEntd() = 0;
login_library.cc 143 bool RestartEntd() {
144 return chromeos::RestartEntd();
360 bool RestartEntd() { return true; }
  /external/chromium/chrome/browser/chromeos/
enterprise_extension_observer.cc 60 CrosLibrary::Get()->GetLoginLibrary()->RestartEntd();

Completed in 96 milliseconds