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

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

Completed in 517 milliseconds