Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderInline.h95 void updateAlwaysCreateLineBoxes(bool fullLayout);
DRenderInline.cpp231 void RenderInline::updateAlwaysCreateLineBoxes(bool fullLayout) in updateAlwaysCreateLineBoxes() function in blink::RenderInline
DRenderBlockLineLayout.cpp1568 toRenderInline(o)->updateAlwaysCreateLineBoxes(layoutState.isFullLayout()); in layoutInlineChildren()