Home
last modified time | relevance | path

Searched refs:fitsToGlyphs (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.h165 bool fitsToGlyphs() const;
DRootInlineBox.cpp950 bool RootInlineBox::fitsToGlyphs() const in fitsToGlyphs() function in WebCore::RootInlineBox
DRenderBlockLineLayout.cpp453 if (lineBox->fitsToGlyphs()) { in setLogicalWidthForTextRun()
486 if (!lineBox->fitsToGlyphs() && canUseSimpleFontCodePath) { in setLogicalWidthForTextRun()