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

/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
H A Dshort_lived_user_context.cc22 ShortLivedUserContext::ShortLivedUserContext( function in class:chromeos::ShortLivedUserContext
33 base::Bind(&ShortLivedUserContext::Reset, weak_ptr_factory_.GetWeakPtr()),
37 ShortLivedUserContext::~ShortLivedUserContext() {
41 void ShortLivedUserContext::Reset() {
49 void ShortLivedUserContext::OnAppDeactivated(Profile* profile,
H A Dshort_lived_user_context.h25 class ShortLivedUserContext : public apps::AppLifetimeMonitor::Observer { class in namespace:chromeos
27 ShortLivedUserContext(const UserContext& user_context,
30 virtual ~ShortLivedUserContext();
46 base::WeakPtrFactory<ShortLivedUserContext> weak_ptr_factory_;
48 DISALLOW_COPY_AND_ASSIGN(ShortLivedUserContext);

Completed in 184 milliseconds