Searched refs:contents_to_use (Results 1 – 2 of 2) sorted by relevance
358 auto contents_to_use = printing::GetWebContentsToUse(web_contents_); in Print() local359 if (!contents_to_use) in Print()362 auto rfh_to_use = printing::GetRenderFrameHostToUse(contents_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()379 auto contents_to_use = printing::GetWebContentsToUse(web_contents_); in PrintToPDF() local380 if (!contents_to_use) in PrintToPDF()383 auto rfh_to_use = printing::GetRenderFrameHostToUse(contents_to_use); in PrintToPDF()392 GetPrintViewManager(contents_to_use) in PrintToPDF()
4976 auto contents_to_use = printing::GetWebContentsToUse(web_contents_);4979 GetPrintViewManager(contents_to_use)->PrintNow(rfh_to_use);4991 auto contents_to_use = printing::GetWebContentsToUse(web_contents_);4993 GetPrintViewManager(contents_to_use)