Searched refs:rfh_to_use (Results 1 – 1 of 1) sorted by relevance
362 auto rfh_to_use = printing::GetRenderFrameHostToUse(contents_to_use); in Print() local363 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() local384 if (!rfh_to_use) in PrintToPDF()393 ->PrintToPDF(rfh_to_use, base::FilePath(path), settings, in PrintToPDF()