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.h156 bool includeLeadingForBox(InlineBox*) const;
DRootInlineBox.cpp634 bool includeLeading = includeLeadingForBox(box); in ascentAndDescentForBox()
781 bool RootInlineBox::includeLeadingForBox(InlineBox* box) const in includeLeadingForBox() function in blink::RootInlineBox