Home
last modified time | relevance | path

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

/dports/science/mpqc/mpqc-2.3.1/src/lib/util/misc/
H A Dformio.h48 static int node_to_print_; variable
64 static int get_printnode() { return node_to_print_; } in get_printnode()
H A Dformio.cc47 int SCFormIO::node_to_print_ = 0; member in SCFormIO
87 int r = node_to_print_; in set_printnode()
88 node_to_print_ = n; in set_printnode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/printing/renderer/
H A Dprint_render_frame_helper.cc760 const blink::WebNode& node() const { return node_to_print_; } in node()
797 blink::WebNode node_to_print_; member in printing::PrepareFrameAndViewForPrint
820 node_to_print_(node), in PrepareFrameAndViewForPrint()
824 bool source_is_pdf = IsPrintingNodeOrPdfFrame(frame, node_to_print_); in PrepareFrameAndViewForPrint()
830 frame->PrintBegin(web_print_params_, node_to_print_); in PrepareFrameAndViewForPrint()
865 if (IsPrintingNodeOrPdfFrame(frame(), node_to_print_)) in ResizeForPrinting()
886 frame()->PrintBegin(web_print_params_, node_to_print_); in StartPrinting()
905 frame()->PrintBegin(web_print_params_, node_to_print_); in CopySelection()
936 node_to_print_.Reset(); in CopySelection()
1017 if (IsPrintingNodeOrPdfFrame(frame(), node_to_print_)) in RestoreSize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/printing/renderer/
H A Dprint_render_frame_helper.cc799 const blink::WebNode& node() const { return node_to_print_; } in node()
835 blink::WebNode node_to_print_; member in printing::PrepareFrameAndViewForPrint
856 node_to_print_(node), in PrepareFrameAndViewForPrint()
863 bool source_is_pdf = IsPrintingNodeOrPdfFrame(frame, node_to_print_); in PrepareFrameAndViewForPrint()
869 frame->PrintBegin(web_print_params_, node_to_print_); in PrepareFrameAndViewForPrint()
907 if (IsPrintingNodeOrPdfFrame(frame(), node_to_print_)) in ResizeForPrinting()
919 frame()->PrintBegin(web_print_params_, node_to_print_); in StartPrinting()
938 frame()->PrintBegin(web_print_params_, node_to_print_); in CopySelection()
981 node_to_print_.Reset(); in CopySelection()
1049 if (IsPrintingNodeOrPdfFrame(frame(), node_to_print_)) in RestoreSize()