Searched defs:alwaysCreateLineBoxes (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.h78 InlineBox* firstLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? firstLineBox() : culledInlineFirstLineBox(); }
79 InlineBox* lastLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? lastLineBox() : culledInlineLastLineBox(); }
93 bool alwaysCreateLineBoxes() const { return alwaysCreateLineBoxesForRenderInline(); } function in class:blink::RenderInline
94 void setAlwaysCreateLineBoxes(bool alwaysCreateLineBoxes = true) { setAlwaysCreateLineBoxesForRenderInline(alwaysCreateLineBoxes); }
H A DRenderObject.h434 void setAlwaysCreateLineBoxesForRenderInline(bool alwaysCreateLineBoxes) argument
437 m_bitfields.setAlwaysCreateLineBoxesForRenderInline(alwaysCreateLineBoxes);

Completed in 91 milliseconds