Home
last modified time | relevance | path

Searched refs:aNodeInfoManager (Results 1 – 25 of 90) sorted by relevance

1234

/dports/www/firefox-esr/firefox-91.8.0/dom/xml/
H A DProcessingInstruction.cpp17 NS_NewXMLProcessingInstruction(nsNodeInfoManager* aNodeInfoManager, in NS_NewXMLProcessingInstruction() argument
23 MOZ_ASSERT(aNodeInfoManager, "Missing nodeinfo manager"); in NS_NewXMLProcessingInstruction()
29 RefPtr<XMLStylesheetProcessingInstruction> pi = new (aNodeInfoManager) in NS_NewXMLProcessingInstruction()
30 XMLStylesheetProcessingInstruction(aNodeInfoManager, aData); in NS_NewXMLProcessingInstruction()
35 ni = aNodeInfoManager->GetNodeInfo( in NS_NewXMLProcessingInstruction()
40 new (aNodeInfoManager) ProcessingInstruction(ni.forget(), aData); in NS_NewXMLProcessingInstruction()
H A DCDATASection.h31 explicit CDATASection(nsNodeInfoManager* aNodeInfoManager) in CDATASection() argument
32 : Text(aNodeInfoManager->GetNodeInfo(nsGkAtoms::cdataTagName, nullptr, in CDATASection()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/xml/
H A DProcessingInstruction.cpp17 NS_NewXMLProcessingInstruction(nsNodeInfoManager* aNodeInfoManager, in NS_NewXMLProcessingInstruction() argument
23 MOZ_ASSERT(aNodeInfoManager, "Missing nodeinfo manager"); in NS_NewXMLProcessingInstruction()
29 RefPtr<XMLStylesheetProcessingInstruction> pi = new (aNodeInfoManager) in NS_NewXMLProcessingInstruction()
30 XMLStylesheetProcessingInstruction(aNodeInfoManager, aData); in NS_NewXMLProcessingInstruction()
35 ni = aNodeInfoManager->GetNodeInfo( in NS_NewXMLProcessingInstruction()
40 new (aNodeInfoManager) ProcessingInstruction(ni.forget(), aData); in NS_NewXMLProcessingInstruction()
H A DCDATASection.h31 explicit CDATASection(nsNodeInfoManager* aNodeInfoManager) in CDATASection() argument
32 : Text(aNodeInfoManager->GetNodeInfo(nsGkAtoms::cdataTagName, nullptr, in CDATASection()
/dports/www/firefox/firefox-99.0/dom/xml/
H A DProcessingInstruction.cpp17 NS_NewXMLProcessingInstruction(nsNodeInfoManager* aNodeInfoManager, in NS_NewXMLProcessingInstruction() argument
23 MOZ_ASSERT(aNodeInfoManager, "Missing nodeinfo manager"); in NS_NewXMLProcessingInstruction()
29 RefPtr<XMLStylesheetProcessingInstruction> pi = new (aNodeInfoManager) in NS_NewXMLProcessingInstruction()
30 XMLStylesheetProcessingInstruction(aNodeInfoManager, aData); in NS_NewXMLProcessingInstruction()
35 ni = aNodeInfoManager->GetNodeInfo( in NS_NewXMLProcessingInstruction()
40 new (aNodeInfoManager) ProcessingInstruction(ni.forget(), aData); in NS_NewXMLProcessingInstruction()
H A DCDATASection.h31 explicit CDATASection(nsNodeInfoManager* aNodeInfoManager) in CDATASection() argument
32 : Text(aNodeInfoManager->GetNodeInfo(nsGkAtoms::cdataTagName, nullptr, in CDATASection()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/xml/
H A DProcessingInstruction.cpp17 NS_NewXMLProcessingInstruction(nsNodeInfoManager* aNodeInfoManager, in NS_NewXMLProcessingInstruction() argument
23 MOZ_ASSERT(aNodeInfoManager, "Missing nodeinfo manager"); in NS_NewXMLProcessingInstruction()
29 RefPtr<XMLStylesheetProcessingInstruction> pi = new (aNodeInfoManager) in NS_NewXMLProcessingInstruction()
30 XMLStylesheetProcessingInstruction(aNodeInfoManager, aData); in NS_NewXMLProcessingInstruction()
35 ni = aNodeInfoManager->GetNodeInfo( in NS_NewXMLProcessingInstruction()
40 new (aNodeInfoManager) ProcessingInstruction(ni.forget(), aData); in NS_NewXMLProcessingInstruction()
H A DCDATASection.h31 explicit CDATASection(nsNodeInfoManager* aNodeInfoManager) in CDATASection() argument
32 : Text(aNodeInfoManager->GetNodeInfo(nsGkAtoms::cdataTagName, nullptr, in CDATASection()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DDocumentType.cpp22 nsNodeInfoManager* aNodeInfoManager, in NS_NewDOMDocumentType() argument
28 *aDocType = NS_NewDOMDocumentType(aNodeInfoManager, aName, aPublicId, in NS_NewDOMDocumentType()
35 nsNodeInfoManager* aNodeInfoManager, nsAtom* aName, in NS_NewDOMDocumentType() argument
43 already_AddRefed<mozilla::dom::NodeInfo> ni = aNodeInfoManager->GetNodeInfo( in NS_NewDOMDocumentType()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xml/
H A DProcessingInstruction.cpp16 NS_NewXMLProcessingInstruction(nsNodeInfoManager* aNodeInfoManager, in NS_NewXMLProcessingInstruction() argument
22 NS_PRECONDITION(aNodeInfoManager, "Missing nodeinfo manager"); in NS_NewXMLProcessingInstruction()
29 new XMLStylesheetProcessingInstruction(aNodeInfoManager, aData); in NS_NewXMLProcessingInstruction()
34 ni = aNodeInfoManager->GetNodeInfo( in NS_NewXMLProcessingInstruction()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xml/
H A DProcessingInstruction.cpp16 NS_NewXMLProcessingInstruction(nsNodeInfoManager *aNodeInfoManager, in NS_NewXMLProcessingInstruction() argument
23 NS_PRECONDITION(aNodeInfoManager, "Missing nodeinfo manager"); in NS_NewXMLProcessingInstruction()
30 new XMLStylesheetProcessingInstruction(aNodeInfoManager, aData); in NS_NewXMLProcessingInstruction()
35 ni = aNodeInfoManager->GetNodeInfo(nsGkAtoms::processingInstructionTagName, in NS_NewXMLProcessingInstruction()
H A DCDATASection.h36 explicit CDATASection(nsNodeInfoManager* aNodeInfoManager) in CDATASection() argument
37 : Text(aNodeInfoManager->GetNodeInfo(nsGkAtoms::cdataTagName, in CDATASection()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DDocumentType.cpp23 nsNodeInfoManager *aNodeInfoManager, in NS_NewDOMDocumentType() argument
31 *aDocType = NS_NewDOMDocumentType(aNodeInfoManager, aName, aPublicId, in NS_NewDOMDocumentType()
37 NS_NewDOMDocumentType(nsNodeInfoManager* aNodeInfoManager, in NS_NewDOMDocumentType() argument
50 aNodeInfoManager->GetNodeInfo(nsGkAtoms::documentTypeNodeName, nullptr, in NS_NewDOMDocumentType()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDocumentType.cpp21 nsNodeInfoManager* aNodeInfoManager, nsAtom* aName, in NS_NewDOMDocumentType() argument
26 RefPtr<mozilla::dom::NodeInfo> ni = aNodeInfoManager->GetNodeInfo( in NS_NewDOMDocumentType()
31 new (aNodeInfoManager) mozilla::dom::DocumentType( in NS_NewDOMDocumentType()
H A DnsTextNode.cpp175 nsresult NS_NewAttributeContent(nsNodeInfoManager* aNodeInfoManager, in NS_NewAttributeContent() argument
178 MOZ_ASSERT(aNodeInfoManager, "Missing nodeInfoManager"); in NS_NewAttributeContent()
184 RefPtr<mozilla::dom::NodeInfo> ni = aNodeInfoManager->GetTextNodeInfo(); in NS_NewAttributeContent()
186 RefPtr<nsAttributeTextNode> textNode = new (aNodeInfoManager) in NS_NewAttributeContent()
H A DComment.h31 explicit Comment(nsNodeInfoManager* aNodeInfoManager) in Comment() argument
32 : CharacterData(aNodeInfoManager->GetCommentNodeInfo()) { in Comment()
/dports/www/firefox/firefox-99.0/dom/base/
H A DDocumentType.cpp21 nsNodeInfoManager* aNodeInfoManager, nsAtom* aName, in NS_NewDOMDocumentType() argument
26 RefPtr<mozilla::dom::NodeInfo> ni = aNodeInfoManager->GetNodeInfo( in NS_NewDOMDocumentType()
31 new (aNodeInfoManager) mozilla::dom::DocumentType( in NS_NewDOMDocumentType()
H A DnsTextNode.cpp175 nsresult NS_NewAttributeContent(nsNodeInfoManager* aNodeInfoManager, in NS_NewAttributeContent() argument
178 MOZ_ASSERT(aNodeInfoManager, "Missing nodeInfoManager"); in NS_NewAttributeContent()
184 RefPtr<mozilla::dom::NodeInfo> ni = aNodeInfoManager->GetTextNodeInfo(); in NS_NewAttributeContent()
186 RefPtr<nsAttributeTextNode> textNode = new (aNodeInfoManager) in NS_NewAttributeContent()
H A DComment.h31 explicit Comment(nsNodeInfoManager* aNodeInfoManager) in Comment() argument
32 : CharacterData(aNodeInfoManager->GetCommentNodeInfo()) { in Comment()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDocumentType.cpp21 nsNodeInfoManager* aNodeInfoManager, nsAtom* aName, in NS_NewDOMDocumentType() argument
26 RefPtr<mozilla::dom::NodeInfo> ni = aNodeInfoManager->GetNodeInfo( in NS_NewDOMDocumentType()
31 new (aNodeInfoManager) mozilla::dom::DocumentType( in NS_NewDOMDocumentType()
H A DnsTextNode.cpp175 nsresult NS_NewAttributeContent(nsNodeInfoManager* aNodeInfoManager, in NS_NewAttributeContent() argument
178 MOZ_ASSERT(aNodeInfoManager, "Missing nodeInfoManager"); in NS_NewAttributeContent()
184 RefPtr<mozilla::dom::NodeInfo> ni = aNodeInfoManager->GetTextNodeInfo(); in NS_NewAttributeContent()
186 RefPtr<nsAttributeTextNode> textNode = new (aNodeInfoManager) in NS_NewAttributeContent()
H A DComment.h31 explicit Comment(nsNodeInfoManager* aNodeInfoManager) in Comment() argument
32 : CharacterData(aNodeInfoManager->GetCommentNodeInfo()) { in Comment()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDocumentType.cpp21 nsNodeInfoManager* aNodeInfoManager, nsAtom* aName, in NS_NewDOMDocumentType() argument
26 RefPtr<mozilla::dom::NodeInfo> ni = aNodeInfoManager->GetNodeInfo( in NS_NewDOMDocumentType()
31 new (aNodeInfoManager) mozilla::dom::DocumentType( in NS_NewDOMDocumentType()
H A DnsTextNode.cpp175 nsresult NS_NewAttributeContent(nsNodeInfoManager* aNodeInfoManager, in NS_NewAttributeContent() argument
178 MOZ_ASSERT(aNodeInfoManager, "Missing nodeInfoManager"); in NS_NewAttributeContent()
184 RefPtr<mozilla::dom::NodeInfo> ni = aNodeInfoManager->GetTextNodeInfo(); in NS_NewAttributeContent()
186 RefPtr<nsAttributeTextNode> textNode = new (aNodeInfoManager) in NS_NewAttributeContent()
H A DComment.h31 explicit Comment(nsNodeInfoManager* aNodeInfoManager) in Comment() argument
32 : CharacterData(aNodeInfoManager->GetCommentNodeInfo()) { in Comment()

1234