Searched refs:ObfuscatedGaiaId (Results 1 – 4 of 4) sorted by relevance
270 std::string WalletItems::ObfuscatedGaiaId() const { in ObfuscatedGaiaId() function in autofill::wallet::WalletItems579 ObfuscatedGaiaId() == other.ObfuscatedGaiaId() && in operator ==()
267 std::string ObfuscatedGaiaId() const;
563 EXPECT_EQ("123456789", expected.ObfuscatedGaiaId()); in TEST_F()
2656 if (wallet_items_ && !wallet_items_->ObfuscatedGaiaId().empty()) { in OnDidGetWalletItems()2879 bool success = base::StringToUint64(wallet_items_->ObfuscatedGaiaId(), in LoadRiskFingerprintData()