Home
last modified time | relevance | path

Searched refs:profile_is_created_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/user_manager/
Duser.h153 bool is_profile_created() const { return profile_is_created_; } in is_profile_created()
227 void set_profile_is_created() { profile_is_created_ = true; } in set_profile_is_created()
271 bool profile_is_created_; variable
Duser.cc214 profile_is_created_(false) { in User()