Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderInline.h75 …dingCulling() const { return alwaysCreateLineBoxes() ? lastLineBox() : culledInlineLastLineBox(); } in lastLineBoxIncludingCulling()
117 InlineBox* culledInlineLastLineBox() const;
DRenderInline.cpp906 InlineBox* RenderInline::culledInlineLastLineBox() const in culledInlineLastLineBox() function in WebCore::RenderInline