HomeSort by relevance Sort by last modified time
    Searched full:other_entries (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/ui/search_engines/
template_url_table_model.cc 147 std::vector<ModelEntry*> default_entries, other_entries, extension_entries; local
159 other_entries.push_back(new ModelEntry(this, template_url));
164 static_cast<int>(other_entries.size());
171 other_entries.begin(),
172 other_entries.end());

Completed in 360 milliseconds