Home
last modified time | relevance | path

Searched refs:misspellings (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/spellchecker/
Dfeedback_unittest.cc75 std::vector<Misspelling> misspellings = feedback_.GetAllMisspellings(); in TEST_F() local
76 EXPECT_EQ(static_cast<size_t>(1), misspellings.size()); in TEST_F()
77 EXPECT_FALSE(misspellings[0].action.IsFinal()); in TEST_F()
223 const std::set<uint32>& misspellings = in TEST_F() local
226 misspellings.size()); in TEST_F()
228 for (std::set<uint32>::const_iterator it = misspellings.begin(); in TEST_F()
229 it != misspellings.end(); in TEST_F()
Dspelling_service_client.cc192 base::ListValue* misspellings = NULL; in ParseResponse() local
193 if (!value->GetList(kMisspellingsPath, &misspellings)) in ParseResponse()
196 for (size_t i = 0; i < misspellings->GetSize(); ++i) { in ParseResponse()
201 if (!misspellings->GetDictionary(i, &misspelling)) in ParseResponse()
/external/bison/
DChangeLog2892 git ls-files|misspellings -f -|perl -nl \
DChangeLog-201214026 * src/vcg.h: Correct misspellings.
/external/chromium_org/third_party/apache-win32/
DCHANGES.txt1945 and ignore other misspellings [Olivier Thereaux <ot w3.org>]