boundingBoxLogicalHeight  837 Source/core/dom/Position.cpp             if ((o->isText() && boundingBoxLogicalHeight(o, toRenderText(o)->linesBoundingBox()))
boundingBoxLogicalHeight  839 Source/core/dom/Position.cpp                 || (o->isRenderInline() && isEmptyInline(o) && boundingBoxLogicalHeight(o, toRenderInline(o)->linesBoundingBox())))