Searched refs:created_password_store_ (Results 1 – 2 of 2) sorted by relevance
273 created_password_store_(false), in ProfileImpl()1041 if (!created_password_store_) in GetPasswordStore()1047 DCHECK(!created_password_store_ && password_store_.get() == NULL); in CreatePasswordStore()1048 created_password_store_ = true; in CreatePasswordStore()
259 bool created_password_store_; variable