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

  /external/webkit/WebCore/svg/
SVGLangSpace.idl 32 attribute core::DOMString xmlspace
SVGLangSpace.h 40 const AtomicString& xmlspace() const;
41 void setXmlspace(const AtomicString& xmlSpace);
SVGLangSpace.cpp 51 const AtomicString& SVGLangSpace::xmlspace() const function in class:WebCore::SVGLangSpace
61 void SVGLangSpace::setXmlspace(const AtomicString& xmlSpace)
63 m_space = xmlSpace;

Completed in 392 milliseconds