Home | History | Annotate | Download | only in spellchecker

Lines Matching refs:Feedback

5 // An object to record and send user feedback to spelling service. The spelling
6 // service uses the feedback to improve its suggestions.
10 // Periodically sends batches of user feedback to the spelling service.
22 #include "chrome/browser/spellchecker/feedback.h"
39 // Constants for the feedback field trial.
45 // Stores and sends user feedback to the spelling service. Sample usage:
55 // Constructs a feedback sender. Keeps |request_context| in a scoped_refptr,
85 // feedback for the markers that are gone from the renderer. Sends feedback
88 // start timestamp and sends out all of the feedback data.
92 // Generates feedback data based on spellcheck results. The new feedback data
101 // Receives updated language and country code for feedback. Finalizes and
102 // sends out all of the feedback data.
106 // Starts collecting feedback, if it's not already being collected.
109 // Sends out all previously collected data and stops collecting feedback, if
120 // feedback can be finalized. Finalizes feedback for renderers that are gone.
124 // Sends out all feedback data. Resets the session-start timestamp to now.
132 // URL request context for the feedback senders.
135 // The feedback API version.
148 // Feedback data.
149 Feedback feedback_;
151 // A set of renderer process IDs for renderers that have sent out feedback in
158 // The URL where the feedback data should be sent.
167 // Feedback senders that need to stay alive for the duration of sending data.
168 // If a sender is destroyed before it finishes, then sending feedback will be