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"
24 Feedback::Feedback() {
27 Feedback::~Feedback() {
30 Misspelling* Feedback::GetMisspelling(uint32 hash) {
37 void Feedback::FinalizeRemovedMisspellings(
64 bool Feedback::RendererHasMisspellings(int renderer_process_id) const {
70 std::vector<Misspelling> Feedback::GetMisspellingsInRenderer(
89 void Feedback::EraseFinalizedMisspellings(int renderer_process_id) {
113 bool Feedback::HasMisspelling(uint32 hash) const {
117 void Feedback::AddMisspelling(int renderer_process_id,
139 bool Feedback::Empty() const {
143 std::vector<int> Feedback::GetRendersWithMisspellings() const {
154 void Feedback::FinalizeAllMisspellings() {
163 std::vector<Misspelling> Feedback::GetAllMisspellings() const {
174 void Feedback::Clear() {
180 const std::set<uint32>& Feedback::FindMisspellings(