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

  /external/webkit/WebCore/dom/
XMLTokenizerQt.cpp 332 String namespaceQName = decl.prefix().isEmpty() ? String("xmlns") : String("xmlns:") + decl.prefix();
333 newElement->setAttributeNS("http://www.w3.org/2000/xmlns/", namespaceQName, namespaceURI, ec, scriptingPermission);
xml_expat_tokenizer.cpp 399 String namespaceQName("xmlns");
401 namespaceQName += String(":")+ prefix;
402 newElement->setAttributeNS(String("http://www.w3.org/2000/xmlns/"), namespaceQName, uri, exceptioncode);
XMLTokenizerLibxml2.cpp 684 AtomicString namespaceQName = xmlnsAtom;
687 namespaceQName = "xmlns:" + toString(namespaces[i].prefix);
688 newElement->setAttributeNS(XMLNSNames::xmlnsNamespaceURI, namespaceQName, namespaceURI, ec, scriptingPermission);
    [all...]

Completed in 22 milliseconds