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

  /external/chromium_org/third_party/WebKit/public/testing/
WebPreferences.h 46 int defaultFontSize;
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontLoader.cpp 45 static const int defaultFontSize = 10;
333 defaultFontDescription.setSpecifiedSize(defaultFontSize);
334 defaultFontDescription.setComputedSize(defaultFontSize);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 77 static const int defaultFontSize = 10;
    [all...]

Completed in 1412 milliseconds