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

  /external/chromium_org/chromeos/network/
network_profile.h 23 userhash(user_hash) {
27 std::string userhash; // Only set for user profiles. member in struct:chromeos::NetworkProfile
30 return userhash.empty() ? TYPE_SHARED : TYPE_USER;
network_profile_handler.cc 121 // Skip known profiles. The associated userhash should never change.
143 std::string userhash; local
145 &userhash);
147 AddProfile(NetworkProfile(profile_path, userhash));
181 const std::string& userhash) const {
185 if (it->userhash == userhash)
195 if (!it->userhash.empty())
managed_network_configuration_handler_unittest.cc 67 const std::string& userhash) {
73 profile_to_user_[profile_path] = userhash;
107 const std::string& userhash = profile_to_user_[profile_path.value()]; local
108 result->SetStringWithoutPathExpansion(shill::kUserHashProperty, userhash);
226 const std::string& userhash,
239 onc::ONC_SOURCE_USER_POLICY, userhash, *network_configs);
  /external/chromium_org/chrome/browser/chromeos/policy/
network_configuration_updater_impl.cc 162 std::string userhash; local
164 userhash = hashed_username_;
170 SetPolicy(onc_source, userhash, network_configs);
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_apitest.cc 80 // uses the ProfileHelper to obtain the userhash crbug/238623.
94 std::string userhash; local

Completed in 240 milliseconds