HomeSort by relevance Sort by last modified time
    Searched defs:FontStyle (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/gfx/
font.h 34 enum FontStyle {
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontTraits.h 62 enum FontStyle {
75 FontTraits(FontStyle style, FontVariant variant, FontWeight weight, FontStretch stretch)
90 FontStyle style() const { return static_cast<FontStyle>(m_traits.m_style); }
  /external/chromium_org/ui/base/resource/
resource_bundle.h 47 enum FontStyle {
117 virtual scoped_ptr<gfx::Font> GetFont(FontStyle style) = 0;
246 const gfx::FontList& GetFontList(FontStyle style);
249 const gfx::Font& GetFont(FontStyle style);
338 scoped_ptr<gfx::FontList> GetFontListFromDelegate(FontStyle style);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h     [all...]

Completed in 93 milliseconds