Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderInline.h90 bool alwaysCreateLineBoxes() const { return m_alwaysCreateLineBoxes; } in alwaysCreateLineBoxes()
91 void setAlwaysCreateLineBoxes() { m_alwaysCreateLineBoxes = true; } in setAlwaysCreateLineBoxes()
187 bool m_alwaysCreateLineBoxes : 1; variable
DRenderInline.cpp51 , m_alwaysCreateLineBoxes(false) in RenderInline()
193 if (!m_alwaysCreateLineBoxes) { in styleDidChange()
199 m_alwaysCreateLineBoxes = alwaysCreateLineBoxes; in styleDidChange()
207 if (m_alwaysCreateLineBoxes) in updateAlwaysCreateLineBoxes()
234 m_alwaysCreateLineBoxes = true; in updateAlwaysCreateLineBoxes()