OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TemplateURLService
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/search_engines/
template_url_service.h
43
//
TemplateURLService
is the backend for keywords. It's used by
46
//
TemplateURLService
stores a vector of TemplateURLs. The TemplateURLs are
48
// to the TemplateURLs must funnel through
TemplateURLService
. This allows
49
//
TemplateURLService
to notify listeners of changes as well as keep the
52
// There is a
TemplateURLService
per Profile.
54
//
TemplateURLService
does not load the vector of TemplateURLs in its
56
// When
TemplateURLService
has completed loading, observers are notified via
60
//
TemplateURLService
takes ownership of any TemplateURL passed to it. If there
62
//
TemplateURLService
handles deletion.
64
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(
215
const
TemplateURLService
::TemplateURLVector& template_urls) {
217
for (
TemplateURLService
::TemplateURLVector::const_iterator it =
238
//
TemplateURLService
::ExtensionKeyword ---------------------------------------
240
TemplateURLService
::ExtensionKeyword::ExtensionKeyword(
249
TemplateURLService
::ExtensionKeyword::~ExtensionKeyword() {}
252
//
TemplateURLService
::LessWithPrefix -----------------------------------------
254
class
TemplateURLService
::LessWithPrefix
[
all
...]
Completed in 1071 milliseconds