HomeSort by relevance Sort by last modified time
    Searched refs:DetailsGroup (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.h 444 struct DetailsGroup {
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* GroupForView(views::View* view)
    [all...]
autofill_dialog_views.cc     [all...]

Completed in 35 milliseconds