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

  /external/chromium_org/chrome/renderer/
mock_printer.h 131 bool should_print_backgrounds_; member in class:MockPrinter
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.cc 567 bool should_print_backgrounds_; member in class:printing::__anon5855::PrepareFrameAndViewForPrint
584 should_print_backgrounds_(params.should_print_backgrounds),
633 web_view->settings()->setShouldPrintBackgrounds(should_print_backgrounds_);
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc 574 bool should_print_backgrounds_; member in class:printing::__anon9331::PrepareFrameAndViewForPrint
591 should_print_backgrounds_(params.should_print_backgrounds),
640 web_view->settings()->setShouldPrintBackgrounds(should_print_backgrounds_);
    [all...]

Completed in 273 milliseconds