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
249
base::string16
autocorrect_word
;
local
251
return
autocorrect_word
; // Return the empty string.
256
return
autocorrect_word
;
259
return
autocorrect_word
;
286
if (
autocorrect_word
.empty()) {
287
autocorrect_word
.assign(misspelled_word);
289
autocorrect_word
.clear();
297
return
autocorrect_word
;
spellcheck_unittest.cc
847
base::string16
autocorrect_word
= spell_check()->GetAutoCorrectionWord(
local
[
all
...]
Completed in 48 milliseconds