Home
last modified time | relevance | path

Searched refs:rfh_to_use (Results 1 – 2 of 2) 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()
/third_party/chromium/patch/
D0004-3.2-Beta5.patch5227 GetPrintViewManager(contents_to_use)->PrintNow(rfh_to_use);
5242 ->PrintToPDF(rfh_to_use, base::FilePath(path), settings,