OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TemplateURL
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/search_engines/
template_url.cc
268
const
TemplateURL
& host,
281
const
TemplateURL
& host,
482
string16 TemplateURLRef::SearchTermToString16(const
TemplateURL
& host,
555
//
TemplateURL
----------------------------------------------------------------
558
GURL
TemplateURL
::GenerateFaviconURL(const GURL& url) {
574
bool
TemplateURL
::SupportsReplacement(const
TemplateURL
* turl) {
580
bool
TemplateURL
::SupportsReplacementUsingTermsData(
581
const
TemplateURL
* turl,
587
TemplateURL
::TemplateURL(
[
all
...]
template_url.h
20
class
TemplateURL
;
24
//
TemplateURL
represents the relevant portions of the Open Search Description
26
// The main use case for
TemplateURL
is to use the TemplateURLRef returned by
40
// Both
TemplateURL
and TemplateURLRef have value semantics. This allows the
72
// The
TemplateURL
is used to determine the input encoding for the term.
74
const
TemplateURL
& host,
83
const
TemplateURL
& host,
122
// Converts the specified term in the encoding of the host
TemplateURL
to a
124
string16 SearchTermToString16(const
TemplateURL
& host,
140
friend class
TemplateURL
;
[
all
...]
/external/chromium_org/chrome/browser/search_engines/
template_url.cc
219
TemplateURLRef::TemplateURLRef(
TemplateURL
* owner, Type type)
233
TemplateURLRef::TemplateURLRef(
TemplateURL
* owner, size_t index_in_owner)
[
all
...]
template_url.h
23
class
TemplateURL
;
28
// A TemplateURLRef represents a single URL within the larger
TemplateURL
class
33
// TemplateURLRefs always have a non-NULL |owner_|
TemplateURL
, which they
116
// indeed
TemplateURL
know whether a
TemplateURL
is the default search
138
TemplateURLRef(
TemplateURL
* owner, Type type);
139
TemplateURLRef(
TemplateURL
* owner, size_t index_in_owner);
237
friend class
TemplateURL
;
364
// The
TemplateURL
that contains us. This should outlive us.
365
TemplateURL
* const owner_
[
all
...]
Completed in 111 milliseconds