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
350
const std::vector<SpellCheckResult>&
spellcheck_results
,
357
for (size_t i = 0; i <
spellcheck_results
.size(); ++i) {
359
static_cast<WebTextCheckingType>(
spellcheck_results
[i].type);
360
int word_location =
spellcheck_results
[i].location;
361
int word_length =
spellcheck_results
[i].length;
377
spellcheck_results
[i].replacement,
378
spellcheck_results
[i].hash));
spellcheck.h
106
const std::vector<SpellCheckResult>&
spellcheck_results
,
spellcheck_unittest.cc
1123
std::vector<SpellCheckResult>
spellcheck_results
;
local
1142
std::vector<SpellCheckResult>
spellcheck_results
;
local
[
all
...]
Completed in 27 milliseconds