Home | History | Annotate | Download | only in search_engines

Lines Matching refs:SEARCH

30 // (which represents an entire "search engine", see below).  If
52 SEARCH,
96 // The version of contextual search.
117 // If true, the server will generate a search term based on the user
119 // as the search term.
123 // The search terms (query).
135 // search provider to support HTTPS protocol in order to receive the AQS
172 // params specified via the --extra-search-query-params command-line
173 // argument. Generally, this should be set when dealing with the search or
174 // instant TemplateURLRefs of the default search engine and the caller cares
176 // indeed TemplateURL know whether a TemplateURL is the default search
181 // search-by-image frontend.
192 // update the search results page incrementally even if that is otherwise
197 // True if the search was made using the app list search box. Otherwise, the
198 // search was made using the omnibox.
215 // Returns true if this URL supports search term replacement.
218 // Returns a string that is the result of replacing the search terms in
251 // If this TemplateURLRef is valid and contains one search term, this returns
256 // If this TemplateURLRef is valid and contains one search term, this returns
257 // the key of the search term, otherwise this returns an empty string.
271 // |search_term_component|, if not NULL, indicates whether the search terms
273 // if not NULL, contains the position of the search terms in the query or the
376 // parsed into |post_params| which will be further replaced with real search
436 // Do we support search term replacement?
443 // Host, path, key and location of the search term. These are only set if the
444 // url contains one search term.
461 // A TemplateURL represents a single "search engine", defined primarily as a
462 // subset of the Open Search Description Document
474 // Regular search engine.
483 // added the search engine.
492 // Whether the search engine is supposed to be default.
496 // the default search engine. The most recently-installed wins.
619 // Returns the id of the extension that added this search engine. Only call
625 // search and alternate URLs.
628 // Gets the search URL at the given index. The alternate URLs, if any, are
629 // numbered starting at 0, and the primary search URL follows. This is used
630 // to decode the search term given a search URL (see
634 // Use the alternate URLs and the search URL to match the provided |url|
636 // |search_terms| if no search terms can be matched. The order in which the
638 // treated as the highest priority and the primary search URL is treated as
640 // alternate URL "http://foo/#q={searchTerms}" and search URL
643 // search term will be "b".
648 // Returns true if non-empty search terms could be extracted from |url| using
650 // could be the result of performing a search with |this|.
653 // Returns true if the specified |url| contains the search terms replacement
661 // Given a |url| corresponding to this TemplateURL, identifies the search
672 // Encodes the search terms from |search_terms_args| so that we know the
684 // Returns the search url for this template URL.
704 // Uses the alternate URLs and the search URL to match the provided |url|