OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReplaceSearchTerms
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/search_engines/
template_url.cc
267
std::string TemplateURLRef::
ReplaceSearchTerms
(
/external/chromium_org/chrome/browser/search_engines/
template_url.cc
324
std::string TemplateURLRef::
ReplaceSearchTerms
(
[
all
...]
template_url.h
31
// callers can substitute values to get a "real" URL using
ReplaceSearchTerms
().
38
// Magic numbers to pass to
ReplaceSearchTerms
() for the |accepted_suggestion|
67
// TemplateURLRef::
ReplaceSearchTerms
methods. By default, only search_terms
111
// If set,
ReplaceSearchTerms
() will automatically append any extra query
131
// If set,
ReplaceSearchTerms
() will append a param to the TemplateURLRef to
164
std::string
ReplaceSearchTerms
(
167
// TODO(jnd): remove the following
ReplaceSearchTerms
definition which does
170
std::string
ReplaceSearchTerms
(
172
return
ReplaceSearchTerms
(search_terms_args, NULL);
175
// Just like
ReplaceSearchTerms
except that it takes SearchTermsData to suppl
[
all
...]
Completed in 150 milliseconds