createElementNS   279 Source/bindings/v8/CustomElementConstructorBuilder.cpp     RefPtr<Element> element = document->createElementNS(namespaceURI, tagName, maybeType->IsNull() ? nullAtom : type, exceptionState);
createElementNS   226 Source/core/dom/DOMImplementation.cpp         documentElement = doc->createElementNS(namespaceURI, qualifiedName, exceptionState);
createElementNS   323 Source/core/dom/Document.h     PassRefPtr<Element> createElementNS(const AtomicString& namespaceURI, const AtomicString& qualifiedName, ExceptionState&);
createElementNS   981 Source/core/dom/Document.h     PassRefPtr<Element> createElementNS(const AtomicString& namespaceURI, const AtomicString& qualifiedName, const AtomicString& typeExtension, ExceptionState&);