Home
last modified time | relevance | path

Searched refs:nsINode (Results 1 – 25 of 2603) sorted by relevance

12345678910>>...105

/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsRange.h56 explicit nsRange(nsINode* aNode);
132 nsINode* GetCommonAncestor() const;
197 static nsINode* GetContainerAndOffsetAfter(nsINode* aNode, in GetContainerAndOffsetAfter()
213 static nsINode* GetContainerAndOffsetBefore(nsINode* aNode, in GetContainerAndOffsetBefore()
334 static nsresult CloneParentsBetween(nsINode* aAncestor, nsINode* aNode,
346 static nsINode* ComputeRootNode(nsINode* aNode) { in ComputeRootNode()
385 nsINode* aStartContainer, uint32_t aStartOffset, nsINode* aEndContainer,
411 nsINode* IsValidBoundary(nsINode* aNode) const { in IsValidBoundary()
424 static nsINode* ComputeRootNode(nsINode* aNode,
480 RefPtr<nsINode> mCommonAncestor;
[all …]
H A DnsINode.cpp155 nsINode::~nsINode() { in ~nsINode()
194 nsINode::nsSlots* nsINode::CreateSlots() { return new nsSlots(); } in CreateSlots()
254 nsINode* nsINode::GetParentOrHostNode() const { in GetParentOrHostNode()
263 nsINode* nsINode::SubtreeRoot() const { in SubtreeRoot()
272 nsINode* node; in SubtreeRoot()
483 nsINode* nsINode::RemoveChild(nsINode& aOldChild, ErrorResult& aError) { in RemoveChild()
871 bool nsINode::IsEqualNode(nsINode* aOther) { in IsEqualNode()
1288 void nsINode::Unlink(nsINode* tmp) { in Unlink()
1881 void nsINode::EnsurePreInsertionValidity(nsINode& aNewChild, nsINode* aRefChild, in EnsurePreInsertionValidity()
1920 nsINode* nsINode::ReplaceOrInsertBefore(bool aReplace, nsINode* aNewChild, in ReplaceOrInsertBefore()
[all …]
H A DNodeIterator.h18 class nsINode; variable
35 nsINode *Root() const { return mRoot; } in NS_DECL_CYCLE_COLLECTION_CLASS()
36 nsINode *GetReferenceNode() const { return mPointer.mNode; } in GetReferenceNode()
40 already_AddRefed<nsINode> NextNode(ErrorResult &aResult) { in NextNode()
56 NodePointer(nsINode *aNode, bool aBeforeNode);
59 bool MoveToNext(nsINode *aRoot);
60 bool MoveToPrevious(nsINode *aRoot);
62 bool MoveForward(nsINode *aRoot, nsINode *aNode);
63 void MoveBackward(nsINode *aParent, nsINode *aNode);
65 void AdjustAfterRemoval(nsINode *aRoot, nsINode *aContainer,
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsRange.h47 explicit nsRange(nsINode* aNode);
79 nsINode* GetRoot() const in GetRoot()
84 nsINode* GetStartParent() const in GetStartParent()
89 nsINode* GetEndParent() const in GetEndParent()
149 nsINode* GetCommonAncestor() const;
298 nsINode* IsValidBoundary(nsINode* aNode);
316 nsINode* GetRegisteredCommonAncestor();
341 RefPtr<nsINode> mCommonAncestor;
349 nsCOMPtr<nsINode> mRoot;
350 nsCOMPtr<nsINode> mStartParent;
[all …]
H A DnsINode.cpp151 nsINode::~nsINode() in ~nsINode()
252 nsINode*
561 nsINode*
985 nsINode::IsSameNode(nsINode *other) in IsSameNode()
991 nsINode::IsEqualNode(nsINode* aOther) in IsEqualNode()
1481 nsINode::Unlink(nsINode* tmp) in Unlink()
2091 nsINode::EnsurePreInsertionValidity(nsINode& aNewChild, nsINode* aRefChild, in EnsurePreInsertionValidity()
2102 nsINode::EnsurePreInsertionValidity1(nsINode& aNewChild, nsINode* aRefChild, in EnsurePreInsertionValidity1()
2134 nsINode*
2657 nsINode::Contains(const nsINode* aOther) const in Contains()
[all …]
H A DNodeIterator.h19 class nsINode; variable
33 NodeIterator(nsINode *aRoot,
42 nsINode* Root() const in NS_DECL_CYCLE_COLLECTION_CLASS_AMBIGUOUS()
46 nsINode* GetReferenceNode() const in GetReferenceNode()
82 bool MoveToNext(nsINode *aRoot);
83 bool MoveToPrevious(nsINode *aRoot);
85 bool MoveForward(nsINode *aRoot, nsINode *aNode);
86 void MoveBackward(nsINode *aParent, nsINode *aNode);
88 …void AdjustAfterRemoval(nsINode *aRoot, nsINode *aContainer, nsIContent *aChild, nsIContent *aPrev…
92 nsINode *mNode;
[all …]
H A DnsNodeUtils.h117 static void ContentInserted(nsINode* aContainer,
127 static void ContentRemoved(nsINode* aContainer,
167 static void LastRelease(nsINode* aNode);
190 nsINode **aResult) in Clone()
199 static nsresult Clone(nsINode *aNode, bool aDeep, nsINode **aResult) in Clone()
201 nsCOMArray<nsINode> dummyNodeWithProperties; in Clone()
227 nsCOMPtr<nsINode> node; in Adopt()
243 static void TraverseUserData(nsINode* aNode,
254 static nsresult CloneNodeImpl(nsINode *aNode, bool aDeep, nsINode **aResult);
261 static void UnlinkUserData(nsINode *aNode);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/editor/libeditor/
H A DHTMLEditUtils.h12 class nsINode; variable
20 static bool IsFormatNode(nsINode* aNode);
23 static bool IsHeader(nsINode& aNode);
26 static bool IsListItem(nsINode* aNode);
28 static bool IsTable(nsINode* aNode);
30 static bool IsTableRow(nsINode* aNode);
38 static bool IsList(nsINode* aNode);
44 static bool IsPre(nsINode* aNode);
46 static bool IsImage(nsINode* aNode);
48 static bool IsLink(nsINode* aNode);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsRange.h51 explicit nsRange(nsINode* aNode);
58 static already_AddRefed<nsRange> Create(nsINode* aNode);
92 nsINode* GetRoot() const { return mRoot; } in GetRoot()
226 void InsertNode(nsINode& aNode, ErrorResult& aErr);
255 void SelectNode(nsINode& aNode, ErrorResult& aErr);
289 static nsresult CloneParentsBetween(nsINode* aAncestor, nsINode* aNode,
296 bool CanAccess(const nsINode&) const;
304 nsINode* mRoot = nullptr;
327 nsINode* aStartContainer, uint32_t aStartOffset, nsINode* aEndContainer,
424 RefPtr<nsINode> mCommonAncestor;
[all …]
H A DnsINode.cpp200 nsINode::~nsINode() { in ~nsINode()
443 nsINode* nsINode::GetParentOrShadowHostNode() const { in GetParentOrShadowHostNode()
452 nsINode* nsINode::SubtreeRoot() const { in SubtreeRoot()
763 nsINode* nsINode::RemoveChild(nsINode& aOldChild, ErrorResult& aError) { in RemoveChild()
1086 bool nsINode::IsEqualNode(nsINode* aOther) { in IsEqualNode()
1411 void nsINode::Unlink(nsINode* tmp) { in Unlink()
2309 void nsINode::EnsurePreInsertionValidity(nsINode& aNewChild, nsINode* aRefChild, in EnsurePreInsertionValidity()
2346 nsINode* nsINode::ReplaceOrInsertBefore(bool aReplace, nsINode* aNewChild, in ReplaceOrInsertBefore()
3052 already_AddRefed<nsINode> nsINode::CloneAndAdopt( in CloneAndAdopt()
3405 already_AddRefed<nsINode> nsINode::Clone(bool aDeep, in Clone()
[all …]
H A DNodeIterator.h18 class nsINode; variable
34 nsINode* Root() const { return mRoot; } in NS_DECL_CYCLE_COLLECTION_CLASS()
39 already_AddRefed<nsINode> NextNode(ErrorResult& aResult) { in NextNode()
55 NodePointer(nsINode* aNode, bool aBeforeNode);
57 typedef bool (NodePointer::*MoveToMethodType)(nsINode*);
58 bool MoveToNext(nsINode* aRoot);
59 bool MoveToPrevious(nsINode* aRoot);
61 bool MoveForward(nsINode* aRoot, nsINode* aNode);
62 void MoveBackward(nsINode* aParent, nsINode* aNode);
64 void AdjustAfterRemoval(nsINode* aRoot, nsINode* aContainer,
[all …]
H A DNodeInfoInlines.h64 aNodeType == nsINode::ELEMENT_NODE || in CheckValidNodeInfo()
65 aNodeType == nsINode::ATTRIBUTE_NODE || in CheckValidNodeInfo()
66 aNodeType == nsINode::TEXT_NODE || in CheckValidNodeInfo()
67 aNodeType == nsINode::CDATA_SECTION_NODE || in CheckValidNodeInfo()
69 aNodeType == nsINode::COMMENT_NODE || in CheckValidNodeInfo()
70 aNodeType == nsINode::DOCUMENT_NODE || in CheckValidNodeInfo()
71 aNodeType == nsINode::DOCUMENT_TYPE_NODE || in CheckValidNodeInfo()
72 aNodeType == nsINode::DOCUMENT_FRAGMENT_NODE || in CheckValidNodeInfo()
82 MOZ_ASSERT(aNodeType == nsINode::ELEMENT_NODE || in CheckValidNodeInfo()
83 aNodeType == nsINode::ATTRIBUTE_NODE || in CheckValidNodeInfo()
[all …]
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsINode.cpp212 nsINode::~nsINode() { in ~nsINode()
462 nsINode* nsINode::GetParentOrShadowHostNode() const { in GetParentOrShadowHostNode()
471 nsINode* nsINode::SubtreeRoot() const { in SubtreeRoot()
808 nsINode* nsINode::RemoveChild(nsINode& aOldChild, ErrorResult& aError) { in RemoveChild()
1132 bool nsINode::IsEqualNode(nsINode* aOther) { in IsEqualNode()
1463 void nsINode::Unlink(nsINode* tmp) { in Unlink()
2402 void nsINode::EnsurePreInsertionValidity(nsINode& aNewChild, nsINode* aRefChild, in EnsurePreInsertionValidity()
2439 nsINode* nsINode::ReplaceOrInsertBefore(bool aReplace, nsINode* aNewChild, in ReplaceOrInsertBefore()
3136 already_AddRefed<nsINode> nsINode::CloneAndAdopt( in CloneAndAdopt()
3480 already_AddRefed<nsINode> nsINode::Clone(bool aDeep, in Clone()
[all …]
H A DnsRange.h51 explicit nsRange(nsINode* aNode);
58 static already_AddRefed<nsRange> Create(nsINode* aNode);
92 nsINode* GetRoot() const { return mRoot; } in GetRoot()
226 void InsertNode(nsINode& aNode, ErrorResult& aErr);
255 void SelectNode(nsINode& aNode, ErrorResult& aErr);
297 static nsresult CloneParentsBetween(nsINode* aAncestor, nsINode* aNode,
304 bool CanAccess(const nsINode&) const;
312 nsINode* mRoot = nullptr;
335 nsINode* aStartContainer, uint32_t aStartOffset, nsINode* aEndContainer,
426 RefPtr<nsINode> mCommonAncestor;
[all …]
H A DNodeIterator.h18 class nsINode; variable
34 nsINode* Root() const { return mRoot; } in NS_DECL_CYCLE_COLLECTION_CLASS()
39 already_AddRefed<nsINode> NextNode(ErrorResult& aResult) { in NextNode()
55 NodePointer(nsINode* aNode, bool aBeforeNode);
57 typedef bool (NodePointer::*MoveToMethodType)(nsINode*);
58 bool MoveToNext(nsINode* aRoot);
59 bool MoveToPrevious(nsINode* aRoot);
61 bool MoveForward(nsINode* aRoot, nsINode* aNode);
62 void MoveBackward(nsINode* aParent, nsINode* aNode);
64 void AdjustAfterRemoval(nsINode* aRoot, nsINode* aContainer,
[all …]
H A DNodeInfoInlines.h64 aNodeType == nsINode::ELEMENT_NODE || in CheckValidNodeInfo()
65 aNodeType == nsINode::ATTRIBUTE_NODE || in CheckValidNodeInfo()
66 aNodeType == nsINode::TEXT_NODE || in CheckValidNodeInfo()
67 aNodeType == nsINode::CDATA_SECTION_NODE || in CheckValidNodeInfo()
69 aNodeType == nsINode::COMMENT_NODE || in CheckValidNodeInfo()
70 aNodeType == nsINode::DOCUMENT_NODE || in CheckValidNodeInfo()
71 aNodeType == nsINode::DOCUMENT_TYPE_NODE || in CheckValidNodeInfo()
72 aNodeType == nsINode::DOCUMENT_FRAGMENT_NODE || in CheckValidNodeInfo()
82 MOZ_ASSERT(aNodeType == nsINode::ELEMENT_NODE || in CheckValidNodeInfo()
83 aNodeType == nsINode::ATTRIBUTE_NODE || in CheckValidNodeInfo()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsRange.h51 explicit nsRange(nsINode* aNode);
58 static already_AddRefed<nsRange> Create(nsINode* aNode);
92 nsINode* GetRoot() const { return mRoot; } in GetRoot()
226 void InsertNode(nsINode& aNode, ErrorResult& aErr);
255 void SelectNode(nsINode& aNode, ErrorResult& aErr);
297 static nsresult CloneParentsBetween(nsINode* aAncestor, nsINode* aNode,
304 bool CanAccess(const nsINode&) const;
312 nsINode* mRoot = nullptr;
335 nsINode* aStartContainer, uint32_t aStartOffset, nsINode* aEndContainer,
426 RefPtr<nsINode> mCommonAncestor;
[all …]
H A DnsINode.cpp212 nsINode::~nsINode() { in ~nsINode()
466 nsINode* nsINode::GetParentOrShadowHostNode() const { in GetParentOrShadowHostNode()
475 nsINode* nsINode::SubtreeRoot() const { in SubtreeRoot()
786 nsINode* nsINode::RemoveChild(nsINode& aOldChild, ErrorResult& aError) { in RemoveChild()
1109 bool nsINode::IsEqualNode(nsINode* aOther) { in IsEqualNode()
1440 void nsINode::Unlink(nsINode* tmp) { in Unlink()
2330 void nsINode::EnsurePreInsertionValidity(nsINode& aNewChild, nsINode* aRefChild, in EnsurePreInsertionValidity()
2367 nsINode* nsINode::ReplaceOrInsertBefore(bool aReplace, nsINode* aNewChild, in ReplaceOrInsertBefore()
3057 already_AddRefed<nsINode> nsINode::CloneAndAdopt( in CloneAndAdopt()
3395 already_AddRefed<nsINode> nsINode::Clone(bool aDeep, in Clone()
[all …]
H A DNodeIterator.h18 class nsINode; variable
34 nsINode* Root() const { return mRoot; } in NS_DECL_CYCLE_COLLECTION_CLASS()
39 already_AddRefed<nsINode> NextNode(ErrorResult& aResult) { in NextNode()
55 NodePointer(nsINode* aNode, bool aBeforeNode);
57 typedef bool (NodePointer::*MoveToMethodType)(nsINode*);
58 bool MoveToNext(nsINode* aRoot);
59 bool MoveToPrevious(nsINode* aRoot);
61 bool MoveForward(nsINode* aRoot, nsINode* aNode);
62 void MoveBackward(nsINode* aParent, nsINode* aNode);
64 void AdjustAfterRemoval(nsINode* aRoot, nsINode* aContainer,
[all …]
H A DNodeInfoInlines.h64 aNodeType == nsINode::ELEMENT_NODE || in CheckValidNodeInfo()
65 aNodeType == nsINode::ATTRIBUTE_NODE || in CheckValidNodeInfo()
66 aNodeType == nsINode::TEXT_NODE || in CheckValidNodeInfo()
67 aNodeType == nsINode::CDATA_SECTION_NODE || in CheckValidNodeInfo()
69 aNodeType == nsINode::COMMENT_NODE || in CheckValidNodeInfo()
70 aNodeType == nsINode::DOCUMENT_NODE || in CheckValidNodeInfo()
71 aNodeType == nsINode::DOCUMENT_TYPE_NODE || in CheckValidNodeInfo()
72 aNodeType == nsINode::DOCUMENT_FRAGMENT_NODE || in CheckValidNodeInfo()
82 MOZ_ASSERT(aNodeType == nsINode::ELEMENT_NODE || in CheckValidNodeInfo()
83 aNodeType == nsINode::ATTRIBUTE_NODE || in CheckValidNodeInfo()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsRange.h51 explicit nsRange(nsINode* aNode);
58 static already_AddRefed<nsRange> Create(nsINode* aNode);
92 nsINode* GetRoot() const { return mRoot; } in GetRoot()
226 void InsertNode(nsINode& aNode, ErrorResult& aErr);
255 void SelectNode(nsINode& aNode, ErrorResult& aErr);
297 static nsresult CloneParentsBetween(nsINode* aAncestor, nsINode* aNode,
304 bool CanAccess(const nsINode&) const;
312 nsINode* mRoot = nullptr;
335 nsINode* aStartContainer, uint32_t aStartOffset, nsINode* aEndContainer,
426 RefPtr<nsINode> mCommonAncestor;
[all …]
H A DnsINode.cpp212 nsINode::~nsINode() { in ~nsINode()
466 nsINode* nsINode::GetParentOrShadowHostNode() const { in GetParentOrShadowHostNode()
475 nsINode* nsINode::SubtreeRoot() const { in SubtreeRoot()
786 nsINode* nsINode::RemoveChild(nsINode& aOldChild, ErrorResult& aError) { in RemoveChild()
1109 bool nsINode::IsEqualNode(nsINode* aOther) { in IsEqualNode()
1440 void nsINode::Unlink(nsINode* tmp) { in Unlink()
2330 void nsINode::EnsurePreInsertionValidity(nsINode& aNewChild, nsINode* aRefChild, in EnsurePreInsertionValidity()
2367 nsINode* nsINode::ReplaceOrInsertBefore(bool aReplace, nsINode* aNewChild, in ReplaceOrInsertBefore()
3057 already_AddRefed<nsINode> nsINode::CloneAndAdopt( in CloneAndAdopt()
3395 already_AddRefed<nsINode> nsINode::Clone(bool aDeep, in Clone()
[all …]
H A DNodeIterator.h18 class nsINode; variable
34 nsINode* Root() const { return mRoot; } in NS_DECL_CYCLE_COLLECTION_CLASS()
39 already_AddRefed<nsINode> NextNode(ErrorResult& aResult) { in NextNode()
55 NodePointer(nsINode* aNode, bool aBeforeNode);
57 typedef bool (NodePointer::*MoveToMethodType)(nsINode*);
58 bool MoveToNext(nsINode* aRoot);
59 bool MoveToPrevious(nsINode* aRoot);
61 bool MoveForward(nsINode* aRoot, nsINode* aNode);
62 void MoveBackward(nsINode* aParent, nsINode* aNode);
64 void AdjustAfterRemoval(nsINode* aRoot, nsINode* aContainer,
[all …]
H A DNodeInfoInlines.h64 aNodeType == nsINode::ELEMENT_NODE || in CheckValidNodeInfo()
65 aNodeType == nsINode::ATTRIBUTE_NODE || in CheckValidNodeInfo()
66 aNodeType == nsINode::TEXT_NODE || in CheckValidNodeInfo()
67 aNodeType == nsINode::CDATA_SECTION_NODE || in CheckValidNodeInfo()
69 aNodeType == nsINode::COMMENT_NODE || in CheckValidNodeInfo()
70 aNodeType == nsINode::DOCUMENT_NODE || in CheckValidNodeInfo()
71 aNodeType == nsINode::DOCUMENT_TYPE_NODE || in CheckValidNodeInfo()
72 aNodeType == nsINode::DOCUMENT_FRAGMENT_NODE || in CheckValidNodeInfo()
82 MOZ_ASSERT(aNodeType == nsINode::ELEMENT_NODE || in CheckValidNodeInfo()
83 aNodeType == nsINode::ATTRIBUTE_NODE || in CheckValidNodeInfo()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/libeditor/
H A DWSRunObject.h226 nsCOMPtr<nsINode>* aInOutNode,
245 void PriorVisibleNode(nsINode* aNode,
255 void NextVisibleNode(nsINode* aNode,
321 nsINode* GetWSBoundingParent();
330 nsIContent* GetNextWSNodeInner(nsINode* aStartNode, nsINode* aBlockParent);
358 bool IsBlockNode(nsINode* aNode);
361 nsCOMPtr<nsINode> mNode;
369 nsCOMPtr<nsINode> mStartNode;
374 nsCOMPtr<nsINode> mStartReasonNode;
377 nsCOMPtr<nsINode> mEndNode;
[all …]

12345678910>>...105