Home
last modified time | relevance | path

Searched refs:TakeOwnership (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/libcef/browser/printing/
Dprint_dialog_linux.cc272 context_->InitWithSettings(settings_impl->TakeOwnership()); in UpdateSettings()
299 context_->InitWithSettings(impl->TakeOwnership()); in OnPrintContinue()
/third_party/cef/libcef/browser/
Dprint_settings_impl.h50 std::unique_ptr<printing::PrintSettings> TakeOwnership() WARN_UNUSED_RESULT;
Dprint_settings_impl.cc154 std::unique_ptr<printing::PrintSettings> CefPrintSettingsImpl::TakeOwnership() { in TakeOwnership() function in CefPrintSettingsImpl
/third_party/cups-filters/filter/pdftopdf/
Dqpdf_pdftopdf_processor.cc485 if (take==TakeOwnership) { in loadFile()
499 case TakeOwnership: in loadFile()
713 case TakeOwnership: in emitFile()
Dpdftopdf_processor.h112 enum ArgOwnership { WillStayAlive,MustDuplicate,TakeOwnership }; enumerator
Dpdftopdf.cc1286 if (!proc->loadFile(outfile,TakeOwnership,0)) { in main()