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

  /external/chromium_org/content/renderer/
render_view_linux.cc 16 if (!prefs.should_antialias_text) {
88 return prefs.should_antialias_text;
  /external/chromium_org/content/public/common/
renderer_preferences.cc 23 should_antialias_text(true),
renderer_preferences.h 58 bool should_antialias_text; member in struct:content::RendererPreferences
  /external/chromium_org/chrome/browser/
renderer_preferences_util.cc 164 prefs->should_antialias_text = params.antialiasing;
  /external/chromium/chrome/browser/ui/gtk/
gtk_util.cc 705 prefs->should_antialias_text = true;
723 prefs->should_antialias_text = antialias;
    [all...]
  /external/chromium_org/android_webview/native/
aw_contents.cc 275 prefs->should_antialias_text = params.antialiasing;
    [all...]
  /external/chromium_org/content/common/
view_messages.h 256 IPC_STRUCT_TRAITS_MEMBER(should_antialias_text)
    [all...]

Completed in 194 milliseconds