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 438 struct DetailsGroup {
439 explicit DetailsGroup(DialogSection section);
440 ~DetailsGroup();
484 typedef std::map<DialogSection, DetailsGroup> DetailGroupMap;
510 // in the appropriate DetailsGroup. The top level View in the hierarchy is
520 void UpdateDetailsGroupState(const DetailsGroup& group);
522 // Gets a pointer to the DetailsGroup that's associated with the given section
524 DetailsGroup* GroupForSection(DialogSection section);
526 // Gets a pointer to the DetailsGroup that's associated with a given |view|.
527 // Returns NULL if no DetailsGroup was found
    [all...]
autofill_dialog_views.cc     [all...]

Completed in 360 milliseconds