HomeSort by relevance Sort by last modified time
    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 36 // The TemplateURLRef has any number of terms that need to be replaced. Each of
189 // TemplateURLRef::SearchTermsArgs --------------------------------------------
191 TemplateURLRef::SearchTermsArgs::SearchTermsArgs(const string16& search_terms)
200 TemplateURLRef::SearchTermsArgs::~SearchTermsArgs() {
204 // TemplateURLRef -------------------------------------------------------------
206 TemplateURLRef::TemplateURLRef(TemplateURL* owner, Type type)
219 TemplateURLRef::TemplateURLRef(TemplateURL* owner, size_t index_in_owner)
232 TemplateURLRef::~TemplateURLRef()
    [all...]
template_url.h 24 // TemplateURLRef -------------------------------------------------------------
26 // A TemplateURLRef represents a single URL within the larger TemplateURL class
34 class TemplateURLRef {
64 // TemplateURLRef::ReplaceSearchTerms methods. By default, only search_terms
106 // about the query portion of the URL. Since neither TemplateURLRef nor
120 TemplateURLRef(TemplateURL* owner, Type type);
121 TemplateURLRef(TemplateURL* owner, size_t index_in_owner);
122 ~TemplateURLRef();
141 // If this TemplateURLRef does not support replacement (SupportsReplacement
143 // If this TemplateURLRef uses POST, and |post_content| is not NULL, th
    [all...]

Completed in 62 milliseconds