Searched defs:should_print_selection_only_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/android_webview/renderer/
H A Dprint_web_view_helper.cc571 bool should_print_selection_only_; member in class:printing::__anon1834::PrepareFrameAndViewForPrint
588 should_print_selection_only_(params.selection_only),
591 if (!should_print_selection_only_ ||
646 if (should_print_selection_only_)
/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper.cc600 bool should_print_selection_only_; member in class:printing::__anon5767::PrepareFrameAndViewForPrint
617 should_print_selection_only_(params.selection_only),
620 if (!should_print_selection_only_ ||
675 if (should_print_selection_only_) {

Completed in 51 milliseconds