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

  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebPreferences.cpp 39 defaultFontSize = 16;
TestRunner.cpp     [all...]
  /external/chromium_org/third_party/WebKit/public/testing/
WebPreferences.h 46 int defaultFontSize;
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontSize.cpp 130 int mediumSize = shouldUseFixedDefaultSize ? settings->defaultFixedFontSize() : settings->defaultFontSize();
163 int mediumSize = shouldUseFixedDefaultSize ? settings->defaultFixedFontSize() : settings->defaultFontSize();
FontLoader.cpp 45 static const int defaultFontSize = 10;
333 defaultFontDescription.setSpecifiedSize(defaultFontSize);
334 defaultFontDescription.setComputedSize(defaultFontSize);
  /external/chromium_org/content/shell/common/
webkit_test_helpers.cc 27 to->default_font_size = from.defaultFontSize;
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 612 float fixedScaleFactor = (settings && settings->defaultFixedFontSize() && settings->defaultFontSize())
613 ? static_cast<float>(settings->defaultFixedFontSize()) / settings->defaultFontSize()
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 77 static const int defaultFontSize = 10;
    [all...]

Completed in 146 milliseconds