should_print_backgrounds  112 android_webview/browser/renderer_host/print_manager.cc   params->should_print_backgrounds = settings.should_print_backgrounds();
should_print_backgrounds   60 android_webview/common/print_messages.cc   should_print_backgrounds = false;
should_print_backgrounds   52 android_webview/common/print_messages.h   bool should_print_backgrounds;
should_print_backgrounds  148 android_webview/common/print_messages.h   IPC_STRUCT_TRAITS_MEMBER(should_print_backgrounds)
should_print_backgrounds  582 android_webview/renderer/print_web_view_helper.cc       should_print_backgrounds_(params.should_print_backgrounds),
should_print_backgrounds   83 chrome/browser/printing/printing_message_filter.cc   params->should_print_backgrounds = settings.should_print_backgrounds();
should_print_backgrounds   58 chrome/common/print_messages.cc   should_print_backgrounds = false;
should_print_backgrounds   50 chrome/common/print_messages.h   bool should_print_backgrounds;
should_print_backgrounds  148 chrome/common/print_messages.h   IPC_STRUCT_TRAITS_MEMBER(should_print_backgrounds)
should_print_backgrounds  211 chrome/renderer/chrome_mock_render_thread.cc                           &params->params.should_print_backgrounds);
should_print_backgrounds  114 chrome/renderer/mock_printer.cc   should_print_backgrounds_ = params.should_print_backgrounds;
should_print_backgrounds  153 chrome/renderer/mock_printer.cc   settings->params.should_print_backgrounds = should_print_backgrounds_;
should_print_backgrounds  300 chrome/renderer/mock_printer.cc   params->should_print_backgrounds = should_print_backgrounds_;
should_print_backgrounds  613 chrome/renderer/printing/print_web_view_helper.cc       should_print_backgrounds_(params.should_print_backgrounds),
should_print_backgrounds  275 content/renderer/web_preferences.cc   settings->setShouldPrintBackgrounds(prefs.should_print_backgrounds);
should_print_backgrounds   85 printing/print_settings.h   void set_should_print_backgrounds(bool should_print_backgrounds) {
should_print_backgrounds   86 printing/print_settings.h     should_print_backgrounds_ = should_print_backgrounds;
should_print_backgrounds   88 printing/print_settings.h   bool should_print_backgrounds() const { return should_print_backgrounds_; }
should_print_backgrounds   80 webkit/common/webpreferences.cc       should_print_backgrounds(false),
should_print_backgrounds  128 webkit/common/webpreferences.h   bool should_print_backgrounds;