Searched refs:is_active_user (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/signin/
H A Duser_manager_screen_handler.cc651 bool is_active_user = (profile_path == active_profile_path); local
665 profile_value->SetBoolean(kKeySignedIn, is_active_user);
675 if (is_active_user)
/external/chromium_org/components/user_manager/
H A Duser_manager_base.cc1057 const bool is_active_user = (user == active_user_); local
1059 if (is_active_user)

Completed in 123 milliseconds