Searched defs:UserContext (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
H A Duser.cc111 UserContext::UserContext() : using_oauth(true) { function in class:chromeos::UserContext
114 UserContext::UserContext(const std::string& username, function in class:chromeos::UserContext
123 UserContext::UserContext(const std::string& username, function in class:chromeos::UserContext
134 UserContext::UserContext(const std::string& username, function in class:chromeos::UserContext
146 UserContext::~UserContext() {
[all...]
H A Duser.h26 struct UserContext { struct in namespace:chromeos
27 UserContext();
28 UserContext(const std::string& username,
31 UserContext(const std::string& username,
35 UserContext(const std::string& username,
40 virtual ~UserContext();
41 bool operator==(const UserContext& context) const;

Completed in 80 milliseconds