Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/profiles/
Dprofile_impl.cc273 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()
Dprofile_impl.h259 bool created_password_store_; variable