Searched refs:results_copy (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_message_filter.cc139 std::vector<SpellCheckResult> results_copy = results;
141 render_process_id_, text, markers, &results_copy);
148 for (iter = write_iter = results_copy.begin();
149 iter != results_copy.end();
160 results_copy.erase(write_iter, results_copy.end());
163 route_id, identifier, success, text, results_copy));
/external/chromium_org/components/autofill/core/browser/
H A Dpersonal_data_manager_unittest.cc82 std::vector<T*> results_copy = results; local
83 std::sort(results_copy.begin(), results_copy.end(), CompareElements<T>);
85 EXPECT_EQ(std::mismatch(results_copy.begin(),
86 results_copy.end(),
89 results_copy.end());

Completed in 485 milliseconds