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

  /external/chromium_org/android_webview/common/
print_messages.cc 34 should_print_backgrounds(false) {
60 should_print_backgrounds = false;
print_messages.h 52 bool should_print_backgrounds; member in struct:PrintMsg_Print_Params
148 IPC_STRUCT_TRAITS_MEMBER(should_print_backgrounds)
  /external/chromium_org/chrome/common/
print_messages.cc 32 should_print_backgrounds(false) {
58 should_print_backgrounds = false;
print_messages.h 50 bool should_print_backgrounds; member in struct:PrintMsg_Print_Params
146 IPC_STRUCT_TRAITS_MEMBER(should_print_backgrounds)
  /external/chromium_org/printing/
print_settings.h 85 void set_should_print_backgrounds(bool should_print_backgrounds) {
86 should_print_backgrounds_ = should_print_backgrounds;
88 bool should_print_backgrounds() const { return should_print_backgrounds_; } function in class:printing::PrintSettings
  /external/chromium_org/android_webview/browser/renderer_host/
print_manager.cc 112 params->should_print_backgrounds = settings.should_print_backgrounds();
  /external/chromium_org/chrome/renderer/
mock_printer.cc 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_;
chrome_mock_render_thread.cc 211 &params->params.should_print_backgrounds);
  /external/chromium_org/webkit/common/
webpreferences.cc 83 should_print_backgrounds(false),
webpreferences.h 131 bool should_print_backgrounds; member in struct:WebPreferences
  /external/chromium_org/chrome/browser/printing/
printing_message_filter.cc 83 params->should_print_backgrounds = settings.should_print_backgrounds();
  /external/chromium_org/content/renderer/
web_preferences.cc 290 settings->setShouldPrintBackgrounds(prefs.should_print_backgrounds);
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.cc 571 should_print_backgrounds_(params.should_print_backgrounds),
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc 566 should_print_backgrounds_(params.should_print_backgrounds),
    [all...]

Completed in 213 milliseconds