HomeSort by relevance Sort by last modified time
    Searched refs:node_to_print_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/android_webview/renderer/
print_web_view_helper.cc 530 return node_to_print_;
560 WebKit::WebNode node_to_print_; member in class:printing::__anon5855::PrepareFrameAndViewForPrint
581 node_to_print_(node),
589 !PrintingNodeOrPdfFrame(frame, node_to_print_)) {
594 frame->printBegin(web_print_params_, node_to_print_, NULL);
637 frame()->printBegin(web_print_params_, node_to_print_, NULL);
669 node_to_print_.reset();
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc 537 return node_to_print_;
567 WebKit::WebNode node_to_print_; member in class:printing::__anon9331::PrepareFrameAndViewForPrint
588 node_to_print_(node),
596 !PrintingNodeOrPdfFrame(frame, node_to_print_)) {
601 frame->printBegin(web_print_params_, node_to_print_, NULL);
644 frame()->printBegin(web_print_params_, node_to_print_, NULL);
676 node_to_print_.reset();
    [all...]

Completed in 53 milliseconds