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

  /external/chromium_org/chrome/browser/ui/search_engines/
template_url_table_model.h 17 class ModelEntry;
32 // each row in the tableview. Each ModelEntry wraps a TemplateURL, providing
106 friend class ModelEntry;
109 void FaviconAvailable(ModelEntry* entry);
115 scoped_ptr<ModelEntry> RemoveEntry(int index);
118 void AddEntry(int index, scoped_ptr<ModelEntry> entry);
123 std::vector<ModelEntry*> entries_;
template_url_table_model.cc 33 // ModelEntry ----------------------------------------------------
35 // ModelEntry wraps a TemplateURL as returned from the TemplateURL.
36 // ModelEntry also tracks state information about the URL.
41 class ModelEntry {
43 ModelEntry(TemplateURLTableModel* model, TemplateURL* template_url)
100 base::Bind(&ModelEntry::OnFaviconDataAvailable,
119 DISALLOW_COPY_AND_ASSIGN(ModelEntry);
147 std::vector<ModelEntry*> default_entries, other_entries, extension_entries;
155 default_entries.push_back(new ModelEntry(this, template_url));
157 extension_entries.push_back(new ModelEntry(this, template_url))
    [all...]
  /external/chromium/chrome/browser/ui/search_engines/
template_url_table_model.h 17 class ModelEntry;
29 // each row in the tableview. Each ModelEntry wraps a TemplateURL, providing
93 friend class ModelEntry;
96 void FaviconAvailable(ModelEntry* entry);
104 std::vector<ModelEntry*> entries_;
template_url_table_model.cc 27 // ModelEntry ----------------------------------------------------
29 // ModelEntry wraps a TemplateURL as returned from the TemplateURL.
30 // ModelEntry also tracks state information about the URL.
35 class ModelEntry {
37 explicit ModelEntry(TemplateURLTableModel* model,
96 NewCallback(this, &ModelEntry::OnFaviconDataAvailable));
116 DISALLOW_COPY_AND_ASSIGN(ModelEntry);
150 entries_.push_back(new ModelEntry(this, template_url));
163 entries_.push_back(new ModelEntry(this, *template_url));
243 scoped_ptr<ModelEntry> entry(entries_[index])
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 173 milliseconds