HomeSort by relevance Sort by last modified time
    Searched refs:addSpanWithClassName (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLViewSourceDocument.cpp 131 m_current = addSpanWithClassName("webkit-html-doctype");
138 m_current = addSpanWithClassName("webkit-html-tag");
173 m_current = addSpanWithClassName("webkit-html-comment");
183 PassRefPtr<Element> HTMLViewSourceDocument::addSpanWithClassName(const AtomicString& className)
232 m_current = addSpanWithClassName("webkit-html-tag");
233 m_current = addSpanWithClassName(className);
278 m_current = addSpanWithClassName(className);
HTMLViewSourceDocument.h 57 PassRefPtr<Element> addSpanWithClassName(const AtomicString&);

Completed in 73 milliseconds