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 27 int defaultFontSize;
44 , defaultFontSize(16)
FontFaceSet.cpp 48 static const int defaultFontSize = 10;
514 defaultFontDescription.setSpecifiedSize(defaultFontSize);
515 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 76 static const int defaultFontSize = 10;
    [all...]

Completed in 750 milliseconds