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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.h 76 void setSmallCaps(FontSmallCaps);
FontBuilder.cpp 461 void FontBuilder::setSmallCaps(FontSmallCaps smallCaps)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FontDescription.h 64 enum FontSmallCaps {
111 FontSmallCaps smallCaps() const { return static_cast<FontSmallCaps>(m_smallCaps); }
142 void setSmallCaps(FontSmallCaps c) { m_smallCaps = c; }
180 unsigned m_smallCaps : 1; // FontSmallCaps
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValueMappings.h     [all...]

Completed in 246 milliseconds