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
278
base::string16
autocorrect_word
;
local
280
return
autocorrect_word
; // Return the empty string.
285
return
autocorrect_word
;
288
return
autocorrect_word
;
315
if (
autocorrect_word
.empty()) {
316
autocorrect_word
.assign(misspelled_word);
318
autocorrect_word
.clear();
326
return
autocorrect_word
;
spellcheck_unittest.cc
859
base::string16
autocorrect_word
= spell_check()->GetAutoCorrectionWord(
local
[
all
...]
Completed in 74 milliseconds