OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:local_results
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/spellchecker/
spellcheck_message_filter_mac_unittest.cc
17
std::vector<SpellCheckResult>
local_results
;
local
27
local_results
.push_back(
32
local_results
.push_back(result);
36
SpellCheckMessageFilterMac::CombineResults(&remote_results,
local_results
);
spellcheck_message_filter_mac.h
27
// Adjusts remote_results by examining
local_results
. Any result that's both
32
const std::vector<SpellCheckResult>&
local_results
);
spellcheck_message_filter_mac.cc
226
const std::vector<SpellCheckResult>&
local_results
) {
228
local_results
.begin());
235
while (local_iter !=
local_results
.end() &&
242
if (local_iter !=
local_results
.end() &&
Completed in 84 milliseconds