Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.cc358 auto contents_to_use = printing::GetWebContentsToUse(web_contents_); in Print() local
359 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() local
380 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()
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch4976 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)