Home
last modified time | relevance | path

Searched refs:PASSWORDS (Results 1 – 25 of 37) sorted by relevance

12

/external/chromium/chrome/browser/sync/syncable/
Dmodel_type.cc30 case PASSWORDS: in AddDefaultExtensionValue()
80 case PASSWORDS: in GetExtensionFieldNumberFromModelType()
155 return PASSWORDS; in GetModelTypeFromSpecifics()
193 case PASSWORDS: in ModelTypeToString()
247 return PASSWORDS; in ModelTypeFromString()
319 case PASSWORDS: in ModelTypeToRootTag()
360 case PASSWORDS: { in PostTimeToTypeHistogram()
428 case PASSWORDS: in RealModelTypeToNotificationType()
471 *model_type = PASSWORDS; in NotificationTypeToRealModelType()
Dnigori_util.cc88 if (type == PASSWORDS) in ProcessUnsyncedChangesForEncryption()
138 if (type == PASSWORDS) in VerifyUnsyncedChangesAreEncrypted()
153 if (type == PASSWORDS || type == NIGORI) { in VerifyDataTypeEncryption()
Dnigori_util_unittest.cc25 encrypted_types.erase(syncable::PASSWORDS); // Should not get set. in TEST_F()
Dmodel_type.h54 PASSWORDS, enumerator
/external/chromium/chrome/browser/sync/engine/
Dcleanup_disabled_types_command_unittest.cc69 expected.insert(syncable::PASSWORDS); in TEST_F()
77 prev[syncable::PASSWORDS] = GROUP_PASSIVE; in TEST_F()
Dsyncapi_unittest.cc381 EXPECT_TRUE(password_node.InitUniqueByCreation(syncable::PASSWORDS, in TEST_F()
393 EXPECT_TRUE(password_node.InitByClientTagLookup(syncable::PASSWORDS, in TEST_F()
710 (*out)[syncable::PASSWORDS] = browser_sync::GROUP_PASSIVE; in GetModelSafeRoutingInfo()
1067 expected_types.insert(syncable::PASSWORDS); in TEST_F()
1121 encrypted_types.insert(syncable::PASSWORDS); in TEST_F()
1127 encrypted_types.erase(syncable::PASSWORDS); // Not stored in nigori node. in TEST_F()
/external/chromium/chrome/browser/sync/sessions/
Dsync_session_unittest.cc313 types[syncable::PASSWORDS] = true; in TEST_F()
320 EXPECT_EQ(types_with_payloads[syncable::PASSWORDS], payload); in TEST_F()
343 original[syncable::PASSWORDS] = payload1; in TEST_F()
349 update[syncable::PASSWORDS] = empty_payload; // Overwrite with empty. in TEST_F()
357 EXPECT_EQ(payload1, original[syncable::PASSWORDS]); in TEST_F()
/external/chromium/chrome/browser/ui/gtk/importer/
Dimport_progress_dialog_gtk.cc118 if (items_ & importer::PASSWORDS) { in ImportProgressDialogGtk()
173 case importer::PASSWORDS: in ImportItemStarted()
197 case importer::PASSWORDS: in ImportItemEnded()
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_password_unittest.cc254 ASSERT_TRUE(node.InitUniqueByCreation(syncable::PASSWORDS, in AddPasswordSyncNode()
342 CreateRootTask task(this, syncable::PASSWORDS); in TEST_F()
372 CreateRootTask task(this, syncable::PASSWORDS); in TEST_F()
424 CreateRootTask task(this, syncable::PASSWORDS); in TEST_F()
479 CreateRootTask root_task(this, syncable::PASSWORDS); in TEST_F()
544 CreateRootTask root_task(this, syncable::PASSWORDS); in TEST_F()
617 CreateRootTask root_task(this, syncable::PASSWORDS); in TEST_F()
Dprofile_sync_factory_impl_unittest.cc45 datatypes.push_back(syncable::PASSWORDS); in DefaultDatatypes()
138 syncable::PASSWORDS); in TEST_F()
Dabstract_profile_sync_service_test.cc50 case syncable::PASSWORDS: in GetTagForType()
Dsync_setup_flow.cc38 types.erase(syncable::PASSWORDS); in DisablePasswordSync()
120 registered_types.count(syncable::PASSWORDS) > 0); in GetArgsForConfigure()
/external/chromium/chrome/browser/ui/webui/options/
Dimport_data_handler.cc85 selected_items |= importer::PASSWORDS; in ImportData()
136 (browser_services & importer::PASSWORDS) != 0); in OnSourceProfilesLoaded()
/external/chromium/chrome/browser/importer/
Dimporter_data_types.h25 PASSWORDS = 1 << 3, enumerator
Dimporter_list.cc33 importer::COOKIES | importer::PASSWORDS | importer::SEARCH_ENGINES; in DetectIEProfiles()
88 importer::PASSWORDS | importer::SEARCH_ENGINES; in DetectFirefoxProfiles()
Dfirefox3_importer.cc100 if ((items & importer::PASSWORDS) && !cancelled()) { in StartImport()
101 bridge_->NotifyItemStarted(importer::PASSWORDS); in StartImport()
103 bridge_->NotifyItemEnded(importer::PASSWORDS); in StartImport()
Die_importer.cc112 if ((items & importer::PASSWORDS) && !cancelled()) { in StartImport()
113 bridge_->NotifyItemStarted(importer::PASSWORDS); in StartImport()
119 bridge_->NotifyItemEnded(importer::PASSWORDS); in StartImport()
Dfirefox2_importer.cc84 if ((items & importer::PASSWORDS) && !cancelled()) { in StartImport()
85 bridge_->NotifyItemStarted(importer::PASSWORDS); in StartImport()
87 bridge_->NotifyItemEnded(importer::PASSWORDS); in StartImport()
Dsafari_importer.mm91 if ((items & importer::PASSWORDS) && !cancelled()) {
92 bridge_->NotifyItemStarted(importer::PASSWORDS);
94 bridge_->NotifyItemEnded(importer::PASSWORDS);
/external/chromium/chrome/browser/ui/views/importer/
Dimport_progress_dialog_view.cc204 if (items_ & importer::PASSWORDS) { in InitControlLayout()
231 case importer::PASSWORDS: in ImportItemStarted()
254 case importer::PASSWORDS: in ImportItemEnded()
/external/chromium/chrome/browser/sync/glue/
Dpassword_change_processor.cc75 if (!sync_node.InitUniqueByCreation(syncable::PASSWORDS, in Observe()
169 DCHECK(syncable::PASSWORDS == sync_node.GetModelType()); in ApplyChangesFromSyncModel()
Dpassword_model_associator.cc79 if (node.InitByClientTagLookup(syncable::PASSWORDS, tag)) { in AssociateModels()
88 if (!write_node.InitByClientTagLookup(syncable::PASSWORDS, tag)) { in AssociateModels()
100 if (!node.InitUniqueByCreation(syncable::PASSWORDS, in AssociateModels()
Dpassword_model_associator.h51 static syncable::ModelType model_type() { return syncable::PASSWORDS; } in model_type()
Ddata_type_manager_impl2_unittest.cc106 EXPECT_CALL(*dtc, type()).WillRepeatedly(Return(syncable::PASSWORDS)); in SetPasswordDTCExpectations()
231 controllers_[syncable::PASSWORDS] = password_dtc; in TEST_F()
235 types_.insert(syncable::PASSWORDS); in TEST_F()
/external/chromium/chrome/browser/ui/cocoa/importer/
Dimport_progress_dialog_cocoa.mm31 case importer::PASSWORDS:
92 [self setPasswordImportEnabled:items & importer::PASSWORDS ? active :

12