Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DPosition.cpp823 static int boundingBoxLogicalHeight(RenderObject *o, const IntRect &rect) in boundingBoxLogicalHeight() function
833 if ((o->isText() && boundingBoxLogicalHeight(o, toRenderText(o)->linesBoundingBox())) in hasRenderedNonAnonymousDescendantsWithHeight()
835 …|| (o->isRenderInline() && isEmptyInline(o) && boundingBoxLogicalHeight(o, toRenderInline(o)->line… in hasRenderedNonAnonymousDescendantsWithHeight()