Searched refs:HasGroups (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/base/models/
H A Dtable_model.cc53 bool TableModel::HasGroups() { function in class:ui::TableModel
58 // If you override HasGroups to return true, you must override this as
65 // If you override HasGroups to return true, you must override this as
H A Dtable_model.h25 // See HasGroups, get GetGroupID for details as to how this is used.
61 virtual bool HasGroups();
64 // This is only used if HasGroups returns true.
68 // This is only used if HasGroups returns true.
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.h54 virtual bool HasGroups() OVERRIDE;
H A Dtemplate_url_table_model.cc208 bool TemplateURLTableModel::HasGroups() { function in class:TemplateURLTableModel

Completed in 141 milliseconds