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/Source/web/
WebSettingsImpl.h 152 virtual void setShouldPrintBackgrounds(bool);
WebSettingsImpl.cpp 626 void WebSettingsImpl::setShouldPrintBackgrounds(bool enabled)
628 m_settings->setShouldPrintBackgrounds(enabled);
  /external/chromium_org/third_party/WebKit/public/web/
WebSettings.h 156 virtual void setShouldPrintBackgrounds(bool) = 0;
  /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 620 web_view->settings()->setShouldPrintBackgrounds(should_print_backgrounds_);
699 web_view->settings()->setShouldPrintBackgrounds(false);
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc 615 web_view->settings()->setShouldPrintBackgrounds(should_print_backgrounds_);
694 web_view->settings()->setShouldPrintBackgrounds(false);
    [all...]

Completed in 526 milliseconds