HomeSort by relevance Sort by last modified time
    Searched refs:IsGenerationEnabled (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/password_manager/core/browser/
password_generation_manager.h 49 bool IsGenerationEnabled() const;
password_generation_manager.cc 39 if (!account_creation_forms.empty() && IsGenerationEnabled())
46 bool PasswordGenerationManager::IsGenerationEnabled() const {
password_generation_manager_unittest.cc 129 bool IsGenerationEnabled() {
130 return GetGenerationManager()->IsGenerationEnabled();
141 TEST_F(PasswordGenerationManagerTest, IsGenerationEnabled) {
147 EXPECT_TRUE(IsGenerationEnabled());
151 EXPECT_FALSE(IsGenerationEnabled());
157 EXPECT_FALSE(IsGenerationEnabled());
161 // Setup so that IsGenerationEnabled() returns true.
220 EXPECT_FALSE(IsGenerationEnabled());

Completed in 461 milliseconds