HomeSort by relevance Sort by last modified time
    Searched refs:defaultFontSize (Results 1 - 10 of 10) 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();
FontFaceSet.cpp 48 static const int defaultFontSize = 10;
380 defaultFontDescription.setSpecifiedSize(defaultFontSize);
381 defaultFontDescription.setComputedSize(defaultFontSize);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
pending_changes.js 21 // Format: pendingFontSizeChanges_.defaultFontSize = 12
44 * 'defaultFontSize', 'defaultFixedFontSize', or 'minFontSize'.
98 var size = this.pendingFontSizeChanges_['defaultFontSize'];
options.js 703 defaultFontSize: {
  /external/chromium_org/content/shell/common/
webkit_test_helpers.cc 28 to->default_font_size = from.defaultFontSize;
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 606 float fixedScaleFactor = (settings && settings->defaultFixedFontSize() && settings->defaultFontSize())
607 ? static_cast<float>(settings->defaultFixedFontSize()) / settings->defaultFontSize()
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 76 static const int defaultFontSize = 10;
    [all...]

Completed in 592 milliseconds