Searched defs:ModelEntry (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc27 // ModelEntry ----------------------------------------------------
29 // ModelEntry wraps a TemplateURL as returned from the TemplateURL.
30 // ModelEntry also tracks state information about the URL.
35 class ModelEntry { class
37 explicit ModelEntry(TemplateURLTableModel* model, function in class:ModelEntry
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> entr
[all...]
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc33 // ModelEntry ----------------------------------------------------
35 // ModelEntry wraps a TemplateURL as returned from the TemplateURL.
36 // ModelEntry also tracks state information about the URL.
41 class ModelEntry { class
43 ModelEntry(TemplateURLTableModel* model, TemplateURL* template_url) function in class:ModelEntry
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(thi
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 97 milliseconds