Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp291 static bool isAnsectorAndWithinBlock(RenderObject* ancestor, RenderObject* child) in isAnsectorAndWithinBlock() function
327 …bool isLastObjectOnLine = !isAnsectorAndWithinBlock(renderer(), logicallyLastRunRenderer) || (isLa… in determineSpacingForFlowBoxes()