Searched refs:should_print_backgrounds_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/printing/
H A Dprint_settings.h112 should_print_backgrounds_ = should_print_backgrounds;
114 bool should_print_backgrounds() const { return should_print_backgrounds_; }
186 bool should_print_backgrounds_; member in class:printing::PrintSettings
H A Dprint_settings.cc136 should_print_backgrounds_ = false;
/external/chromium_org/chrome/renderer/printing/
H A Dmock_printer.cc64 should_print_backgrounds_(false),
114 should_print_backgrounds_ = params.should_print_backgrounds;
153 settings->params.should_print_backgrounds = should_print_backgrounds_;
300 params->should_print_backgrounds = should_print_backgrounds_;
H A Dmock_printer.h131 bool should_print_backgrounds_; member in class:MockPrinter
H A Dprint_web_view_helper.cc599 bool should_print_backgrounds_; member in class:printing::__anon5767::PrepareFrameAndViewForPrint
616 should_print_backgrounds_(params.should_print_backgrounds),
665 web_view->settings()->setShouldPrintBackgrounds(should_print_backgrounds_);
/external/chromium_org/android_webview/renderer/
H A Dprint_web_view_helper.cc570 bool should_print_backgrounds_; member in class:printing::__anon1834::PrepareFrameAndViewForPrint
587 should_print_backgrounds_(params.should_print_backgrounds),
636 web_view->settings()->setShouldPrintBackgrounds(should_print_backgrounds_);

Completed in 164 milliseconds