Searched refs:grouper (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/views/controls/table/
H A Dtable_view_unittest.cc438 // 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...]
H A Dtable_view.cc43 // Populates |model_index_to_range_start| based on the |grouper|.
44 void GetModelIndexToRangeStart(TableGrouper* grouper, argument
49 grouper->GetGroupRange(model_index, &range);
175 void TableView::SetGrouper(TableGrouper* grouper) { argument
176 grouper_ = grouper;
H A Dtable_view.h108 // Sets the TableGrouper. TableView does not own |grouper| (common use case is
110 void SetGrouper(TableGrouper* grouper);
/external/chromium_org/third_party/jinja2/
H A Dfilters.py675 <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
/external/valgrind/main/
H A DAndroid.mk69 else ifeq ($(TARGET_BOOTLOADER_BOARD_NAME),grouper)

Completed in 603 milliseconds