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

  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc 68 last_results_.assign(WebKit::WebVector<WebKit::WebTextCheckingResult>());
235 last_results_.swap(textcheck_results);
311 // Send back the |last_results_| if the |last_request_| is a substring of
321 completion->didFinishCheckingText(last_results_);
338 for (size_t i = 0; i < last_results_.size(); ++i) {
339 size_t start = last_results_[i].location;
340 size_t end = start + last_results_[i].length;
347 results[i].type = last_results_[i].type;
348 results[i].location = last_results_[i].location;
349 results[i].length = last_results_[i].length
    [all...]
spellcheck_provider_test.cc 84 last_results_ = results;
spellcheck_unittest.cc 122 last_results_ = results;
130 WebKit::WebVector<WebKit::WebTextCheckingResult> last_results_; member in class:MockTextCheckingCompletion
    [all...]
spellcheck_provider.h 120 WebKit::WebVector<WebKit::WebTextCheckingResult> last_results_; member in class:SpellCheckProvider

Completed in 404 milliseconds