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.h79 …dingCulling() const { return alwaysCreateLineBoxes() ? lastLineBox() : culledInlineLastLineBox(); } in lastLineBoxIncludingCulling()
120 InlineBox* culledInlineLastLineBox() const;
DRenderInline.cpp939 InlineBox* RenderInline::culledInlineLastLineBox() const in culledInlineLastLineBox() function in blink::RenderInline