OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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