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 47 // TemplateURLService is the backend for keywords. It's used by
50 // TemplateURLService stores a vector of TemplateURLs. The TemplateURLs are
52 // to the TemplateURLs must funnel through TemplateURLService. This allows
53 // TemplateURLService to notify listeners of changes as well as keep the
56 // There is a TemplateURLService per Profile.
58 // TemplateURLService does not load the vector of TemplateURLs in its
60 // When TemplateURLService has completed loading, observers are notified via
64 // TemplateURLService takes ownership of any TemplateURL passed to it. If there
66 // TemplateURLService handles deletion.
68 class TemplateURLService : public WebDataServiceConsumer
    [all...]
template_url_service.cc 54 typedef TemplateURLService::SyncDataMap SyncDataMap;
169 const TemplateURLService::TemplateURLVector& template_urls) {
171 for (TemplateURLService::TemplateURLVector::const_iterator it =
192 // TemplateURLService::ExtensionKeyword ---------------------------------------
194 TemplateURLService::ExtensionKeyword::ExtensionKeyword(
203 TemplateURLService::ExtensionKeyword::~ExtensionKeyword() {}
206 // TemplateURLService::LessWithPrefix -----------------------------------------
208 class TemplateURLService::LessWithPrefix {
231 // TemplateURLService ---------------------------------------------------------
233 TemplateURLService::TemplateURLService(Profile* profile
    [all...]

Completed in 284 milliseconds