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 381 // Configure the grouper so that there are two groups:
386 TableGrouperImpl grouper; local
390 grouper.SetRanges(ranges);
391 table_->SetGrouper(&grouper);
509 // Configure the grouper so that there are three groups:
516 TableGrouperImpl grouper; local
521 grouper.SetRanges(ranges);
522 table_->SetGrouper(&grouper);
639 // Configure the grouper so that there are three groups:
646 TableGrouperImpl grouper; local
680 TableGrouperImpl grouper; local
736 TableGrouperImpl grouper; local
    [all...]
  /external/chromium_org/third_party/jinja2/
filters.py 634 <li>{{ group.grouper }}<ul>
641 Additionally it's possible to use tuple unpacking for the grouper and
647 {% for grouper, list in persons|groupby('gender') %}
652 As you can see the item we're grouping by is stored in the `grouper`
653 attribute and the `list` contains all the objects that have this grouper
666 grouper = property(itemgetter(0)) variable in class:_GroupTuple

Completed in 41 milliseconds