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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
FontCacheSkia.cpp 127 { FontDescription::SansSerifFamily, "sans-serif" },
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontDescription.h 71 enum GenericFamilyType { NoFamily, StandardFamily, SerifFamily, SansSerifFamily,
FontCache.cpp 572 case FontDescription::SansSerifFamily:
  /external/chromium_org/content/child/
browser_font_resource_trusted.cc 162 SansSerifFamily);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 199 face = sansSerifFamily;
200 scope.fontDescription().setGenericFamily(FontDescription::SansSerifFamily);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
FontCacheChromiumWin.cpp 539 if (generic == FontDescription::SansSerifFamily)
  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp 344 COMPILE_ASSERT_MATCHING_ENUM(WebFontDescription::GenericFamilySansSerif, FontDescription::SansSerifFamily);
    [all...]

Completed in 181 milliseconds