Home | History | Annotate | Download | only in html

Lines Matching refs:isInline

662             if (!isInline(n)) {
684 if (isInline(m_current)) {
1044 bool HTMLParser::isInline(Node* node) const
1577 while (m_blockStack && isInline(m_current))