/external/chromium/chrome/browser/sync/syncable/ |
D | model_type.cc | 30 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()
|
D | nigori_util.cc | 88 if (type == PASSWORDS) in ProcessUnsyncedChangesForEncryption() 138 if (type == PASSWORDS) in VerifyUnsyncedChangesAreEncrypted() 153 if (type == PASSWORDS || type == NIGORI) { in VerifyDataTypeEncryption()
|
D | nigori_util_unittest.cc | 25 encrypted_types.erase(syncable::PASSWORDS); // Should not get set. in TEST_F()
|
D | model_type.h | 54 PASSWORDS, enumerator
|
/external/chromium/chrome/browser/sync/engine/ |
D | cleanup_disabled_types_command_unittest.cc | 69 expected.insert(syncable::PASSWORDS); in TEST_F() 77 prev[syncable::PASSWORDS] = GROUP_PASSIVE; in TEST_F()
|
D | syncapi_unittest.cc | 381 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/ |
D | sync_session_unittest.cc | 313 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/ |
D | import_progress_dialog_gtk.cc | 118 if (items_ & importer::PASSWORDS) { in ImportProgressDialogGtk() 173 case importer::PASSWORDS: in ImportItemStarted() 197 case importer::PASSWORDS: in ImportItemEnded()
|
/external/chromium/chrome/browser/sync/ |
D | profile_sync_service_password_unittest.cc | 254 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()
|
D | profile_sync_factory_impl_unittest.cc | 45 datatypes.push_back(syncable::PASSWORDS); in DefaultDatatypes() 138 syncable::PASSWORDS); in TEST_F()
|
D | abstract_profile_sync_service_test.cc | 50 case syncable::PASSWORDS: in GetTagForType()
|
D | sync_setup_flow.cc | 38 types.erase(syncable::PASSWORDS); in DisablePasswordSync() 120 registered_types.count(syncable::PASSWORDS) > 0); in GetArgsForConfigure()
|
/external/chromium/chrome/browser/ui/webui/options/ |
D | import_data_handler.cc | 85 selected_items |= importer::PASSWORDS; in ImportData() 136 (browser_services & importer::PASSWORDS) != 0); in OnSourceProfilesLoaded()
|
/external/chromium/chrome/browser/importer/ |
D | importer_data_types.h | 25 PASSWORDS = 1 << 3, enumerator
|
D | importer_list.cc | 33 importer::COOKIES | importer::PASSWORDS | importer::SEARCH_ENGINES; in DetectIEProfiles() 88 importer::PASSWORDS | importer::SEARCH_ENGINES; in DetectFirefoxProfiles()
|
D | firefox3_importer.cc | 100 if ((items & importer::PASSWORDS) && !cancelled()) { in StartImport() 101 bridge_->NotifyItemStarted(importer::PASSWORDS); in StartImport() 103 bridge_->NotifyItemEnded(importer::PASSWORDS); in StartImport()
|
D | ie_importer.cc | 112 if ((items & importer::PASSWORDS) && !cancelled()) { in StartImport() 113 bridge_->NotifyItemStarted(importer::PASSWORDS); in StartImport() 119 bridge_->NotifyItemEnded(importer::PASSWORDS); in StartImport()
|
D | firefox2_importer.cc | 84 if ((items & importer::PASSWORDS) && !cancelled()) { in StartImport() 85 bridge_->NotifyItemStarted(importer::PASSWORDS); in StartImport() 87 bridge_->NotifyItemEnded(importer::PASSWORDS); in StartImport()
|
D | safari_importer.mm | 91 if ((items & importer::PASSWORDS) && !cancelled()) { 92 bridge_->NotifyItemStarted(importer::PASSWORDS); 94 bridge_->NotifyItemEnded(importer::PASSWORDS);
|
/external/chromium/chrome/browser/ui/views/importer/ |
D | import_progress_dialog_view.cc | 204 if (items_ & importer::PASSWORDS) { in InitControlLayout() 231 case importer::PASSWORDS: in ImportItemStarted() 254 case importer::PASSWORDS: in ImportItemEnded()
|
/external/chromium/chrome/browser/sync/glue/ |
D | password_change_processor.cc | 75 if (!sync_node.InitUniqueByCreation(syncable::PASSWORDS, in Observe() 169 DCHECK(syncable::PASSWORDS == sync_node.GetModelType()); in ApplyChangesFromSyncModel()
|
D | password_model_associator.cc | 79 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()
|
D | password_model_associator.h | 51 static syncable::ModelType model_type() { return syncable::PASSWORDS; } in model_type()
|
D | data_type_manager_impl2_unittest.cc | 106 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/ |
D | import_progress_dialog_cocoa.mm | 31 case importer::PASSWORDS: 92 [self setPasswordImportEnabled:items & importer::PASSWORDS ? active :
|