Home
last modified time | relevance | path

Searched defs:TakeOwnership (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/browser/
Dprint_settings_impl.cc154 std::unique_ptr<printing::PrintSettings> CefPrintSettingsImpl::TakeOwnership() { in TakeOwnership() function in CefPrintSettingsImpl
/third_party/cups-filters/filter/pdftopdf/
Dpdftopdf_processor.h112 enum ArgOwnership { WillStayAlive,MustDuplicate,TakeOwnership }; enumerator