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

  /external/chromium_org/chrome/browser/search_engines/
template_url_service.h 42 // 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 : public WebDataServiceConsumer
    [all...]
template_url_service.cc 56 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::ExtensionKeyword::~ExtensionKeyword() {
    [all...]

Completed in 56 milliseconds