Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp523 bool checkChildren = !descendantsHaveSameLineHeightAndBaseline(); in computeLogicalBoxHeights() local
530 if (strictMode || hasTextChildren() || (!checkChildren && hasTextDescendants())) { in computeLogicalBoxHeights()
542 if (!checkChildren) in computeLogicalBoxHeights()
DRenderBlock.cpp3101 …bool checkChildren = !useClip || (hasControlClip() ? locationInContainer.intersects(controlClipRec… in nodeAtPoint() local
3102 if (checkChildren) { in nodeAtPoint()