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

  /external/chromium_org/third_party/WebKit/public/web/
WebSettings.h 165 virtual void setShouldPrintBackgrounds(bool) = 0;
  /external/chromium_org/third_party/WebKit/Source/web/
WebSettingsImpl.cpp 574 void WebSettingsImpl::setShouldPrintBackgrounds(bool enabled)
576 m_settings->setShouldPrintBackgrounds(enabled);
WebSettingsImpl.h 142 virtual void setShouldPrintBackgrounds(bool) OVERRIDE;
  /external/chromium_org/content/renderer/
web_preferences.cc 254 settings->setShouldPrintBackgrounds(prefs.should_print_backgrounds);
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.cc 636 web_view->settings()->setShouldPrintBackgrounds(should_print_backgrounds_);
734 web_view->settings()->setShouldPrintBackgrounds(false);
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc 665 web_view->settings()->setShouldPrintBackgrounds(should_print_backgrounds_);
764 web_view->settings()->setShouldPrintBackgrounds(false);
    [all...]

Completed in 1924 milliseconds