Home
last modified time | relevance | path

Searched refs:ObfuscatedGaiaId (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/components/autofill/content/browser/wallet/
Dwallet_items.cc270 std::string WalletItems::ObfuscatedGaiaId() const { in ObfuscatedGaiaId() function in autofill::wallet::WalletItems
579 ObfuscatedGaiaId() == other.ObfuscatedGaiaId() && in operator ==()
Dwallet_items.h267 std::string ObfuscatedGaiaId() const;
Dwallet_items_unittest.cc563 EXPECT_EQ("123456789", expected.ObfuscatedGaiaId()); in TEST_F()
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_dialog_controller_impl.cc2656 if (wallet_items_ && !wallet_items_->ObfuscatedGaiaId().empty()) { in OnDidGetWalletItems()
2879 bool success = base::StringToUint64(wallet_items_->ObfuscatedGaiaId(), in LoadRiskFingerprintData()