HomeSort by relevance Sort by last modified time
    Searched refs:IsGroupRow (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/gtk/
gtk_tree.h 122 bool IsGroupRow(GtkTreeIter* iter) const;
gtk_tree.cc 95 bool TableAdapter::IsGroupRow(GtkTreeIter* iter) const {
259 while (IsGroupRow(&iter)) {
300 while (IsGroupRow(&iter)) {
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_tree.h 123 bool IsGroupRow(GtkTreeIter* iter) const;
gtk_tree.cc 97 bool TableAdapter::IsGroupRow(GtkTreeIter* iter) const {
261 while (IsGroupRow(&iter)) {
302 while (IsGroupRow(&iter)) {

Completed in 156 milliseconds