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

  /external/chromium/chrome/browser/search_engines/
template_url_model.h 37 // TemplateURLModel is the backend for keywords. It's used by
40 // TemplateURLModel stores a vector of TemplateURLs. The TemplateURLs are
42 // to the TemplateURLs must funnel through TemplateURLModel. This allows
43 // TemplateURLModel to notify listeners of changes as well as keep the
46 // There is a TemplateURLModel per Profile.
48 // TemplateURLModel does not load the vector of TemplateURLs in its
50 // When TemplateURLModel has completed loading, observers are notified via
54 // TemplateURLModel takes ownership of any TemplateURL passed to it. If there
56 // TemplateURLModel handles deletion.
58 class TemplateURLModel : public WebDataServiceConsumer
    [all...]
template_url_model.cc 75 class TemplateURLModel::LessWithPrefix {
97 TemplateURLModel::TemplateURLModel(Profile* profile)
109 TemplateURLModel::TemplateURLModel(const Initializer* initializers,
122 TemplateURLModel::~TemplateURLModel() {
132 string16 TemplateURLModel::GenerateKeyword(const GURL& url,
154 string16 TemplateURLModel::CleanUserInputKeyword(const string16& keyword) {
187 GURL TemplateURLModel::GenerateSearchURL(const TemplateURL* t_url)
    [all...]

Completed in 61 milliseconds