HomeSort by relevance Sort by last modified time
    Searched refs:SERIF (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/components/dom_distiller/core/
font_family_list.h 17 DEFINE_FONT_FAMILY(SERIF, 1)
distilled_page_prefs_unittests.cc 64 distilled_page_prefs_->SetFontFamily(DistilledPagePrefs::SERIF);
66 EXPECT_EQ(DistilledPagePrefs::SERIF, obs.GetFontFamily());
75 distilled_page_prefs_->SetFontFamily(DistilledPagePrefs::SERIF);
77 EXPECT_EQ(DistilledPagePrefs::SERIF, obs.GetFontFamily());
78 EXPECT_EQ(DistilledPagePrefs::SERIF, obs2.GetFontFamily());
82 EXPECT_EQ(DistilledPagePrefs::SERIF, obs.GetFontFamily());
viewer.cc 44 const char kSerifJsFontFamily[] = "serif";
45 const char kSansSerifJsFontFamily[] = "sans-serif";
49 const char kSerifCssClass[] = "serif";
50 const char kSansSerifCssClass[] = "sans-serif";
75 if (font_family == DistilledPagePrefs::SERIF) {
85 if (font_family == DistilledPagePrefs::SERIF) {
viewer_unittest.cc 157 std::string kSerifJsFontFamily = "useFontFamily('serif');";
159 std::string kSansSerifJsFontFamily = "useFontFamily('sans-serif');";
161 DistilledPagePrefs::SERIF)),
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
TypefaceTest.java 32 Typeface.create(Typeface.SERIF, 0),
33 Typeface.create(Typeface.SERIF, 1),
34 Typeface.create(Typeface.SERIF, 2),
35 Typeface.create(Typeface.SERIF, 3),
44 assertTrue("basic", Typeface.SERIF != null);
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/dom_distiller/
DistilledPagePrefsTest.java 104 setFontFamily(FontFamily.SERIF);
105 assertEquals(FontFamily.SERIF, mDistilledPagePrefs.getFontFamily());
114 setFontFamily(FontFamily.SERIF);
119 assertEquals(FontFamily.SERIF, testObserver.getFontFamily());
137 setFontFamily(FontFamily.SERIF);
141 assertEquals(FontFamily.SERIF, testObserverTwo.getFontFamily());
  /external/chromium_org/components/dom_distiller/content/
distiller_page_web_contents_browsertest.cc 430 DistilledPagePrefs::LIGHT, DistilledPagePrefs::SERIF);
443 DistilledPagePrefs::LIGHT, DistilledPagePrefs::SERIF);
455 DistilledPagePrefs::LIGHT, DistilledPagePrefs::SERIF);
467 DistilledPagePrefs::LIGHT, DistilledPagePrefs::SERIF);
479 DistilledPagePrefs::LIGHT, DistilledPagePrefs::SERIF);
491 DistilledPagePrefs::LIGHT, DistilledPagePrefs::SERIF);
502 DistilledPagePrefs::LIGHT, DistilledPagePrefs::SERIF);
513 DistilledPagePrefs::LIGHT, DistilledPagePrefs::SERIF);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
MeasureText.java 64 mPaint.setTypeface(Typeface.create(Typeface.SERIF,
TextAlign.java 74 mPaint.setTypeface(Typeface.SERIF);
  /cts/tests/tests/graphics/src/android/graphics/cts/
TypefaceTest.java 43 { (String) null, "monospace", "serif", "sans-serif", "cursive", "arial", "times" };
121 assertNotNull(Typeface.SERIF);
PaintTest.java 46 Typeface.SERIF,
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_direct.cpp 160 SERIF,
195 // compatible with Courier New, but the former is sans-serif while
196 // the latter is serif.
209 { SERIF, "Times New Roman" },
210 { SERIF, "Tinos" },
211 { SERIF, "Liberation Serif" },
321 // basic font names like "Sans", "Serif" or "Monospace". This function
327 strcasecmp(family_cstr, "serif") == 0 ||
471 // font-family: a, b, c, serif;
    [all...]
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 156 SERIF,
191 // compatible with Courier New, but the former is sans-serif while
192 // the latter is serif.
205 { SERIF, "Times New Roman" },
206 { SERIF, "Tinos" },
207 { SERIF, "Liberation Serif" },
315 // basic font names like "Sans", "Serif" or "Monospace". This function
321 strcasecmp(family_cstr, "serif") == 0 ||
465 // font-family: a, b, c, serif;
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/
DistilledPagePrefsView.java 139 } else if (family == FontFamily.SERIF) {
140 textView.setTypeface(Typeface.SERIF);
  /frameworks/base/graphics/java/android/graphics/
Typeface.java 54 /** The NORMAL style of the default sans serif typeface. */
56 /** The NORMAL style of the default serif typeface. */
57 public static final Typeface SERIF;
340 SANS_SERIF = create("sans-serif", 0);
341 SERIF = create("serif", 0);
  /external/chromium_org/chrome/browser/dom_distiller/
dom_distiller_viewer_source_browsertest.cc 345 EXPECT_EQ("light sans-serif", result);
355 EXPECT_EQ("dark sans-serif", result);
357 distilled_page_prefs->SetFontFamily(DistilledPagePrefs::SERIF);
361 EXPECT_EQ("dark serif", result);
  /frameworks/base/core/java/android/widget/
Switch.java 83 private static final int SERIF = 2;
306 case SERIF:
307 tf = Typeface.SERIF;
    [all...]
TextView.java 239 private static final int SERIF = 2;
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 120 static final int SERIF = 2;
283 case SERIF:
284 tf = Typeface.SERIF;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SwitchCompat.java 81 private static final int SERIF = 2;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 631 milliseconds

1 2