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

  /external/chromium/chrome/browser/ui/search_engines/
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 487 milliseconds