Home | History | Annotate | Download | only in search_engines

Lines Matching refs:REF

143 // query or ref.
465 // Parameter must be present either in the query or the ref.
468 url.query() : url.ref());
722 search_term_key_location_ = url_parse::Parsed::REF;
729 std::string ref_key = FindSearchTermsKey(url.ref());
734 url_parse::Parsed::REF : url_parse::Parsed::QUERY;
1123 // Look for the key both in the query and the ref.
1124 std::string params[] = {url.query(), url.ref()};
1157 // ref, so we can call EncodeSearchTerm with |is_in_query| = true, since query
1158 // and ref are encoded in the same way.
1165 std::string old_params((search_term_component == url_parse::Parsed::REF) ?
1166 url.ref() : url.query());
1171 if (search_term_component == url_parse::Parsed::REF)
1246 TemplateURLRef ref(this, i);
1247 if (ref.ExtractSearchTermsFromURL(url, search_terms, search_terms_data,