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

  /external/webkit/Source/WebCore/loader/cache/
CachedFont.cpp 118 if (m_externalSVGDocument)
132 if (!m_externalSVGDocument && !errorOccurred() && !isLoading() && m_data) {
133 m_externalSVGDocument = SVGDocument::create(0, KURL());
139 m_externalSVGDocument->setContent(svgSource);
142 m_externalSVGDocument = 0;
145 return m_externalSVGDocument;
150 RefPtr<NodeList> list = m_externalSVGDocument->getElementsByTagNameNS(SVGNames::fontTag.namespaceURI(), SVGNames::fontTag.localName());
CachedFont.h 80 RefPtr<SVGDocument> m_externalSVGDocument;

Completed in 521 milliseconds