Searched defs:TemplateURLModel (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_model.h37 // 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 class in inherits:WebDataServiceConsumer,NotificationObserver
[all...]
H A Dtemplate_url_model.cc75 class TemplateURLModel::LessWithPrefix {
97 TemplateURLModel::TemplateURLModel(Profile* profile) function in class:TemplateURLModel
109 TemplateURLModel::TemplateURLModel(const Initializer* initializers, function in class:TemplateURLModel
122 TemplateURLModel::~TemplateURLModel() {
132 string16 TemplateURLModel::GenerateKeyword(const GURL& url,
154 string16 TemplateURLModel::CleanUserInputKeyword(const string16& keyword) {
187 GURL TemplateURLModel
[all...]

Completed in 51 milliseconds