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

  /external/webkit/Source/WebCore/html/parser/
HTMLToken.h 290 const WTF::Vector<UChar>& systemIdentifier() const
483 WTF::Vector<UChar>& systemIdentifier() const
HTMLConstructionSite.cpp 222 attach(m_attachmentRoot, DocumentType::create(m_document, token.name(), String::adopt(token.publicIdentifier()), String::adopt(token.systemIdentifier())));

Completed in 61 milliseconds