Home
last modified time | relevance | path

Searched defs:defaultFontSize (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DMediaValues.h35 …l computeLength(double value, CSSPrimitiveValue::UnitType type, unsigned defaultFontSize, unsigned… in computeLength()
DMediaValuesCached.h27 int defaultFontSize; member
DMediaValues.cpp141 …mputeLengthImpl(double value, CSSPrimitiveValue::UnitType type, unsigned defaultFontSize, unsigned… in computeLengthImpl()
DFontFaceSet.cpp48 static const int defaultFontSize = 10; variable
/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