Home | History | Annotate | Download | only in spellchecker

Lines Matching refs:Feedback

5 // The |Feedback| object keeps track of each instance of user feedback in a map
9 // |Feedback| objects keeps track of misspelling-renderer relationship in the
14 // |Feedback| object facilitates efficient access to these misspellings through
17 #include "chrome/browser/spellchecker/feedback.h"
26 Feedback::Feedback() {
29 Feedback::~Feedback() {
32 Misspelling* Feedback::GetMisspelling(uint32 hash) {
39 void Feedback::FinalizeRemovedMisspellings(
63 bool Feedback::RendererHasMisspellings(int renderer_process_id) const {
69 std::vector<Misspelling> Feedback::GetMisspellingsInRenderer(
88 void Feedback::EraseFinalizedMisspellings(int renderer_process_id) {
112 bool Feedback::HasMisspelling(uint32 hash) const {
116 void Feedback::AddMisspelling(int renderer_process_id,
138 bool Feedback::Empty() const {
142 std::vector<int> Feedback::GetRendersWithMisspellings() const {
153 void Feedback::FinalizeAllMisspellings() {
162 std::vector<Misspelling> Feedback::GetAllMisspellings() const {
173 void Feedback::Clear() {
179 const std::set<uint32>& Feedback::FindMisspellings(