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

  /external/chromium_org/chrome/service/cloud_print/
print_system_xps_win.cc 274 : job_ptr_(job_ptr) {
277 if (job_ptr_ && *job_ptr_) {
278 (*job_ptr_)->Cancel();
279 job_ptr_->Release();
283 void reset() { job_ptr_ = NULL; }
286 base::win::ScopedComPtr<IXpsPrintJob>* job_ptr_; member in class:cloud_print::__anon6909::JobSpoolerWin::Core::PrintJobCanceler

Completed in 186 milliseconds