Home | History | Annotate | Download | only in editing

Lines Matching refs:m_tagName

150     virtual bool matches(const Element* element) const { return !m_tagName || element->hasTagName(*m_tagName); }
162 const QualifiedName* m_tagName; // We can store a pointer because HTML tag names are const global.
167 , m_tagName(0)
173 , m_tagName(&tagName)
180 , m_tagName(&tagName)