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 169 int misspelling_length; member in struct:__anon10477
387 int misspelling_length; local
393 &misspelling_length, NULL);
397 EXPECT_EQ(kTestCases[i].misspelling_length, misspelling_length);
411 int misspelling_length; member in struct:__anon10478
438 int misspelling_length; local
444 &misspelling_length,
817 int misspelling_length = 0; local
903 int misspelling_length = 0; local
1210 int misspelling_length = 0; local
1257 int misspelling_length = 0; local
1361 int misspelling_length = 0; local
    [all...]
spellcheck.cc 243 int misspelling_length = 0; local
249 &misspelling_length,
256 text, misspelling_start + offset, misspelling_length)) {
261 misspelling_length,
264 offset += misspelling_start + misspelling_length;
393 int misspelling_length = 0; local
397 &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 306 milliseconds