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

  /external/chromium_org/components/password_manager/core/browser/
password_generation_manager.cc 17 PasswordGenerationManager::PasswordGenerationManager(
22 PasswordGenerationManager::~PasswordGenerationManager() {}
24 void PasswordGenerationManager::DetectAccountCreationForms(
46 bool PasswordGenerationManager::IsGenerationEnabled() const {
password_generation_manager.h 26 // NOTE: At the moment, the creation of the renderer PasswordGenerationManager
34 class PasswordGenerationManager {
36 explicit PasswordGenerationManager(PasswordManagerClient* client);
37 virtual ~PasswordGenerationManager();
59 DISALLOW_COPY_AND_ASSIGN(PasswordGenerationManager);

Completed in 51 milliseconds