Home
last modified time | relevance | path

Searched refs:xmlns (Results 1 – 25 of 25) sorted by relevance

/external/webkit/WebCore/manual-tests/
Dsvg-text-selection.svg1 <svg xmlns="http://www.w3.org/2000/svg"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 xmlns:xhtml="http://www.w3.org/1999/xhtml">
Dsvg-animated-gifs.svg1 <svg xmlns="http://www.w3.org/2000/svg"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 xmlns:xhtml="http://www.w3.org/1999/xhtml">
Dsvg-repaint-group.svg1 <svg xmlns="http://www.w3.org/2000/svg"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 xmlns:xhtml="http://www.w3.org/1999/xhtml">
Dsvg-repaint-foreignObject.svg1 <svg xmlns="http://www.w3.org/2000/svg"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 xmlns:xhtml="http://www.w3.org/1999/xhtml">
Dsvg-repaint-path.svg1 <svg xmlns="http://www.w3.org/2000/svg"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 xmlns:xhtml="http://www.w3.org/1999/xhtml">
Dsvg-repaint-image.svg1 <svg xmlns="http://www.w3.org/2000/svg"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 xmlns:xhtml="http://www.w3.org/1999/xhtml">
Dsvg-link-hover-use.svg1 <svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'>
Dsvg-links.svg1 <svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'>
Dsvg-cursor-changes.svg1 <svg width="100%" height="100%" viewBox="0 0 300 600" xmlns="http://www.w3.org/2000/svg" xmlns:xlin…
/external/skia/src/svg/
DSkSVGSVG.cpp31 SVG_ATTRIBUTE(xmlns),
32 SVG_LITERAL_ATTRIBUTE(xmlns:xlink, f_xml_xlink)
/external/webkit/WebCore/manual-tests/animation/
DanimateMotion-to.svg1 <svg xmlns='http://www.w3.org/2000/svg'>
DanimateColor-values-simple.svg1 <svg xmlns='http://www.w3.org/2000/svg'>
DanimateColor-to-from.svg1 <svg xmlns='http://www.w3.org/2000/svg'>
DanimateColor-repeat-indefinite.svg1 <svg xmlns='http://www.w3.org/2000/svg'>
DanimateColor-from-by.svg1 <svg xmlns='http://www.w3.org/2000/svg'>
DanimateColor-to.svg1 <svg xmlns='http://www.w3.org/2000/svg'>
DanimateColor-by.svg1 <svg xmlns='http://www.w3.org/2000/svg'>
DanimateTransform-repeat-once.svg1 <svg xmlns='http://www.w3.org/2000/svg'>
Dset-to.svg1 <svg xmlns='http://www.w3.org/2000/svg'>
DanimateTransform-keyTimes.svg1 <svg xmlns='http://www.w3.org/2000/svg'>
/external/webkit/WebCore/editing/
Dmarkup.cpp346 DEFINE_STATIC_LOCAL(const String, xmlns, ("xmlns")); in appendNamespace()
348 append(result, xmlns); in appendNamespace()
/external/expat/lib/
Dxmlparse.c232 XML_Bool xmlns; member
2702 if (attId->xmlns) { in storeAtts()
2738 if (da->id->xmlns) { in storeAtts()
5232 if (isId && !type->idAtt && !attId->xmlns) in defineAttribute()
5327 id->xmlns = XML_TRUE; in getAttributeId()
5659 newA->xmlns = oldA->xmlns; in dtdCopy()
/external/webkit/WebKitTools/FindSafari/
DSafari.exe.manifest1 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
/external/webkit/WebCore/dom/
DDocument.cpp755 DEFINE_STATIC_LOCAL(const AtomicString, xmlns, ("xmlns")); in hasPrefixNamespaceMismatch()
768 …if ((qName.prefix() == xmlns && qName.namespaceURI() != xmlnsNamespaceURI) || (qName.prefix() != x… in hasPrefixNamespaceMismatch()
/external/webkit/WebCore/
DChangeLog-2005-08-23420 xmlns attributes.