Searched refs:createElement (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/libdrm/mobile2/include/util/xml/
H A DXMLDocumentImpl.h42 virtual ElementImpl* createElement(const DOMString* tagName) const throw (DOMException);
/frameworks/base/media/libdrm/mobile2/include/util/domcore/
H A DDocumentImpl.h65 virtual ElementImpl* createElement(const DOMString* tagName) const throw (DOMException);
/frameworks/base/media/libdrm/mobile2/src/util/xml/
H A DXMLDocumentImpl.cpp35 ElementImpl* XMLDocumentImpl::createElement(const DOMString* tagName) const throw (DOMException) function in class:XMLDocumentImpl
H A DDomExpatAgent.cpp62 ElementImpl *elementNode = mXMLDocumentPtr->createElement(name);
/frameworks/base/media/libdrm/mobile2/src/util/domcore/
H A DDocumentImpl.cpp34 ElementImpl* DocumentImpl::createElement(const DOMString* tagName) const throw (DOMException)
33 ElementImpl* DocumentImpl::createElement(const DOMString* tagName) const throw (DOMException) function in class:DocumentImpl
/frameworks/base/tools/preload/
H A Dsorttable.js30 if (!document.createElement || !document.getElementsByTagName) return;
46 the = document.createElement('thead');
68 tfo = document.createElement('tfoot');
101 sortrevind = document.createElement('span');
114 sortfwdind = document.createElement('span');
135 sortfwdind = document.createElement('span');

Completed in 67 milliseconds