Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/search_engines/
Dtemplate_url_table_model.cc35 class ModelEntry { class
37 explicit ModelEntry(TemplateURLTableModel* model, in ModelEntry() function in ModelEntry
96 NewCallback(this, &ModelEntry::OnFaviconDataAvailable)); in LoadFavicon()
116 DISALLOW_COPY_AND_ASSIGN(ModelEntry);
150 entries_.push_back(new ModelEntry(this, template_url)); in Reload()
163 entries_.push_back(new ModelEntry(this, *template_url)); in Reload()
243 scoped_ptr<ModelEntry> entry(entries_[index]); in Remove()
258 ModelEntry* entry = new ModelEntry(this, *template_url); in Add()
300 for (std::vector<ModelEntry*>::iterator i = entries_.begin(); in IndexOfTemplateURL()
302 ModelEntry* entry = *i; in IndexOfTemplateURL()
[all …]
Dtemplate_url_table_model.h17 class ModelEntry; variable
93 friend class ModelEntry;
96 void FaviconAvailable(ModelEntry* entry);
104 std::vector<ModelEntry*> entries_;