OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DetailsGroup
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.h
440
struct
DetailsGroup
{
441
explicit
DetailsGroup
(DialogSection section);
442
~
DetailsGroup
();
461
typedef std::map<DialogSection,
DetailsGroup
> DetailGroupMap;
508
void UpdateDetailsGroupState(const
DetailsGroup
& group);
510
// Gets a pointer to the
DetailsGroup
that's associated with the given section
512
DetailsGroup
* GroupForSection(DialogSection section);
514
// Gets a pointer to the
DetailsGroup
that's associated with a given |view|.
515
// Returns NULL if no
DetailsGroup
was found.
516
DetailsGroup
* GroupForView(views::View* view)
[
all
...]
autofill_dialog_views.cc
[
all
...]
Completed in 46 milliseconds