Home
last modified time | relevance | path

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

/external/chromium_org/components/autofill/content/browser/wallet/
Dwallet_address_unittest.cc481 TEST_F(WalletAddressTest, ToDictionaryWithID) { in TEST_F() argument
518 EXPECT_TRUE(expected.Equals(address.ToDictionaryWithID().get())); in TEST_F()
Dwallet_address.h82 scoped_ptr<base::DictionaryValue> ToDictionaryWithID() const;
Dwallet_address.cc271 scoped_ptr<base::DictionaryValue> Address::ToDictionaryWithID() const { in ToDictionaryWithID() function in autofill::wallet::Address
Dwallet_client.cc430 address->ToDictionaryWithID().release()); in SaveToWallet()