Searched refs:ToDictionaryWithID (Results 1 – 4 of 4) sorted by relevance
481 TEST_F(WalletAddressTest, ToDictionaryWithID) { in TEST_F() argument518 EXPECT_TRUE(expected.Equals(address.ToDictionaryWithID().get())); in TEST_F()
82 scoped_ptr<base::DictionaryValue> ToDictionaryWithID() const;
271 scoped_ptr<base::DictionaryValue> Address::ToDictionaryWithID() const { in ToDictionaryWithID() function in autofill::wallet::Address
430 address->ToDictionaryWithID().release()); in SaveToWallet()