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

  /external/chromium_org/chrome/common/
service_process_util_linux.cc 23 GetServiceProcessScopedName("_service_initializing");
38 GetServiceProcessScopedName("_service_running");
81 GetServiceProcessScopedName(GetBaseDesktopName()),
89 GetServiceProcessScopedName(GetBaseDesktopName()));
service_process_util.h 38 std::string GetServiceProcessScopedName(const std::string& append_str);
service_process_util_win.cc 36 return GetServiceProcessScopedName("_service_run");
91 base::UTF8ToWide(GetServiceProcessScopedName(versioned_name));
service_process_util.cc 45 return GetServiceProcessScopedName("_service_shmem");
108 std::string GetServiceProcessScopedName(const std::string& append_str) {
130 return GetServiceProcessScopedName(versioned_str);
service_process_util_unittest.cc 127 std::string value_name = GetServiceProcessScopedName("_service_run");
141 GetServiceProcessScopedName(base_desktop_name), "Exec", &exec_value));
167 GetServiceProcessScopedName(base_desktop_name), "Exec", &exec_value));

Completed in 81 milliseconds