Home
last modified time | relevance | path

Searched defs:createElement (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLDocument.cpp288 PassRefPtr<Element> HTMLDocument::createElement(const AtomicString& name, ExceptionCode& ec) in createElement() function in WebCore::HTMLDocument
/external/icu4c/tools/toolutil/
Dxmlparser.cpp487 UXMLParser::createElement(RegexMatcher &mEl, UErrorCode &status) { in createElement() function in UXMLParser
/external/webkit/Source/WebCore/html/parser/
DHTMLConstructionSite.cpp365 PassRefPtr<Element> HTMLConstructionSite::createElement(AtomicHTMLToken& token, const AtomicString&… in createElement() function in WebCore::HTMLConstructionSite
/external/chromium/chrome/browser/resources/ntp/
Dapps.js158 function createElement(app) { function
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
Djstemplate_compiled.js18 function createElement(tagName, owner, opt_position, opt_size, opt_noAppend) { function
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java817 public Element createElement(String tagName) throws DOMException in createElement() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java637 public final Element createElement(String tagName) throws DOMException in createElement() method in DTMNodeProxy
/external/webkit/Source/WebKit/win/
DDOMCoreClasses.cpp615 HRESULT STDMETHODCALLTYPE DOMDocument::createElement( in createElement() function in DOMDocument
DDOMHTMLClasses.h314 virtual HRESULT STDMETHODCALLTYPE createElement( in createElement() function
/external/webkit/Source/WebCore/dom/
DDocument.cpp707 PassRefPtr<Element> Document::createElement(const AtomicString& name, ExceptionCode& ec) in createElement() function in WebCore::Document
937 PassRefPtr<Element> Document::createElement(const QualifiedName& qName, bool createdByParser) in createElement() function in WebCore::Document