Searched refs:FindMisspellings (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/spellchecker/
H A Dfeedback.h84 const std::set<uint32>& FindMisspellings(
93 // An empty hash collection to return when FindMisspellings() does not find
H A Dfeedback_unittest.cc224 feedback_.FindMisspellings(kMisspelledWord);
256 EXPECT_TRUE(feedback_.FindMisspellings(kMisspelledWord).empty());
H A Dfeedback.cc179 const std::set<uint32>& Feedback::FindMisspellings( function in class:spellcheck::Feedback
H A Dfeedback_sender.cc201 feedback_.FindMisspellings(misspelling->GetMisspelledString());

Completed in 146 milliseconds