Searched refs:defaultFontSize (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DMediaValues.h33 static bool computeLengthImpl(double value, CSSPrimitiveValue::UnitType, unsigned defaultFontSize, unsigned viewportWidth, unsigned viewportHeight, double& result);
35 static bool computeLength(double value, CSSPrimitiveValue::UnitType type, unsigned defaultFontSize, unsigned viewportWidth, unsigned viewportHeight, T& result) argument
38 if (!computeLengthImpl(value, type, defaultFontSize, viewportWidth, viewportHeight, tempResult))
H A DMediaValuesCached.h27 int defaultFontSize; member in struct:blink::FINAL::MediaValuesCachedData
44 , defaultFontSize(16)
H A DMediaValues.cpp97 return frame->host()->settings().defaultFontSize();
141 bool MediaValues::computeLengthImpl(double value, CSSPrimitiveValue::UnitType type, unsigned defaultFontSize, unsigned viewportWidth, unsigned viewportHeight, double& result) argument
152 factor = defaultFontSize;
161 factor = defaultFontSize / 2.0;
166 factor = defaultFontSize / 2.0;
H A DMediaValuesCached.cpp61 m_data.defaultFontSize = calculateDefaultFontSize(frame);
81 return MediaValues::computeLength(value, type, m_data.defaultFontSize, m_data.viewportWidth, m_data.viewportHeight, result);
86 return MediaValues::computeLength(value, type, m_data.defaultFontSize, m_data.viewportWidth, m_data.viewportHeight, result);
H A DFontSize.cpp125 mediumSize = fixedPitchFontType == FixedPitchFont ? settings->defaultFixedFontSize() : settings->defaultFontSize();
H A DMediaQueryEvaluatorTest.cpp98 data.defaultFontSize = 16;
H A DFontFaceSet.cpp48 static const int defaultFontSize = 10; member in namespace:blink
514 defaultFontDescription.setSpecifiedSize(defaultFontSize);
515 defaultFontDescription.setComputedSize(defaultFontSize);
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DSizesAttributeParserTest.cpp78 data.defaultFontSize = 16;
H A DSizesCalcParserTest.cpp112 data.defaultFontSize = 16;
132 verifyCSSCalc(testCases[i].input, testCases[i].output, testCases[i].valid, data.defaultFontSize, data.viewportWidth, data.viewportHeight);
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DFontBuilder.cpp423 float fixedScaleFactor = (settings && settings->defaultFixedFontSize() && settings->defaultFontSize())
424 ? static_cast<float>(settings->defaultFixedFontSize()) / settings->defaultFontSize()
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
H A Doptions.js703 defaultFontSize: {
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp76 static const int defaultFontSize = 10; member in namespace:blink
1966 defaultFontDescription.setSpecifiedSize(defaultFontSize);
1967 defaultFontDescription.setComputedSize(defaultFontSize);

Completed in 1587 milliseconds