Searched defs:createElement (Results 1 - 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLDocument.cpp288 PassRefPtr<Element> HTMLDocument::createElement(const AtomicString& name, ExceptionCode& ec) function in class:WebCore::HTMLDocument
/external/icu4c/tools/toolutil/
H A Dxmlparser.cpp371 root = createElement(mXMLElemEmpty, status);
378 root = createElement(mXMLElemStart, status);
391 UXMLElement *t = createElement(mXMLElemStart, status);
445 UXMLElement *t = createElement(mXMLElemEmpty, status);
482 // createElement
487 UXMLParser::createElement(RegexMatcher &mEl, UErrorCode &status) { function in class:UXMLParser
/external/webkit/Source/WebCore/html/parser/
H A DHTMLConstructionSite.cpp327 RefPtr<Element> element = attachToCurrent(createElement(token, namespaceURI));
365 PassRefPtr<Element> HTMLConstructionSite::createElement(AtomicHTMLToken& token, const AtomicString& namespaceURI) function in class:WebCore::HTMLConstructionSite
368 RefPtr<Element> element = currentNode()->document()->createElement(tagName, true);
376 // FIXME: This can't use HTMLConstructionSite::createElement because we
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
H A Djstemplate_compiled.js18 function createElement(tagName, owner, opt_position, opt_size, opt_noAppend) { function
19 var element = ownerDocument(owner).createElement(tagName);
429 return doc.createElement(name);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java817 public Element createElement(String tagName) throws DOMException method in class:UnImplNode
/external/webkit/Source/WebKit/win/
H A DDOMCoreClasses.cpp615 HRESULT STDMETHODCALLTYPE DOMDocument::createElement( function in class:DOMDocument
624 *result = DOMElement::createInstance(m_document->createElement(tagNameString, ec).get());
H A DDOMHTMLClasses.h314 virtual HRESULT STDMETHODCALLTYPE createElement( function in class:DOMHTMLDocument
316 /* [retval][out] */ IDOMElement **result) { return DOMDocument::createElement(tagName, result); }
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java637 public final Element createElement(String tagName) throws DOMException method in class:DTMNodeProxy
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp707 PassRefPtr<Element> Document::createElement(const AtomicString& name, ExceptionCode& ec) function in class:WebCore::Document
717 return createElement(QualifiedName(nullAtom, name, nullAtom), false);
937 PassRefPtr<Element> Document::createElement(const QualifiedName& qName, bool createdByParser) function in class:WebCore::Document
985 return createElement(qName, false);
1292 m_titleElement = createElement(titleTag, false);
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 737 milliseconds