Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.h161 bool includeLeadingForBox(InlineBox*) const;
DRootInlineBox.cpp758 bool includeLeading = includeLeadingForBox(box); in ascentAndDescentForBox()
905 bool RootInlineBox::includeLeadingForBox(InlineBox* box) const in includeLeadingForBox() function in WebCore::RootInlineBox