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

  /external/chromium_org/content/public/common/
renderer_preferences.cc 14 should_antialias_text(true),
renderer_preferences.h 42 bool should_antialias_text; member in struct:content::RendererPreferences
  /external/chromium_org/content/renderer/
render_view_linux.cc 18 if (!prefs.should_antialias_text) {
88 WebFontRendering::setAntiAlias(prefs.should_antialias_text);
  /external/chromium_org/chrome/browser/
renderer_preferences_util.cc 79 prefs->should_antialias_text = params.antialiasing;
  /external/chromium_org/android_webview/native/
aw_settings.cc 40 prefs->should_antialias_text = params.antialiasing;
  /external/chromium_org/content/common/
view_messages.h 193 IPC_STRUCT_TRAITS_MEMBER(should_antialias_text)
    [all...]

Completed in 186 milliseconds