OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:autocorrect_word
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck.cc
247
string16
autocorrect_word
;
local
249
return
autocorrect_word
; // Return the empty string.
254
return
autocorrect_word
;
257
return
autocorrect_word
;
284
if (
autocorrect_word
.empty()) {
285
autocorrect_word
.assign(misspelled_word);
287
autocorrect_word
.clear();
295
return
autocorrect_word
;
spellcheck_unittest.cc
849
string16
autocorrect_word
= spell_check()->GetAutoCorrectionWord(
local
[
all
...]
Completed in 149 milliseconds