GetAllMisspellings   78 chrome/browser/spellchecker/feedback.h   std::vector<Misspelling> GetAllMisspellings() const;
GetAllMisspellings  389 chrome/browser/spellchecker/feedback_sender.cc   SendFeedback(feedback_.GetAllMisspellings(),
GetAllMisspellings   75 chrome/browser/spellchecker/feedback_unittest.cc   std::vector<Misspelling> misspellings = feedback_.GetAllMisspellings();
GetAllMisspellings  143 chrome/browser/spellchecker/feedback_unittest.cc     std::vector<Misspelling> pending = feedback_.GetAllMisspellings();
GetAllMisspellings  152 chrome/browser/spellchecker/feedback_unittest.cc     std::vector<Misspelling> final = feedback_.GetAllMisspellings();
GetAllMisspellings  162 chrome/browser/spellchecker/feedback_unittest.cc TEST_F(FeedbackTest, GetAllMisspellings) {
GetAllMisspellings  163 chrome/browser/spellchecker/feedback_unittest.cc   EXPECT_TRUE(feedback_.GetAllMisspellings().empty());
GetAllMisspellings  166 chrome/browser/spellchecker/feedback_unittest.cc   const std::vector<Misspelling>& result = feedback_.GetAllMisspellings();