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

  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck.cc 141 PostDelayedSpellCheckTask(pending_request_param_.release());
305 if (pending_request_param_.get())
306 pending_request_param_->completion()->didCancelCheckingText();
308 pending_request_param_.reset(new SpellcheckRequest(
314 PostDelayedSpellCheckTask(pending_request_param_.release());
322 #if !defined(OS_MACOSX) // OSX doesn't have |pending_request_param_|
spellcheck.h 145 scoped_ptr<SpellcheckRequest> pending_request_param_; member in class:SpellCheck
spellcheck_unittest.cc     [all...]

Completed in 53 milliseconds