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

  /external/chromium_org/chrome/browser/ui/search_engines/
template_url_table_model.h 32 // each row in the tableview. Each ModelEntry wraps a TemplateURL, providing
103 class ModelEntry;
106 void FaviconAvailable(ModelEntry* entry);
112 scoped_ptr<ModelEntry> RemoveEntry(int index);
115 void AddEntry(int index, scoped_ptr<ModelEntry> entry);
120 std::vector<ModelEntry*> entries_;
template_url_table_model.cc 26 // ModelEntry ----------------------------------------------------
28 // ModelEntry wraps a TemplateURL as returned from the TemplateURL.
29 // ModelEntry also tracks state information about the URL.
34 class TemplateURLTableModel::ModelEntry {
36 ModelEntry(TemplateURLTableModel* model, TemplateURL* template_url)
92 base::Bind(&ModelEntry::OnFaviconDataAvailable, base::Unretained(this)),
111 DISALLOW_COPY_AND_ASSIGN(ModelEntry);
141 std::vector<ModelEntry*> default_entries, other_entries, extension_entries;
149 default_entries.push_back(new ModelEntry(this, template_url));
151 extension_entries.push_back(new ModelEntry(this, template_url))
    [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 39 milliseconds