/external/chromium_org/components/search_engines/ |
template_url_service_observer.h | 8 // TemplateURLServiceObserver is notified whenever the set of TemplateURLs
|
search_host_to_urls_map.h | 16 // This class does not own any TemplateURLs passed to it and it is up to the 38 // or NULL if there are no such TemplateURLs 54 // Maps from host to set of TemplateURLs whose search url host is host.
|
template_url_parser.h | 15 // TemplateURLParser, as the name implies, handling reading of TemplateURLs
|
template_url_service.h | 50 // TemplateURLService stores a vector of TemplateURLs. The TemplateURLs are 52 // *ALL* mutations to the TemplateURLs must funnel through TemplateURLService. 56 // TemplateURLService does not load the vector of TemplateURLs in its 133 // Returns (in |matches|) all TemplateURLs whose keywords begin with |prefix|, 135 // TemplateURLs that support replacement are returned. 152 // or NULL if there are no such TemplateURLs 311 // Returns all syncable TemplateURLs from this model as SyncData. This should 465 // specified host, or the only TemplateURLs matching the specified host can 492 // that they match the internal prepopulated URL. TemplateURLs not coming fro [all...] |
template_url_prepopulate_data.h | 45 // Loads the set of TemplateURLs from the prepopulate data. On return,
|
template_url_data.h | 24 // in various places that use TemplateURLs. For example, the location bar 103 // The primary unique identifier for Sync. This set on all TemplateURLs
|
util.h | 88 // be updated. If |removed_keyword_guids| is not NULL, any TemplateURLs removed 123 // Removes (and deletes) TemplateURLs from |template_urls| and |service| if they
|
template_url.h | 468 // TemplateURLs are intended to be read-only for most users. 469 // The TemplateURLService, which handles storing and manipulating TemplateURLs, 504 // This is guaranteed not to return an empty string, since TemplateURLs should 620 // this for TemplateURLs of type NORMAL_CONTROLLED_BY_EXTENSION or
|
default_search_manager_unittest.cc | 26 // Checks that the two TemplateURLs are similar. Does not check the id, the
|
template_url_service.cc | 120 // used in MergeDataAndStartSyncing to differentiate between TemplateURLs from 121 // Sync and TemplateURLs that were initially local, assuming |sync_data| is the [all...] |
template_url_service_sync_unittest.cc | 179 // Verifies the two TemplateURLs are equal. 647 // All the original TemplateURLs should also remain in the model. [all...] |
util.cc | 141 // Returns the TemplateURL with id specified from the list of TemplateURLs.
|
template_url_service_unittest.cc | 108 // Checks that the two TemplateURLs are similar. It does not check the id, the 150 // Verifies the two TemplateURLs are equal. 762 // NOTE: This doesn't use AssertEquals as only a subset of the TemplateURLs [all...] |
template_url_prepopulate_data.cc | [all...] |
/external/chromium_org/chrome/browser/importer/ |
profile_writer.h | 82 // Adds the TemplateURLs in |template_urls| to the local store. The local 83 // store becomes the owner of the TemplateURLs. Some TemplateURLs in 85 // with existing TemplateURLs in the local store, in which case the existing
|
profile_writer.cc | 290 // If there are multiple TemplateURLs with the same host+path, favor 326 // Only add valid TemplateURLs to the model.
|
in_process_importer_bridge.cc | 127 // with the resulting TemplateURLs.
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/search_engines/ |
TemplateUrlService.java | 99 List<TemplateUrl> templateUrls = new ArrayList<TemplateUrl>(templateUrlCount); 104 templateUrls.add(templateUrl); 107 return templateUrls;
|
/external/chromium_org/components/omnibox/ |
search_provider.h | 96 // Manages the providers (TemplateURLs) used by SearchProvider. Two providers 354 // Maintains the TemplateURLs used.
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
search_engines_helper.cc | 56 LOG(ERROR) << "TemplateURLs did not match: " << GetTURLInfoString(turl1)
|
/external/chromium_org/chrome/browser/ui/views/ |
edit_search_engine_dialog.cc | 133 // occasionally we need to update the URL of prepopulated TemplateURLs.
|
/external/chromium_org/chrome/browser/ui/search_engines/ |
template_url_table_model.cc | 345 // current_default may not be in the list of TemplateURLs if the database is
|
/external/chromium_org/chrome/browser/autocomplete/ |
history_url_provider.h | 172 // TemplateURLs can't be copied by value. We use a scoped_ptr<SearchTermsData>
|