Home
last modified time | relevance | path

Searched refs:defaultFontSize (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DMediaValues.cpp97 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()
DMediaValues.h33 …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()
DMediaValuesCached.cpp61 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()
DMediaValuesCached.h27 int defaultFontSize; member
44 , defaultFontSize(16) in MediaValuesCachedData()
DMediaQueryEvaluatorTest.cpp98 data.defaultFontSize = 16; in TEST()
DFontSize.cpp125 …edPitchFontType == FixedPitchFont ? settings->defaultFixedFontSize() : settings->defaultFontSize(); in rowFromMediumFontSizeInRange()
DFontFaceSet.cpp48 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/
DSizesCalcParserTest.cpp112 data.defaultFontSize = 16; in TEST()
132 …lc(testCases[i].input, testCases[i].output, testCases[i].valid, data.defaultFontSize, data.viewpor… in TEST()
DSizesAttributeParserTest.cpp78 data.defaultFontSize = 16; in TEST()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.cpp423 …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/
Doptions.js703 defaultFontSize: { property
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp76 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/
DSettings.in55 defaultFontSize type=int, initial=0, invalidate=Style