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

  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc 70 last_results_.assign(blink::WebVector<blink::WebTextCheckingResult>());
237 last_results_.swap(textcheck_results);
313 // Send back the |last_results_| if the |last_request_| is a substring of
323 completion->didFinishCheckingText(last_results_);
340 for (size_t i = 0; i < last_results_.size(); ++i) {
341 size_t start = last_results_[i].location;
342 size_t end = start + last_results_[i].length;
349 results[i].decoration = last_results_[i].decoration;
350 results[i].location = last_results_[i].location;
351 results[i].length = last_results_[i].length
    [all...]
spellcheck_provider_test.cc 84 last_results_ = results;
spellcheck_unittest.cc 120 last_results_ = results;
128 blink::WebVector<blink::WebTextCheckingResult> last_results_; member in class:MockTextCheckingCompletion
    [all...]
spellcheck_provider.h 120 blink::WebVector<blink::WebTextCheckingResult> last_results_; member in class:SpellCheckProvider

Completed in 666 milliseconds