Home
last modified time | relevance | path

Searched defs: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() function
DRenderInline.cpp194 …bool alwaysCreateLineBoxes = hasSelfPaintingLayer() || hasBoxDecorations() || newStyle->hasPadding… in styleDidChange() local
214 bool alwaysCreateLineBoxes = (parentRenderInline && parentRenderInline->alwaysCreateLineBoxes()) in updateAlwaysCreateLineBoxes() local