OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:original_query_for_suggestion
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/search_engines/
template_url.cc
271
const string16&
original_query_for_suggestion
) const {
276
original_query_for_suggestion
,
284
const string16&
original_query_for_suggestion
,
317
if (!
original_query_for_suggestion
.empty()) {
318
EscapeQueryParamValue(
original_query_for_suggestion
,
329
if (!
original_query_for_suggestion
.empty()) {
331
EscapeQueryParamValueUTF8(
original_query_for_suggestion
, true);
template_url.h
77
const string16&
original_query_for_suggestion
) const;
86
const string16&
original_query_for_suggestion
,
template_url_unittest.cc
359
const string16
original_query_for_suggestion
;
member in struct:TestData
381
data[i].accepted_suggestion, data[i].
original_query_for_suggestion
));
Completed in 80 milliseconds