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

  /external/webkit/WebCore/platform/graphics/
FontDescription.h 90 unsigned keywordSize() const { return m_keywordSize; }
  /external/webkit/WebCore/platform/graphics/wince/
SimpleFontDataWince.cpp 73 fontDesc.setKeywordSize(lroundf(0.70f * fontDesc.keywordSize()));
  /external/webkit/WebCore/css/
CSSComputedStyleDeclaration.cpp 540 static int cssIdentifierForFontSizeKeyword(int keywordSize)
542 ASSERT_ARG(keywordSize, keywordSize);
543 ASSERT_ARG(keywordSize, keywordSize <= 8);
544 return CSSValueXxSmall + keywordSize - 1;
559 if (int keywordSize = style->fontDescription().keywordSize())
560 return CSSPrimitiveValue::createIdentifier(cssIdentifierForFontSizeKeyword(keywordSize));
    [all...]
CSSStyleSelector.cpp     [all...]
  /external/webkit/WebCore/editing/
ApplyStyleCommand.cpp 439 if (renderStyle->fontDescription().keywordSize())
    [all...]

Completed in 3061 milliseconds