Home | History | Annotate | Download | only in omnibox

Lines Matching refs:input_

265   input_ = input;
306 return is_keyword ? keyword_input_ : input_;
521 providers_.GetDefaultProviderURL(), input_));
545 input_.current_page_classification()))
566 input_.text(),
597 (!done_ && input_.want_asynchronous_matches())))
607 UpdateMatchContentsClass(input_.text(), &default_results_);
612 if (!input_.want_asynchronous_matches())
643 if (input_.type() == metrics::OmniboxInputType::FORCED_QUERY)
656 if (!LowerCaseEqualsASCII(input_.scheme(), url::kHttpScheme) &&
657 !LowerCaseEqualsASCII(input_.scheme(), url::kHttpsScheme) &&
658 !LowerCaseEqualsASCII(input_.scheme(), url::kFtpScheme))
659 return (input_.type() == metrics::OmniboxInputType::QUERY);
670 const url::Parsed& parts = input_.parts();
674 (input_.type() == metrics::OmniboxInputType::URL)))
680 if (LowerCaseEqualsASCII(input_.scheme(), url::kHttpsScheme) &&
727 result.CalculateRelevance(input_, providers_.has_keyword_provider()) +
738 result.CalculateRelevance(input_, providers_.has_keyword_provider()) +
819 base::CollapseWhitespace(input_.text(), false);
964 return (input_.type() == metrics::OmniboxInputType::URL) &&
1039 input_.current_page_classification());
1110 input_.current_page_classification(), &match, NULL);
1149 bool prevent_inline_autocomplete = input_.prevent_inline_autocomplete() ||
1150 (input_.type() == metrics::OmniboxInputType::URL);
1200 !input_.prevent_inline_autocomplete() &&
1218 switch (input_.type()) {
1245 !input_.prevent_inline_autocomplete() &&
1291 base_score = (input_.type() == metrics::OmniboxInputType::URL) ? 750 : 1050;
1302 keyword_input_.text() : input_.text(),
1332 if (input_.type() == metrics::OmniboxInputType::FORCED_QUERY) {
1357 (!input_.prevent_inline_autocomplete() && !trimmed_whitespace));
1359 input_.canonicalized_url(), providers_.template_url_service());