Searched refs:ModelEntry (Results 1 – 2 of 2) sorted by relevance
35 class ModelEntry { class37 explicit ModelEntry(TemplateURLTableModel* model, in ModelEntry() function in ModelEntry96 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 …]
17 class ModelEntry; variable93 friend class ModelEntry;96 void FaviconAvailable(ModelEntry* entry);104 std::vector<ModelEntry*> entries_;