Home
last modified time | relevance | path

Searched refs:nsGenericDOMDataNode (Results 1 – 25 of 59) sorted by relevance

123

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsGenericDOMDataNode.cpp44 nsGenericDOMDataNode::nsGenericDOMDataNode(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo) in nsGenericDOMDataNode() function in nsGenericDOMDataNode
55 nsGenericDOMDataNode::nsGenericDOMDataNode(already_AddRefed<mozilla::dom::NodeInfo>&& aNodeInfo) in nsGenericDOMDataNode() function in nsGenericDOMDataNode
66 nsGenericDOMDataNode::~nsGenericDOMDataNode() in ~nsGenericDOMDataNode()
128 NS_INTERFACE_MAP_BEGIN(nsGenericDOMDataNode) in NS_INTERFACE_MAP_BEGIN() argument
239 nsGenericDOMDataNode::MozRemove() in MozRemove()
679 nsGenericDOMDataNode::GetAttrCount() const in GetAttrCount()
685 nsGenericDOMDataNode::GetChildCount() const in GetChildCount()
818 nsGenericDOMDataNode::SaveSubtreeState() in SaveSubtreeState()
843 nsGenericDOMDataNode::CreateSlots() in CreateSlots()
1000 nsGenericDOMDataNode::GetText() in GetText()
[all …]
H A DComment.h17 class Comment final : public nsGenericDOMDataNode,
31 : nsGenericDOMDataNode(aNodeInfo) in Comment()
37 : nsGenericDOMDataNode(aNodeInfoManager->GetCommentNodeInfo()) in Comment()
49 NS_FORWARD_NSIDOMCHARACTERDATA(nsGenericDOMDataNode::)
50 using nsGenericDOMDataNode::SetData; // Prevent hiding overloaded virtual function.
58 virtual nsGenericDOMDataNode* CloneDataNode(mozilla::dom::NodeInfo *aNodeInfo,
H A DText.h16 class Text : public nsGenericDOMDataNode
20 : nsGenericDOMDataNode(aNodeInfo) in Text()
24 : nsGenericDOMDataNode(aNodeInfo) in Text()
27 using nsGenericDOMDataNode::GetWholeText;
H A DnsTextNode.h55 NS_FORWARD_NSIDOMCHARACTERDATA(nsGenericDOMDataNode::)
56 using nsGenericDOMDataNode::SetData; // Prevent hiding overloaded virtual function.
59 NS_FORWARD_NSIDOMTEXT(nsGenericDOMDataNode::)
64 virtual nsGenericDOMDataNode* CloneDataNode(mozilla::dom::NodeInfo *aNodeInfo,
H A DDocumentType.h29 class DocumentTypeForward : public nsGenericDOMDataNode,
34 : nsGenericDOMDataNode(aNodeInfo) in DocumentTypeForward()
73 virtual nsGenericDOMDataNode* CloneDataNode(mozilla::dom::NodeInfo *aNodeInfo,
H A DnsTextNode.cpp58 virtual nsGenericDOMDataNode *CloneDataNode(mozilla::dom::NodeInfo *aNodeInfo, in CloneDataNode()
100 NS_IMPL_ISUPPORTS_INHERITED(nsTextNode, nsGenericDOMDataNode, nsIDOMNode, in NS_IMPL_ISUPPORTS_INHERITED() argument
115 nsGenericDOMDataNode*
141 nsresult rv = nsGenericDOMDataNode::BindToTree(aDocument, aParent, in BindToTree()
155 nsGenericDOMDataNode::UnbindFromTree(aDeep, aNullParent); in UnbindFromTree()
H A DnsGenericDOMDataNode.h57 class nsGenericDOMDataNode : public nsIContent
64 explicit nsGenericDOMDataNode(already_AddRefed<mozilla::dom::NodeInfo>& aNodeInfo);
65 explicit nsGenericDOMDataNode(already_AddRefed<mozilla::dom::NodeInfo>&& aNodeInfo);
222 NS_DECL_CYCLE_COLLECTION_SKIPPABLE_SCRIPT_HOLDER_CLASS(nsGenericDOMDataNode)
225 virtual ~nsGenericDOMDataNode();
309 virtual nsGenericDOMDataNode *CloneDataNode(mozilla::dom::NodeInfo *aNodeInfo,
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsGenericDOMDataNode.cpp45 nsGenericDOMDataNode::nsGenericDOMDataNode( in nsGenericDOMDataNode() function in nsGenericDOMDataNode
56 nsGenericDOMDataNode::nsGenericDOMDataNode( in nsGenericDOMDataNode() function in nsGenericDOMDataNode
67 nsGenericDOMDataNode::~nsGenericDOMDataNode() { in ~nsGenericDOMDataNode()
75 NS_IMPL_CYCLE_COLLECTION_CLASS(nsGenericDOMDataNode)
119 NS_INTERFACE_MAP_BEGIN(nsGenericDOMDataNode) in NS_INTERFACE_MAP_BEGIN() argument
135 nsGenericDOMDataNode, nsNodeUtils::LastRelease(this)) in NS_INTERFACE_MAP_BEGIN()
238 nsresult nsGenericDOMDataNode::SetTextInternal( in SetTextInternal()
593 int32_t nsGenericDOMDataNode::ComputeIndexOf( in ComputeIndexOf()
621 void nsGenericDOMDataNode::SaveSubtreeState() {} in SaveSubtreeState()
785 bool nsGenericDOMDataNode::TextIsOnlyWhitespace() { in TextIsOnlyWhitespace()
[all …]
H A DComment.h17 class Comment final : public nsGenericDOMDataNode, public nsIDOMComment {
28 : nsGenericDOMDataNode(aNodeInfo) { in Comment()
33 : nsGenericDOMDataNode(aNodeInfoManager->GetCommentNodeInfo()) { in Comment()
41 NS_FORWARD_NSIDOMCHARACTERDATA(nsGenericDOMDataNode::)
42 using nsGenericDOMDataNode::SetData; // Prevent hiding overloaded virtual
51 virtual nsGenericDOMDataNode* CloneDataNode(mozilla::dom::NodeInfo* aNodeInfo,
H A DText.h16 class Text : public nsGenericDOMDataNode {
19 : nsGenericDOMDataNode(aNodeInfo) {} in Text()
22 : nsGenericDOMDataNode(aNodeInfo) {} in Text()
24 using nsGenericDOMDataNode::GetWholeText;
H A DnsTextNode.h45 NS_FORWARD_NSIDOMCHARACTERDATA(nsGenericDOMDataNode::)
46 using nsGenericDOMDataNode::SetData; // Prevent hiding overloaded virtual
50 NS_FORWARD_NSIDOMTEXT(nsGenericDOMDataNode::)
55 virtual nsGenericDOMDataNode* CloneDataNode(mozilla::dom::NodeInfo* aNodeInfo,
H A DnsGenericDOMDataNode.h76 class nsGenericDOMDataNode : public nsIContent {
82 explicit nsGenericDOMDataNode(
84 explicit nsGenericDOMDataNode(
212 NS_DECL_CYCLE_COLLECTION_SKIPPABLE_SCRIPT_HOLDER_CLASS(nsGenericDOMDataNode)
215 virtual ~nsGenericDOMDataNode();
240 virtual nsGenericDOMDataNode* CloneDataNode(mozilla::dom::NodeInfo* aNodeInfo,
H A DDocumentType.h29 class DocumentTypeForward : public nsGenericDOMDataNode,
34 : nsGenericDOMDataNode(aNodeInfo) {} in DocumentTypeForward()
63 virtual nsGenericDOMDataNode* CloneDataNode(mozilla::dom::NodeInfo* aNodeInfo,
H A DnsTextNode.cpp55 virtual nsGenericDOMDataNode* CloneDataNode(mozilla::dom::NodeInfo* aNodeInfo, in CloneDataNode()
93 NS_IMPL_ISUPPORTS_CYCLE_COLLECTION_INHERITED(nsTextNode, nsGenericDOMDataNode, in NS_IMPL_ISUPPORTS_CYCLE_COLLECTION_INHERITED() argument
106 nsGenericDOMDataNode* nsTextNode::CloneDataNode( in CloneDataNode()
130 nsresult rv = nsGenericDOMDataNode::BindToTree( in BindToTree()
142 nsGenericDOMDataNode::UnbindFromTree(aDeep, aNullParent); in UnbindFromTree()
/dports/lang/spidermonkey60/firefox-60.9.0/editor/libeditor/
H A DDeleteTextTransaction.h28 nsGenericDOMDataNode& aCharData, uint32_t aOffset,
42 EditorBase& aEditorBase, nsGenericDOMDataNode& aCharData,
55 nsGenericDOMDataNode& aCharData,
58 EditorBase& aEditorBase, nsGenericDOMDataNode& aCharData,
82 RefPtr<nsGenericDOMDataNode> mCharData;
H A DDeleteTextTransaction.cpp25 EditorBase& aEditorBase, nsGenericDOMDataNode& aCharData, uint32_t aOffset, in MaybeCreate()
35 EditorBase& aEditorBase, nsGenericDOMDataNode& aCharData, in MaybeCreateForPreviousCharacter()
61 EditorBase& aEditorBase, nsGenericDOMDataNode& aCharData, in MaybeCreateForNextCharacter()
79 nsGenericDOMDataNode& aCharData, in DeleteTextTransaction()
H A DDeleteRangeTransaction.cpp139 RefPtr<nsGenericDOMDataNode> charDataNode = in CreateTxnsToDeleteBetween()
140 static_cast<nsGenericDOMDataNode*>(aStart.Container()); in CreateTxnsToDeleteBetween()
201 RefPtr<nsGenericDOMDataNode> dataNode = in CreateTxnsToDeleteContent()
202 static_cast<nsGenericDOMDataNode*>(aPoint.Container()); in CreateTxnsToDeleteContent()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xml/
H A DCDATASection.h51 NS_FORWARD_NSIDOMCHARACTERDATA(nsGenericDOMDataNode::)
52 using nsGenericDOMDataNode::SetData; // Prevent hiding overloaded virtual function.
55 NS_FORWARD_NSIDOMTEXT(nsGenericDOMDataNode::)
63 virtual nsGenericDOMDataNode* CloneDataNode(mozilla::dom::NodeInfo *aNodeInfo,
H A DProcessingInstruction.h18 class ProcessingInstruction : public nsGenericDOMDataNode,
32 NS_FORWARD_NSIDOMCHARACTERDATA(nsGenericDOMDataNode::)
33 using nsGenericDOMDataNode::SetData; // Prevent hiding overloaded virtual function.
41 virtual nsGenericDOMDataNode* CloneDataNode(mozilla::dom::NodeInfo *aNodeInfo,
H A DProcessingInstruction.cpp51 : nsGenericDOMDataNode(Move(aNodeInfo)) in ProcessingInstruction()
65 NS_IMPL_ISUPPORTS_INHERITED(ProcessingInstruction, nsGenericDOMDataNode, in NS_IMPL_ISUPPORTS_INHERITED() argument
98 nsGenericDOMDataNode*
103 nsGenericDOMDataNode::GetData(data); in CloneDataNode()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xml/
H A DCDATASection.h42 NS_FORWARD_NSIDOMCHARACTERDATA(nsGenericDOMDataNode::)
43 using nsGenericDOMDataNode::SetData; // Prevent hiding overloaded virtual
47 NS_FORWARD_NSIDOMTEXT(nsGenericDOMDataNode::)
52 virtual nsGenericDOMDataNode* CloneDataNode(mozilla::dom::NodeInfo* aNodeInfo,
H A DProcessingInstruction.h18 class ProcessingInstruction : public nsGenericDOMDataNode,
28 NS_FORWARD_NSIDOMCHARACTERDATA(nsGenericDOMDataNode::)
29 using nsGenericDOMDataNode::SetData; // Prevent hiding overloaded virtual
38 virtual nsGenericDOMDataNode* CloneDataNode(mozilla::dom::NodeInfo* aNodeInfo,
H A DProcessingInstruction.cpp50 : nsGenericDOMDataNode(Move(aNodeInfo)) { in ProcessingInstruction()
60 NS_IMPL_ISUPPORTS_INHERITED(ProcessingInstruction, nsGenericDOMDataNode, in NS_IMPL_ISUPPORTS_INHERITED() argument
87 nsGenericDOMDataNode* ProcessingInstruction::CloneDataNode( in CloneDataNode()
90 nsGenericDOMDataNode::GetData(data); in CloneDataNode()
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/libeditor/
H A DDeleteRangeTransaction.cpp149 RefPtr<nsGenericDOMDataNode> charDataNode = in CreateTxnsToDeleteBetween()
150 static_cast<nsGenericDOMDataNode*>(aNode); in CreateTxnsToDeleteBetween()
201 RefPtr<nsGenericDOMDataNode> dataNode = in CreateTxnsToDeleteContent()
202 static_cast<nsGenericDOMDataNode*>(aNode); in CreateTxnsToDeleteContent()
H A DDeleteTextTransaction.h37 nsGenericDOMDataNode& aCharData,
59 RefPtr<nsGenericDOMDataNode> mCharData;

123