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

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_types.h35 struct DetailInput { struct in namespace:autofill
36 // Multiple DetailInput structs with the same row_id go on the same row. The
56 typedef base::Callback<bool(const DetailInput& input,
242 typedef std::vector<DetailInput> DetailInputs;
243 typedef std::map<const DetailInput*, string16> DetailOutputMap;

Completed in 61 milliseconds