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

  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_unittest.cc 171 int misspelling_length; member in struct:__anon6887
389 int misspelling_length; local
395 &misspelling_length, NULL);
399 EXPECT_EQ(kTestCases[i].misspelling_length, misspelling_length);
413 int misspelling_length; member in struct:__anon6888
440 int misspelling_length; local
446 &misspelling_length,
805 int misspelling_length = 0; local
811 &misspelling_length, NULL)
891 int misspelling_length = 0; local
1198 int misspelling_length = 0; local
1245 int misspelling_length = 0; local
1349 int misspelling_length = 0; local
    [all...]
spellcheck.cc 214 int misspelling_length = 0; local
220 &misspelling_length,
227 text, misspelling_start + offset, misspelling_length)) {
232 misspelling_length,
235 offset += misspelling_start + misspelling_length;
364 int misspelling_length = 0; local
368 &misspelling_start, &misspelling_length, NULL)) {
  /external/chromium_org/chrome/browser/spellchecker/
feedback_sender.cc 134 int misspelling_length,
136 return misspelling_location >= 0 && misspelling_length > 0 &&
138 static_cast<size_t>(misspelling_location + misspelling_length) <=

Completed in 63 milliseconds