Home | History | Annotate | Download | only in search

Lines Matching refs:search

5 #include "chrome/browser/search/search.h"
17 #include "chrome/browser/search/instant_service.h"
18 #include "chrome/browser/search/instant_service_factory.h"
24 #include "chrome/browser/ui/search/instant_search_prerenderer.h"
31 #include "components/search/search.h"
56 // Controls whether to reuse prerendered Instant Search base page to commit any
57 // search query.
61 // Controls whether to use the alternate Instant search base URL. This allows
62 // experimentation of Instant search.
65 const char kAltInstantURLPath[] = "search";
75 // Status of the New Tab URL for the default Search provider. NOTE: Used in a
158 search::MatchesOriginAndPath(url, search_url))
166 search::MatchesOriginAndPath(url, search_url))
194 search::MatchesOriginAndPath(url, new_tab_url))
211 if (search::MatchesOriginAndPath(url, instant_url))
223 // For security reasons, don't extract search terms if the page is not being
225 // against a malicious page somehow scripting the search results page and
226 // faking search terms in the URL. Random pages can't get into the Instant
236 // Check to see if search terms have already been extracted.
294 // We can use the search provider's page.
345 // InstantSearchPrerenderer has the search query for the Instant search base
459 search::MatchesOriginAndPath(entry->GetURL(), new_tab_url);
510 // Returns URLs associated with the default search engine for |profile|.
643 // Replace the scheme with "chrome-search:".
654 search::MatchesOriginAndPath(url, details.url)) {
693 if (search::MatchesOriginAndPath(
701 search::MatchesOriginAndPath(new_tab_url, *url)) {