Home
last modified time | relevance | path

Searched refs:includeFontForBox (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.h158 bool includeFontForBox(InlineBox*) const;
DRootInlineBox.cpp642 bool includeFont = includeFontForBox(box); in ascentAndDescentForBox()
685 if (includeFontForBox(box) && !setUsedFont) { in ascentAndDescentForBox()
797 bool RootInlineBox::includeFontForBox(InlineBox* box) const in includeFontForBox() function in WebCore::RootInlineBox