Home
last modified time | relevance | path

Searched refs:kOtherGroupID (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/search_engines/
Dtemplate_url_table_model.cc25 static const int kOtherGroupID = 1; variable
226 other_group.id = kOtherGroupID; in GetGroups()
234 return row < last_search_engine_index_ ? kMainGroupID : kOtherGroupID; in GetGroupID()