Home
last modified time | relevance | path

Searched refs:setFontSize (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
Dpending_changes.js74 PendingChanges.prototype.setFontSize = function(fontSizeKey, size) { method in PendingChanges
Doptions.js244 advancedFonts.pendingChanges.setFontSize(fontSizeKey, null);
461 advancedFonts.pendingChanges.setFontSize(fontSizeKey, pixelSize);
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DAnimatedStyleBuilder.cpp375 style->setFontSize(clampTo<float>(toAnimatableDouble(value)->toDouble(), 0)); in applyProperty()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h1115 void setFontSize(float);
1122 setFontSize(fontDescription().specifiedSize()); in setTextAutosizingMultiplier()
DRenderStyle.cpp1206 void RenderStyle::setFontSize(float size) in setFontSize() function in blink::RenderStyle