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

  /external/chromium_org/ui/views/controls/table/
table_view_unittest.cc 438 // Configure the grouper so that there are two groups:
443 TableGrouperImpl grouper; local
447 grouper.SetRanges(ranges);
448 table_->SetGrouper(&grouper);
582 // Configure the grouper so that there are three groups:
589 TableGrouperImpl grouper; local
594 grouper.SetRanges(ranges);
595 table_->SetGrouper(&grouper);
712 // Configure the grouper so that there are three groups:
719 TableGrouperImpl grouper; local
753 TableGrouperImpl grouper; local
809 TableGrouperImpl grouper; local
    [all...]
  /external/chromium_org/third_party/jinja2/
filters.py 675 <li>{{ group.grouper }}<ul>
682 Additionally it's possible to use tuple unpacking for the grouper and
688 {% for grouper, list in persons|groupby('gender') %}
693 As you can see the item we're grouping by is stored in the `grouper`
694 attribute and the `list` contains all the objects that have this grouper
707 grouper = property(itemgetter(0)) variable in class:_GroupTuple

Completed in 686 milliseconds