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

  /external/chromium/chrome/browser/
spellchecker_platform_engine_unittest.cc 47 const char* suggested_word; // A suggested word that should occur. member in struct:__anon4858
325 const string16 suggested_word(ASCIIToUTF16(kTestCases[i].suggested_word));
327 if (suggestions[j].compare(suggested_word) == 0) {
332 EXPECT_TRUE(suggested_word_is_present) << suggested_word;
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_platform_mac_unittest.cc 87 const char* suggested_word; // A suggested word that should occur. member in struct:__anon8172::__anon8173
365 const string16 suggested_word(ASCIIToUTF16(kTestCases[i].suggested_word));
367 if (suggestions[j].compare(suggested_word) == 0) {
372 EXPECT_TRUE(suggested_word_is_present) << suggested_word;
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_unittest.cc 418 const wchar_t* suggested_word; member in struct:__anon9346
457 if (suggestions.at(j).compare(WideToUTF16(kTestCases[i].suggested_word))
    [all...]

Completed in 62 milliseconds