Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineBox.h47 , m_hasBadParent(false) in InlineBox()
62 , m_hasBadParent(false) in InlineBox()
183 ASSERT(!m_hasBadParent); in parent()
412 bool m_hasBadParent; variable
425 m_hasBadParent = true; in setHasBadParent()
DInlineBox.cpp55 if (!m_hasBadParent && m_parent) in ~InlineBox()