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

  /external/chromium_org/printing/
print_settings.h 112 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
print_settings.cc 136 should_print_backgrounds_ = false;
  /external/chromium_org/chrome/renderer/printing/
mock_printer.cc 64 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_;
mock_printer.h 131 bool should_print_backgrounds_; member in class:MockPrinter
print_web_view_helper.cc 601 bool should_print_backgrounds_; member in class:printing::__anon10460::PrepareFrameAndViewForPrint
618 should_print_backgrounds_(params.should_print_backgrounds),
667 web_view->settings()->setShouldPrintBackgrounds(should_print_backgrounds_);
    [all...]
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.cc 570 bool should_print_backgrounds_; member in class:printing::__anon6460::PrepareFrameAndViewForPrint
587 should_print_backgrounds_(params.should_print_backgrounds),
636 web_view->settings()->setShouldPrintBackgrounds(should_print_backgrounds_);
    [all...]

Completed in 88 milliseconds