OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:suggested_word
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/spellchecker/
spellcheck_platform_mac_unittest.cc
86
const char*
suggested_word
; // A suggested word that should occur.
member in struct:__anon9340::__anon9341
367
const base::string16
suggested_word
(
368
base::ASCIIToUTF16(kTestCases[i].
suggested_word
));
370
if (suggestions[j].compare(
suggested_word
) == 0) {
375
EXPECT_TRUE(suggested_word_is_present) <<
suggested_word
;
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck_unittest.cc
414
const wchar_t*
suggested_word
;
member in struct:__anon10478
454
base::WideToUTF16(kTestCases[i].
suggested_word
)) == 0) {
[
all
...]
Completed in 898 milliseconds