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

  /external/chromium_org/win8/delegate_execute/
crash_server_init.cc 35 bool is_system = false; local
41 is_system = true;
45 return is_system;
  /external/chromium_org/chrome_frame/
crash_server_init.cc 60 bool is_system = false; local
66 is_system = true;
70 return is_system;
utils.cc 1248 bool is_system = false; local
    [all...]
  /external/chromium_org/chrome/installer/util/
google_update_settings_unittest.cc 56 void SetApField(SystemUserInstall is_system, const wchar_t* value) {
57 HKEY root = is_system == SYSTEM_INSTALL ?
83 bool is_system = install == SYSTEM_INSTALL; local
107 is_system, &ret_channel));
    [all...]

Completed in 74 milliseconds