Searched defs:inputted_address (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc3745 scoped_ptr<wallet::Address> inputted_address; local
3758 inputted_address.reset(new wallet::Address(address));
3759 DCHECK(inputted_address->object_id().empty());
3762 inputted_address = CreateTransientAddress();
3776 inputted_address.Pass(),

Completed in 215 milliseconds