HomeSort by relevance Sort by last modified time
    Searched defs:defaultFontSize (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaValuesCached.h 24 int defaultFontSize;
40 , defaultFontSize(16)
FontFaceSet.cpp 49 static const int defaultFontSize = 10;
526 defaultFontDescription.setSpecifiedSize(defaultFontSize);
527 defaultFontDescription.setComputedSize(defaultFontSize);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
options.js 703 defaultFontSize: {
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 74 static const int defaultFontSize = 10;
    [all...]

Completed in 1047 milliseconds