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

  /external/chromium_org/third_party/WebKit/Source/core/css/
FontSize.cpp 78 return std::min(maximumAllowedFontSize, zoomedSize);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 529 static const float maximumAllowedFontSize = 1000000.0f;
RenderStyle.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 347 size = std::min(maximumAllowedFontSize, size);

Completed in 160 milliseconds