OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spellcheck_results
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck.cc
381
const std::vector<SpellCheckResult>&
spellcheck_results
,
388
for (size_t i = 0; i <
spellcheck_results
.size(); ++i) {
389
SpellCheckResult::Decoration decoration =
spellcheck_results
[i].decoration;
390
int word_location =
spellcheck_results
[i].location;
391
int word_length =
spellcheck_results
[i].length;
407
spellcheck_results
[i].replacement,
408
spellcheck_results
[i].hash));
spellcheck.h
106
const std::vector<SpellCheckResult>&
spellcheck_results
,
spellcheck_unittest.cc
1133
std::vector<SpellCheckResult>
spellcheck_results
;
local
1153
std::vector<SpellCheckResult>
spellcheck_results
;
local
[
all
...]
Completed in 1816 milliseconds