Home | History | Annotate | Download | only in html

Lines Matching refs:m_current

92     m_current = m_tbody;
97 if (!m_current)
104 if (!m_current)
111 m_current = addSpanWithClassName("webkit-html-comment");
117 m_current = addSpanWithClassName(classNameStr);
152 m_current = addSpanWithClassName("webkit-html-attribute-name");
154 if (m_current != m_tbody)
155 m_current = static_cast<Element*>(m_current->parent());
171 m_current = addLink(value, equalIgnoringCase(token->tagName, "a"));
173 m_current = addSpanWithClassName("webkit-html-attribute-value");
175 if (m_current != m_tbody)
176 m_current = static_cast<Element*>(m_current->parent());
190 m_current = m_td;
196 if (!m_current)
198 m_current = addSpanWithClassName("webkit-html-doctype");
207 if (m_current == m_tbody) {
209 return m_current;
216 m_current->addChild(span);
243 m_current = m_td = td;
254 m_current = addSpanWithClassName("webkit-html-tag");
255 m_current = addSpanWithClassName(className);
275 if (m_current == m_tbody)
278 m_current->addChild(t);
281 m_current = m_tbody;
286 m_current = m_tbody;
291 if (m_current == m_tbody)
306 m_current->addChild(anchor);