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

  /external/chromium_org/components/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 // *ALL* mutations to the TemplateURLs must funnel through TemplateURLService.
53 // This allows TemplateURLService to notify listeners of changes as well as keep
56 // TemplateURLService does not load the vector of TemplateURLs in its
58 // When TemplateURLService has completed loading, observers are notified via
62 // TemplateURLService takes ownership of any TemplateURL passed to it. If there
64 // otherwise TemplateURLService handles deletion.
66 class TemplateURLService : public WebDataServiceConsumer,
90 TemplateURLService(
    [all...]
template_url_service.cc 43 typedef TemplateURLService::SyncDataMap SyncDataMap;
130 const TemplateURLService::TemplateURLVector& template_urls) {
132 for (TemplateURLService::TemplateURLVector::const_iterator it =
153 // TemplateURLService::LessWithPrefix -----------------------------------------
155 class TemplateURLService::LessWithPrefix {
178 // TemplateURLService ---------------------------------------------------------
180 TemplateURLService::TemplateURLService(
207 base::Bind(&TemplateURLService::OnDefaultSearchChange,
213 TemplateURLService::TemplateURLService(const Initializer* initializers
    [all...]

Completed in 59 milliseconds