HomeSort by relevance Sort by last modified time
    Searched defs:PasswordStoreConsumer (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/password_manager/
password_store_consumer.cc 7 PasswordStoreConsumer::PasswordStoreConsumer() {
10 PasswordStoreConsumer::~PasswordStoreConsumer() {
password_store_consumer.h 16 // thread. PasswordStoreConsumer provides the virtual callback method, which is
20 class PasswordStoreConsumer {
22 PasswordStoreConsumer();
31 // PasswordStoreConsumer::OnPasswordStoreRequestDone) as well as a
33 // as PasswordStore can get both from the PasswordStoreConsumer.
39 virtual ~PasswordStoreConsumer();

Completed in 187 milliseconds