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

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
FontResource.cpp 98 if (m_externalSVGDocument)
108 if (!m_externalSVGDocument && !errorOccurred() && !isLoading()) {
110 m_externalSVGDocument = SVGDocument::create();
116 m_externalSVGDocument->setContent(svgSource);
119 m_externalSVGDocument = 0;
121 if (!m_externalSVGDocument)
125 return m_externalSVGDocument;
130 RefPtr<NodeList> list = m_externalSVGDocument->getElementsByTagNameNS(SVGNames::fontTag.namespaceURI(), SVGNames::fontTag.localName());
FontResource.h 72 RefPtr<WebCore::SVGDocument> m_externalSVGDocument;

Completed in 2364 milliseconds