Home
last modified time | relevance | path

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

/external/chromium_org/printing/
Dprint_settings.h112 should_print_backgrounds_ = should_print_backgrounds; in set_should_print_backgrounds()
114 bool should_print_backgrounds() const { return should_print_backgrounds_; } in should_print_backgrounds()
186 bool should_print_backgrounds_; variable
Dprint_settings.cc136 should_print_backgrounds_ = false; in Clear()
/external/chromium_org/chrome/renderer/printing/
Dmock_printer.cc64 should_print_backgrounds_(false), in MockPrinter()
114 should_print_backgrounds_ = params.should_print_backgrounds; in SetDefaultPrintSettings()
153 settings->params.should_print_backgrounds = should_print_backgrounds_; in ScriptedPrint()
300 params->should_print_backgrounds = should_print_backgrounds_; in SetPrintParams()
Dmock_printer.h131 bool should_print_backgrounds_; variable
Dprint_web_view_helper.cc601 bool should_print_backgrounds_; member in printing::PrepareFrameAndViewForPrint
618 should_print_backgrounds_(params.should_print_backgrounds), in PrepareFrameAndViewForPrint()
667 web_view->settings()->setShouldPrintBackgrounds(should_print_backgrounds_); in StartPrinting()
/external/chromium_org/android_webview/renderer/
Dprint_web_view_helper.cc570 bool should_print_backgrounds_; member in printing::PrepareFrameAndViewForPrint
587 should_print_backgrounds_(params.should_print_backgrounds), in PrepareFrameAndViewForPrint()
636 web_view->settings()->setShouldPrintBackgrounds(should_print_backgrounds_); in StartPrinting()