HomeSort by relevance Sort by last modified time
    Searched refs:GetAllMisspellings (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/spellchecker/
feedback.h 78 std::vector<Misspelling> GetAllMisspellings() const;
feedback_unittest.cc 73 std::vector<Misspelling> misspellings = feedback_.GetAllMisspellings();
141 std::vector<Misspelling> pending = feedback_.GetAllMisspellings();
150 std::vector<Misspelling> final = feedback_.GetAllMisspellings();
160 TEST_F(FeedbackTest, GetAllMisspellings) {
161 EXPECT_TRUE(feedback_.GetAllMisspellings().empty());
164 const std::vector<Misspelling>& result = feedback_.GetAllMisspellings();
feedback.cc 162 std::vector<Misspelling> Feedback::GetAllMisspellings() const {
feedback_sender.cc 389 SendFeedback(feedback_.GetAllMisspellings(),

Completed in 77 milliseconds