Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/password_manager/
Dpassword_store_x.cc24 backend_(backend), migration_checked_(!backend), allow_fallback_(false) { in PasswordStoreX()
167 if (migration_checked_ || !backend_.get()) in CheckMigration()
169 migration_checked_ = true; in CheckMigration()
Dpassword_store_x.h98 bool migration_checked_; variable