OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TemplateURLRef
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/search_engines/
template_url.cc
24
// The
TemplateURLRef
has any number of terms that need to be replaced. Each of
74
TemplateURLRef
::
TemplateURLRef
() {
78
TemplateURLRef
::
TemplateURLRef
(const std::string& url,
89
void
TemplateURLRef
::Set(const std::string& url,
98
TemplateURLRef
::~
TemplateURLRef
() {
101
bool
TemplateURLRef
::ParseParameter(size_t start,
158
std::string
TemplateURLRef
::ParseURL(const std::string& url
[
all
...]
template_url.h
26
// The main use case for TemplateURL is to use the
TemplateURLRef
returned by
35
//
TemplateURLRef
.
40
// Both TemplateURL and
TemplateURLRef
have value semantics. This allows the
42
class
TemplateURLRef
{
53
TemplateURLRef
();
55
TemplateURLRef
(const std::string& url, int index_offset, int page_offset);
57
~
TemplateURLRef
();
69
// If this
TemplateURLRef
does not support replacement (SupportsReplacement
98
// Returns true if the
TemplateURLRef
is valid. An invalid
TemplateURLRef
i
[
all
...]
/external/chromium_org/chrome/browser/search_engines/
template_url.cc
40
// The
TemplateURLRef
has any number of terms that need to be replaced. Each of
199
//
TemplateURLRef
::SearchTermsArgs --------------------------------------------
201
TemplateURLRef
::SearchTermsArgs::SearchTermsArgs(
213
TemplateURLRef
::SearchTermsArgs::~SearchTermsArgs() {
217
//
TemplateURLRef
-------------------------------------------------------------
219
TemplateURLRef
::
TemplateURLRef
(TemplateURL* owner, Type type)
233
TemplateURLRef
::
TemplateURLRef
(TemplateURL* owner, size_t index_in_owner)
247
TemplateURLRef
::~TemplateURLRef()
[
all
...]
template_url.h
26
//
TemplateURLRef
-------------------------------------------------------------
28
// A
TemplateURLRef
represents a single URL within the larger TemplateURL class
36
class
TemplateURLRef
{
67
//
TemplateURLRef
::ReplaceSearchTerms methods. By default, only search_terms
115
// about the query portion of the URL. Since neither
TemplateURLRef
nor
131
// If set, ReplaceSearchTerms() will append a param to the
TemplateURLRef
to
138
TemplateURLRef
(TemplateURL* owner, Type type);
139
TemplateURLRef
(TemplateURL* owner, size_t index_in_owner);
140
~
TemplateURLRef
();
159
// If this
TemplateURLRef
does not support replacement (SupportsReplacemen
[
all
...]
Completed in 407 milliseconds