Searched refs:defaultFontSize (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | MediaValues.cpp | 97 return frame->host()->settings().defaultFontSize(); in calculateDefaultFontSize() 141 …eLengthImpl(double value, CSSPrimitiveValue::UnitType type, unsigned defaultFontSize, unsigned vie… in computeLengthImpl() argument 152 factor = defaultFontSize; in computeLengthImpl() 161 factor = defaultFontSize / 2.0; in computeLengthImpl() 166 factor = defaultFontSize / 2.0; in computeLengthImpl()
|
D | MediaValues.h | 33 …omputeLengthImpl(double value, CSSPrimitiveValue::UnitType, unsigned defaultFontSize, unsigned vie… 35 …mputeLength(double value, CSSPrimitiveValue::UnitType type, unsigned defaultFontSize, unsigned vie… in computeLength() argument 38 … if (!computeLengthImpl(value, type, defaultFontSize, viewportWidth, viewportHeight, tempResult)) in computeLength()
|
D | MediaValuesCached.cpp | 61 m_data.defaultFontSize = calculateDefaultFontSize(frame); in MediaValuesCached() 81 …return MediaValues::computeLength(value, type, m_data.defaultFontSize, m_data.viewportWidth, m_dat… in computeLength() 86 …return MediaValues::computeLength(value, type, m_data.defaultFontSize, m_data.viewportWidth, m_dat… in computeLength()
|
D | MediaValuesCached.h | 27 int defaultFontSize; member 44 , defaultFontSize(16) in MediaValuesCachedData()
|
D | MediaQueryEvaluatorTest.cpp | 98 data.defaultFontSize = 16; in TEST()
|
D | FontSize.cpp | 125 …edPitchFontType == FixedPitchFont ? settings->defaultFixedFontSize() : settings->defaultFontSize(); in rowFromMediumFontSizeInRange()
|
D | FontFaceSet.cpp | 48 static const int defaultFontSize = 10; variable 514 defaultFontDescription.setSpecifiedSize(defaultFontSize); in resolveFontStyle() 515 defaultFontDescription.setComputedSize(defaultFontSize); in resolveFontStyle()
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
D | SizesCalcParserTest.cpp | 112 data.defaultFontSize = 16; in TEST() 132 …lc(testCases[i].input, testCases[i].output, testCases[i].valid, data.defaultFontSize, data.viewpor… in TEST()
|
D | SizesAttributeParserTest.cpp | 78 data.defaultFontSize = 16; in TEST()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | FontBuilder.cpp | 423 …at fixedScaleFactor = (settings && settings->defaultFixedFontSize() && settings->defaultFontSize()) in checkForGenericFamilyChange() 424 ? static_cast<float>(settings->defaultFixedFontSize()) / settings->defaultFontSize() in checkForGenericFamilyChange()
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/ |
D | options.js | 703 defaultFontSize: { property
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 76 static const int defaultFontSize = 10; variable 1966 defaultFontDescription.setSpecifiedSize(defaultFontSize); in setFont() 1967 defaultFontDescription.setComputedSize(defaultFontSize); in setFont()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | Settings.in | 55 defaultFontSize type=int, initial=0, invalidate=Style
|