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 166 PostDelayedSpellCheckTask(pending_request_param_.release());
334 if (pending_request_param_.get())
335 pending_request_param_->completion()->didCancelCheckingText();
337 pending_request_param_.reset(new SpellcheckRequest(
343 PostDelayedSpellCheckTask(pending_request_param_.release());
351 #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 142 milliseconds