HomeSort by relevance Sort by last modified time
    Searched defs:TemplateURLRef (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/search_engines/
template_url.cc 34 // The TemplateURLRef has any number of terms that need to be replaced. Each of
176 // TemplateURLRef::SearchTermsArgs --------------------------------------------
178 TemplateURLRef::SearchTermsArgs::SearchTermsArgs(
193 TemplateURLRef::SearchTermsArgs::~SearchTermsArgs() {
196 TemplateURLRef::SearchTermsArgs::ContextualSearchParams::
204 TemplateURLRef::SearchTermsArgs::ContextualSearchParams::
218 TemplateURLRef::SearchTermsArgs::ContextualSearchParams::
238 TemplateURLRef::SearchTermsArgs::ContextualSearchParams::
242 // TemplateURLRef -------------------------------------------------------------
244 TemplateURLRef::TemplateURLRef(TemplateURL* owner, Type type
    [all...]
template_url.h 27 // TemplateURLRef -------------------------------------------------------------
29 // A TemplateURLRef represents a single URL within the larger TemplateURL class
37 class TemplateURLRef {
69 // TemplateURLRef::ReplaceSearchTerms methods. By default, only search_terms
175 // about the query portion of the URL. Since neither TemplateURLRef nor
191 // If set, ReplaceSearchTerms() will append a param to the TemplateURLRef to
204 TemplateURLRef(TemplateURL* owner, Type type);
205 TemplateURLRef(TemplateURL* owner, size_t index_in_owner);
206 ~TemplateURLRef();
221 // If this TemplateURLRef does not support replacement (SupportsReplacemen
    [all...]

Completed in 665 milliseconds