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

  /external/chromium/chrome/browser/ui/search_engines/
template_url_table_model.cc 25 static const int kOtherGroupID = 1;
226 other_group.id = kOtherGroupID;
234 return row < last_search_engine_index_ ? kMainGroupID : kOtherGroupID;
  /external/chromium_org/chrome/browser/ui/search_engines/
template_url_table_model.cc 30 static const int kOtherGroupID = 1;
230 other_group.id = kOtherGroupID;
246 return row < last_other_engine_index_ ? kOtherGroupID : kExtensionGroupID;

Completed in 1660 milliseconds