HomeSort by relevance Sort by last modified time
    Searched refs:textcheck_results (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc 227 blink::WebVector<blink::WebTextCheckingResult> textcheck_results; local
232 &textcheck_results);
233 completion->didFinishCheckingText(textcheck_results);
237 last_results_.swap(textcheck_results);
274 blink::WebVector<blink::WebTextCheckingResult> textcheck_results; local
279 &textcheck_results);
280 completion->didFinishCheckingText(textcheck_results);
spellcheck.cc 204 std::vector<WebTextCheckingResult> textcheck_results; local
222 results->assign(textcheck_results);
229 textcheck_results.push_back(WebTextCheckingResult(
237 results->assign(textcheck_results);
353 WebVector<WebTextCheckingResult>* textcheck_results) {
382 textcheck_results->assign(list);
spellcheck.h 107 blink::WebVector<blink::WebTextCheckingResult>* textcheck_results);
spellcheck_unittest.cc 1124 blink::WebVector<blink::WebTextCheckingResult> textcheck_results; local
1144 blink::WebVector<blink::WebTextCheckingResult> textcheck_results; local
    [all...]

Completed in 1819 milliseconds