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

/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service.h42 // TemplateURLService is the backend for keywords. It's used by
45 // TemplateURLService stores a vector of TemplateURLs. The TemplateURLs are
47 // to the TemplateURLs must funnel through TemplateURLService. This allows
48 // TemplateURLService to notify listeners of changes as well as keep the
51 // There is a TemplateURLService per Profile.
53 // TemplateURLService does not load the vector of TemplateURLs in its
55 // When TemplateURLService has completed loading, observers are notified via
59 // TemplateURLService takes ownership of any TemplateURL passed to it. If there
61 // TemplateURLService handles deletion.
63 class TemplateURLService class in inherits:WebDataServiceConsumer,BrowserContextKeyedService,content::NotificationObserver,syncer::SyncableService
[all...]
H A Dtemplate_url_service.cc56 typedef TemplateURLService::SyncDataMap SyncDataMap;
113 const TemplateURLService::TemplateURLVector& template_urls) {
114 for (TemplateURLService::TemplateURLVector::const_iterator i(
216 const TemplateURLService::TemplateURLVector& template_urls) {
218 for (TemplateURLService::TemplateURLVector::const_iterator it =
236 typedef std::vector<TemplateURLService::ExtensionKeyword> ExtensionKeywords;
250 extension_keywords.push_back(TemplateURLService::ExtensionKeyword(
266 // TemplateURLService::ExtensionKeyword ---------------------------------------
268 TemplateURLService::ExtensionKeyword::ExtensionKeyword(
277 TemplateURLService
307 TemplateURLService::TemplateURLService(Profile* profile) function in class:TemplateURLService
325 TemplateURLService::TemplateURLService(const Initializer* initializers, function in class:TemplateURLService
[all...]

Completed in 130 milliseconds