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

/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.h444 struct DetailsGroup { struct in class:autofill::AutofillDialogViews
445 explicit DetailsGroup(DialogSection section);
446 ~DetailsGroup();
465 typedef std::map<DialogSection, DetailsGroup> DetailGroupMap;
512 void UpdateDetailsGroupState(const DetailsGroup& group);
514 // Gets a pointer to the DetailsGroup that's associated with the given section
516 DetailsGroup* GroupForSection(DialogSection section);
518 // Gets a pointer to the DetailsGroup that's associated with a given |view|.
519 // Returns NULL if no DetailsGroup was found.
520 DetailsGroup* GroupForVie
[all...]
H A Dautofill_dialog_views.cc1222 DetailsGroup(SECTION_CC)));
1224 DetailsGroup(SECTION_BILLING)));
1226 DetailsGroup(SECTION_CC_BILLING)));
1228 DetailsGroup(SECTION_SHIPPING)));
1360 DetailsGroup* group = GroupForSection(section);
1384 DetailsGroup* group = GroupForSection(section);
1696 DetailsGroup* group = GroupForView(focused_before);
1725 DetailsGroup* group = NULL;
1889 DetailsGroup* group = GroupForSection(section);
1905 DetailsGroup* grou
2503 AutofillDialogViews::DetailsGroup::DetailsGroup(DialogSection section) function in class:autofill::AutofillDialogViews::DetailsGroup
[all...]

Completed in 100 milliseconds