Lines Matching full:provider
25 // finished processing the query. When a provider gets more matches or finishes
48 // Search Primary Provider (past query in history within 2 days) | 1399**
49 // Search Primary Provider (what you typed) | 1300
53 // Search Primary Provider (past query in history older than 2 days) | 1050--
56 // Search Primary Provider (navigational suggestion) | 800++
58 // Search Primary Provider (suggestion) | 600++
63 // Search Secondary Provider (what you typed) | 250
64 // Search Secondary Provider (past query in history) | 200--
65 // Search Secondary Provider (navigational suggestion) | 150++
66 // Search Secondary Provider (suggestion) | 100++
73 // Search Primary Provider (past query in history within 2 days) | 1399**
76 // Search Primary Provider (what you typed) | 1150
78 // Search Primary Provider (past query in history older than 2 days) | 1050--
81 // Search Primary Provider (navigational suggestion) | 800++
83 // Search Primary Provider (suggestion) | 600++
88 // Search Secondary Provider (what you typed) | 250
89 // Search Secondary Provider (past query in history) | 200--
90 // Search Secondary Provider (navigational suggestion) | 150++
91 // Search Secondary Provider (suggestion) | 100++
102 // Search Primary Provider (what you typed) | 850
103 // Search Primary Provider (navigational suggestion) | 800++
104 // Search Primary Provider (past query in history) | 750--
107 // Search Primary Provider (suggestion) | 300++
108 // Search Secondary Provider (what you typed) | 250
109 // Search Secondary Provider (past query in history) | 200--
110 // Search Secondary Provider (navigational suggestion) | 150++
111 // Search Secondary Provider (suggestion) | 100++
119 // Search Primary Provider (past query in history within 2 days) | 1399**
120 // Search Primary Provider (what you typed) | 1300
122 // Search Primary Provider (past query in history older than 2 days) | 1050--
125 // Search Primary Provider (navigational suggestion) | 800++
127 // Search Primary Provider (suggestion) | 600++
131 // Search Secondary Provider (what you typed) | 250
132 // Search Secondary Provider (past query in history) | 200--
133 // Search Secondary Provider (navigational suggestion) | 150++
134 // Search Secondary Provider (suggestion) | 100++
139 // Search Primary Provider (past query in history within 2 days) | 1399**
140 // Search Primary Provider (what you typed) | 1300
142 // Search Primary Provider (past query in history older than 2 days) | 1050--
144 // Search Primary Provider (navigational suggestion) | 800++
146 // Search Primary Provider (suggestion) | 600++
154 // typed a keyword, then the primary provider is the keyword provider and the
155 // secondary provider is the default provider. If the user has not typed a
156 // keyword, then the primary provider corresponds to the default provider.
341 // A single result provider for the autocomplete system. Given user input, the
342 // provider decides what (if any) matches to return, their relevance, and their
349 // Called by a provider as a notification that something has changed.
351 // way (they may not have changed if, for example, the provider did an
358 // NOTE: There's no parameter to tell the listener _which_ provider is
378 // Called to start an autocomplete query. The provider is responsible for
380 // query. When new matches are available or the provider finishes, it
382 // get the new matches using the provider's accessors.
386 // otherwise, starting each provider running would result in a flurry of
391 // |minimal_changes| is an optimization that lets the provider do less work
397 // Called when a provider must not make any more callbacks for the current
398 // query. This will be called regardless of whether the provider is already
405 // Returns whether the provider is done processing the query.
408 // Returns the name of this provider.
413 // called for matches the provider marks as deletable. This should only be
418 // A suggested upper bound for how many matches a provider should return.
451 // The name of this provider. Used for logging.
490 // The desired provider. If we can't find a match with the specified
491 // |destination_url|, we'll use the best match from this provider.
633 // bias the autocomplete result set toward the keyword provider when the input
664 // Asks the relevant provider to delete |match|, and ensures observers are
684 // Updates |result_| to reflect the current provider state. Resets timers and