Searched defs:TemplateURLRef (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url.cc24 // The TemplateURLRef has any number of terms that need to be replaced. Each of
74 TemplateURLRef::TemplateURLRef() { function in class:TemplateURLRef
78 TemplateURLRef::TemplateURLRef(const std::string& url, function in class:TemplateURLRef
89 void TemplateURLRef::Set(const std::string& url,
98 TemplateURLRef::~TemplateURLRef() {
101 bool TemplateURLRef::ParseParameter(size_t start,
158 std::string TemplateURLRef
[all...]
H A Dtemplate_url.h26 // 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 { class
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...]

Completed in 103 milliseconds