Searched refs:setAlwaysCreateLineBoxesForRenderInline (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.h94 void setAlwaysCreateLineBoxes(bool alwaysCreateLineBoxes = true) { setAlwaysCreateLineBoxesForRenderInline(alwaysCreateLineBoxes); }
H A DRenderObject.h434 void setAlwaysCreateLineBoxesForRenderInline(bool alwaysCreateLineBoxes) function in class:blink::RenderObject
437 m_bitfields.setAlwaysCreateLineBoxesForRenderInline(alwaysCreateLineBoxes);

Completed in 91 milliseconds