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

  /external/webkit/Source/WebCore/svg/
SVGLangSpace.idl 32 attribute DOMString xmlspace
SVGLangSpace.h 37 const AtomicString& xmlspace() const;
38 void setXmlspace(const AtomicString& xmlSpace);
SVGLangSpace.cpp 38 const AtomicString& SVGLangSpace::xmlspace() const function in class:WebCore::SVGLangSpace
48 void SVGLangSpace::setXmlspace(const AtomicString& xmlSpace)
50 m_space = xmlSpace;

Completed in 52 milliseconds