OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TemplateURLData
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/search_engines/
template_url.cc
[
all
...]
template_url.h
411
//
TemplateURLData
------------------------------------------------------------
414
// users to do SSA-style usage of TemplateURL: construct a
TemplateURLData
with
416
struct
TemplateURLData
{
417
TemplateURLData
();
418
~
TemplateURLData
();
542
// as a
TemplateURLData
containing other details like the name, keyword, etc.
560
TemplateURL(Profile* profile, const
TemplateURLData
& data);
567
const
TemplateURLData
& data() const { return data_; }
757
TemplateURLData
data_;
Completed in 29 milliseconds