Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp5001 bool recursiveFound = false; in lineCount() local
5002 count += toRenderBlock(obj)->lineCount(stopRootInlineBox, &recursiveFound); in lineCount()
5003 if (recursiveFound) { in lineCount()