Home
last modified time | relevance | path

Searched refs:shared_buf (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/common/
Dstring_util.cc65 auto shared_buf = in ExecuteWithScopedCefString() local
68 GetCefString(shared_buf, str); in ExecuteWithScopedCefString()
/third_party/cef/libcef/browser/printing/
Dprint_view_manager.cc284 auto shared_buf = base::RefCountedSharedMemoryMapping::CreateFromWholeRegion( in MetafileReadyForPrinting() local
286 if (!shared_buf) { in MetafileReadyForPrinting()
300 &SavePdfFile, shared_buf, output_path, std::move(print_callback))); in MetafileReadyForPrinting()