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

  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc 228 blink::WebVector<blink::WebTextCheckingResult> textcheck_results; local
233 &textcheck_results);
234 completion->didFinishCheckingText(textcheck_results);
238 last_results_.swap(textcheck_results);
275 blink::WebVector<blink::WebTextCheckingResult> textcheck_results; local
280 &textcheck_results);
281 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_unittest.cc 1137 blink::WebVector<blink::WebTextCheckingResult> textcheck_results; local
1157 blink::WebVector<blink::WebTextCheckingResult> textcheck_results; local
    [all...]

Completed in 131 milliseconds