Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.cc362 auto rfh_to_use = printing::GetRenderFrameHostToUse(contents_to_use); in Print() local
363 if (!rfh_to_use) in Print()
367 GetPrintViewManager(contents_to_use)->PrintPreviewNow(rfh_to_use, false); in Print()
369 GetPrintViewManager(contents_to_use)->PrintNow(rfh_to_use); in Print()
383 auto rfh_to_use = printing::GetRenderFrameHostToUse(contents_to_use); in PrintToPDF() local
384 if (!rfh_to_use) in PrintToPDF()
393 ->PrintToPDF(rfh_to_use, base::FilePath(path), settings, in PrintToPDF()