Home | History | Annotate | Download | only in autocomplete

Lines Matching defs:Result

160   // The Result classes are intermediate representations of AutocompleteMatches,
166 // highly fragmented SearchProvider logic for each Result type.
167 class Result {
169 Result(bool from_keyword_provider,
172 virtual ~Result();
184 // Returns if this result is inlineable against the current input |input|.
188 // Returns the default relevance value for this result (which may
196 // True if the result came from the keyword provider.
203 // Whether this result's relevance score was fully or partly calculated
211 class SuggestResult : public Result {
221 // Result:
232 class NavigationResult : public Result {
248 // Result:
262 // The suggested navigational result description; generally the site name.
298 // suppresses the verbatim result.
307 // Removes non-inlineable results until either the top result can inline
308 // autocomplete the current input or verbatim outscores the top result.
314 // Calculates the relevance score for the keyword verbatim result (if the
367 // and navigation result lists, depending on whether |is_keyword| is true.
368 // Returns whether the appropriate result list members were updated.
392 // Adds a match for each result in |results| to |map|. |is_keyword| indicates
409 // Gets the relevance score for the verbatim result. This value may be
415 // Calculates the relevance score for the verbatim result from the
420 // Calculates the relevance score for the verbatim result from the default
423 // relevance score that the best result from this provider should have.
427 // Gets the relevance score for the keyword verbatim result.