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

  /external/chromium_org/chrome/browser/chromeos/login/users/
fake_user_manager.cc 50 user_to_profile_[user] = profile;
193 user_to_profile_.find(user);
194 return it == user_to_profile_.end() ? NULL : it->second;
fake_user_manager.h 152 std::map<const User*, Profile*> user_to_profile_; member in class:chromeos::FakeUserManager

Completed in 47 milliseconds