Home | History | Annotate | Download | only in search

Lines Matching refs:Group

19 // result. These slots could be viewed as having three groups: main group
20 // (local apps and contacts), omnibox group and web store group. The
21 // main group takes no more than 4 slots. The web store takes no more than 2
22 // slots. The omnibox group takes all the remaining slots.
26 // of group creation in Init().
39 // Associates a provider with a mixer group.
40 void AddProviderToGroup(GroupId group, SearchProvider* provider);
46 class Group;
47 typedef ScopedVector<Group> Groups;