Home
last modified time | relevance | path

Searched refs:aDOMDoc (Results 1 – 10 of 10) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/XmlLDrivers/
H A DXmlLDrivers_DocumentStorageDriver.cxx133 XmlObjMgt_Document aDOMDoc = XmlObjMgt_Document::createDocument ("document"); in Write() local
136 XmlObjMgt_Element anElement = aDOMDoc.getDocumentElement(); in Write()
145 aWriter.Write (theOStream, aDOMDoc); in Write()
180 XmlObjMgt_Document aDOMDoc = theElement.getOwnerDocument(); in WriteToDomDocument() local
261 XmlObjMgt_Element anInfoElem = aDOMDoc.createElement("info"); in WriteToDomDocument()
310 XmlObjMgt_Element aUIItem = aDOMDoc.createElement ("iitem"); in WriteToDomDocument()
312 LDOM_Text aUIText = aDOMDoc.createTextNode (aUserInfo(i).ToCString()); in WriteToDomDocument()
320 XmlObjMgt_Element aCommentsElem = aDOMDoc.createElement ("comments"); in WriteToDomDocument()
325 XmlObjMgt_Element aCItem = aDOMDoc.createElement ("citem"); in WriteToDomDocument()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpfe/appshell/
H A DnsWebShellWindow.cpp482 static void LoadNativeMenus(nsIDOMDocument *aDOMDoc, nsIWidget *aParentWindow) in LoadNativeMenus() argument
492aDOMDoc->GetElementsByTagNameNS(NS_LITERAL_STRING("http://www.mozilla.org/keymaster/gatekeeper/the… in LoadNativeMenus()
/dports/lang/spidermonkey60/firefox-60.9.0/image/
H A DimgLoader.cpp1294 imgLoader::RemoveEntry(nsIURI* aURI, nsIDOMDocument* aDOMDoc) { in RemoveEntry() argument
1295 nsCOMPtr<nsIDocument> doc = do_QueryInterface(aDOMDoc); in RemoveEntry()
1315 imgLoader::FindEntryProperties(nsIURI* uri, nsIDOMDocument* aDOMDoc, in FindEntryProperties() argument
1319 nsCOMPtr<nsIDocument> doc = do_QueryInterface(aDOMDoc); in FindEntryProperties()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/modules/
H A DPropertyListUtils.jsm709 * @param aDOMDoc
712 function XMLPropertyListReader(aDOMDoc) {
713 let docElt = aDOMDoc.documentElement;
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/modules/
H A DPropertyListUtils.jsm644 * @param aDOMDoc
647 function XMLPropertyListReader(aDOMDoc) {
648 let docElt = aDOMDoc.documentElement;
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/modules/
H A DPropertyListUtils.jsm648 * @param aDOMDoc
651 function XMLPropertyListReader(aDOMDoc) {
652 let docElt = aDOMDoc.documentElement;
/dports/www/firefox/firefox-99.0/toolkit/modules/
H A DPropertyListUtils.jsm709 * @param aDOMDoc
712 function XMLPropertyListReader(aDOMDoc) {
713 let docElt = aDOMDoc.documentElement;
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/modules/
H A DPropertyListUtils.jsm709 * @param aDOMDoc
712 function XMLPropertyListReader(aDOMDoc) {
713 let docElt = aDOMDoc.documentElement;
/dports/www/firefox-esr/firefox-91.8.0/toolkit/modules/
H A DPropertyListUtils.jsm709 * @param aDOMDoc
712 function XMLPropertyListReader(aDOMDoc) {
713 let docElt = aDOMDoc.documentElement;
/dports/www/firefox-legacy/firefox-52.8.0esr/image/
H A DimgLoader.cpp1344 nsIDOMDocument* aDOMDoc, in FindEntryProperties() argument
1349 nsCOMPtr<nsIDocument> doc = do_QueryInterface(aDOMDoc); in FindEntryProperties()