Home
last modified time | relevance | path

Searched refs:aParentNode (Results 1 – 25 of 69) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/test/accessibility/
H A DAccessibilityTreeModel.java192 aChildNode = aParentNode.addAccessibleChild (xNewChild); in addChild()
199 + xNewChild + " to parent " + aParentNode + ": " + e); in addChild()
207 AccessibleTreeNode aParentNode = maNodeMap.GetNode (xParent); in addChild() local
208 if (aParentNode instanceof AccTreeNode) in addChild()
214 maCanvas.updateNode ((AccTreeNode)aParentNode); in addChild()
321 AccessibleTreeNode aParentNode = maNodeMap.GetNode (xParent); in createChildUpdateEvent() local
322 return createEvent (aParentNode, xParent); in createChildUpdateEvent()
330 return createEvent (aParentNode, aChildNode); in createEvent()
336 AccessibleTreeNode aParentNode, in createEvent() argument
339 Object[] aPathToParent = createPath (aParentNode); in createEvent()
[all …]
H A DAccessibilityTreeModelBase.java90 AccessibleTreeNode aParentNode = (AccessibleTreeNode) aParent; in getIndexOfChild() local
93 int nChildCount = aParentNode.getChildCount(); in getIndexOfChild()
96 if (aChildNode.equals (aParentNode.getChild (i))) in getIndexOfChild()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/test/accessibility/
H A DAccessibilityTreeModel.java192 aChildNode = aParentNode.addAccessibleChild (xNewChild); in addChild()
199 + xNewChild + " to parent " + aParentNode + ": " + e); in addChild()
207 AccessibleTreeNode aParentNode = maNodeMap.GetNode (xParent); in addChild() local
208 if (aParentNode instanceof AccTreeNode) in addChild()
214 maCanvas.updateNode ((AccTreeNode)aParentNode); in addChild()
321 AccessibleTreeNode aParentNode = maNodeMap.GetNode (xParent); in createChildUpdateEvent() local
322 return createEvent (aParentNode, xParent); in createChildUpdateEvent()
330 return createEvent (aParentNode, aChildNode); in createEvent()
336 AccessibleTreeNode aParentNode, in createEvent() argument
339 Object[] aPathToParent = createPath (aParentNode); in createEvent()
[all …]
H A DAccessibilityTreeModelBase.java90 AccessibleTreeNode aParentNode = (AccessibleTreeNode) aParent; in getIndexOfChild() local
93 int nChildCount = aParentNode.getChildCount(); in getIndexOfChild()
96 if (aChildNode.equals (aParentNode.getChild (i))) in getIndexOfChild()
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/DBTools/Source/
H A DdbtCommon.pas70 procedure AddItem(aLevel: Integer; aParentNode: PVirtualNode;
187 procedure TVSTHelper.AddItem(aLevel: Integer; aParentNode: PVirtualNode;
220 Node := FindNodeWithText(aParentNode, prefix);
224 Node := FVST.AddChild(aParentNode);
/dports/lang/spidermonkey78/firefox-78.9.0/editor/libeditor/
H A DEditorUtils.h324 MoveNodeResult(nsINode* aParentNode, uint32_t aOffsetOfNextInsertionPoint, in MoveNodeResult() argument
326 if (!aParentNode) { in MoveNodeResult()
332 std::min(aOffsetOfNextInsertionPoint, aParentNode->Length()); in MoveNodeResult()
333 mNextInsertionPoint.Set(aParentNode, aOffsetOfNextInsertionPoint); in MoveNodeResult()
342 friend MoveNodeResult MoveNodeIgnored(nsINode* aParentNode,
344 friend MoveNodeResult MoveNodeHandled(nsINode* aParentNode,
358 inline MoveNodeResult MoveNodeIgnored(nsINode* aParentNode, in MoveNodeIgnored() argument
360 return MoveNodeResult(aParentNode, aOffsetOfNextInsertionPoint, false); in MoveNodeIgnored()
373 inline MoveNodeResult MoveNodeHandled(nsINode* aParentNode, in MoveNodeHandled() argument
375 return MoveNodeResult(aParentNode, aOffsetOfNextInsertionPoint, true); in MoveNodeHandled()
/dports/www/firefox/firefox-99.0/editor/libeditor/
H A DHTMLEditHelpers.h188 MoveNodeResult(nsINode* aParentNode, uint32_t aOffsetOfNextInsertionPoint, in MoveNodeResult() argument
190 if (!aParentNode) { in MoveNodeResult()
196 std::min(aOffsetOfNextInsertionPoint, aParentNode->Length()); in MoveNodeResult()
197 mNextInsertionPoint.Set(aParentNode, aOffsetOfNextInsertionPoint); in MoveNodeResult()
206 friend MoveNodeResult MoveNodeIgnored(nsINode* aParentNode,
208 friend MoveNodeResult MoveNodeHandled(nsINode* aParentNode,
222 inline MoveNodeResult MoveNodeIgnored(nsINode* aParentNode, in MoveNodeIgnored() argument
224 return MoveNodeResult(aParentNode, aOffsetOfNextInsertionPoint, false); in MoveNodeIgnored()
237 inline MoveNodeResult MoveNodeHandled(nsINode* aParentNode, in MoveNodeHandled() argument
239 return MoveNodeResult(aParentNode, aOffsetOfNextInsertionPoint, true); in MoveNodeHandled()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xul/templates/
H A DnsXULTemplateQueryProcessorRDF.h135 TestNode* aParentNode,
154 TestNode* aParentNode,
165 TestNode* aParentNode,
H A DnsXULTemplateQueryProcessorRDF.cpp1225 TestNode* aParentNode, in CompileQueryChild() argument
1231 rv = CompileTripleCondition(aQuery, aCondition, aParentNode, aResult); in CompileQueryChild()
1234 rv = CompileMemberCondition(aQuery, aCondition, aParentNode, aResult); in CompileQueryChild()
1282 TestNode* aParentNode, in CompileTripleCondition() argument
1351 testnode = new nsRDFPropertyTestNode(aParentNode, this, svar, pres, ovar); in CompileTripleCondition()
1354 testnode = new nsRDFPropertyTestNode(aParentNode, this, svar, pres, onode); in CompileTripleCondition()
1357 testnode = new nsRDFPropertyTestNode(aParentNode, this, sres, pres, ovar); in CompileTripleCondition()
1384 TestNode* aParentNode, in CompileMemberCondition() argument
1415 new nsRDFConMemberTestNode(aParentNode, in CompileMemberCondition()
/dports/www/firefox-esr/firefox-91.8.0/editor/libeditor/
H A DEditorUtils.h325 MoveNodeResult(nsINode* aParentNode, uint32_t aOffsetOfNextInsertionPoint, in MoveNodeResult() argument
327 if (!aParentNode) { in MoveNodeResult()
333 std::min(aOffsetOfNextInsertionPoint, aParentNode->Length()); in MoveNodeResult()
334 mNextInsertionPoint.Set(aParentNode, aOffsetOfNextInsertionPoint); in MoveNodeResult()
343 friend MoveNodeResult MoveNodeIgnored(nsINode* aParentNode,
345 friend MoveNodeResult MoveNodeHandled(nsINode* aParentNode,
359 inline MoveNodeResult MoveNodeIgnored(nsINode* aParentNode, in MoveNodeIgnored() argument
361 return MoveNodeResult(aParentNode, aOffsetOfNextInsertionPoint, false); in MoveNodeIgnored()
374 inline MoveNodeResult MoveNodeHandled(nsINode* aParentNode, in MoveNodeHandled() argument
376 return MoveNodeResult(aParentNode, aOffsetOfNextInsertionPoint, true); in MoveNodeHandled()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/editor/libeditor/
H A DEditorUtils.h325 MoveNodeResult(nsINode* aParentNode, uint32_t aOffsetOfNextInsertionPoint, in MoveNodeResult() argument
327 if (!aParentNode) { in MoveNodeResult()
333 std::min(aOffsetOfNextInsertionPoint, aParentNode->Length()); in MoveNodeResult()
334 mNextInsertionPoint.Set(aParentNode, aOffsetOfNextInsertionPoint); in MoveNodeResult()
343 friend MoveNodeResult MoveNodeIgnored(nsINode* aParentNode,
345 friend MoveNodeResult MoveNodeHandled(nsINode* aParentNode,
359 inline MoveNodeResult MoveNodeIgnored(nsINode* aParentNode, in MoveNodeIgnored() argument
361 return MoveNodeResult(aParentNode, aOffsetOfNextInsertionPoint, false); in MoveNodeIgnored()
374 inline MoveNodeResult MoveNodeHandled(nsINode* aParentNode, in MoveNodeHandled() argument
376 return MoveNodeResult(aParentNode, aOffsetOfNextInsertionPoint, true); in MoveNodeHandled()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DShadowRoot.cpp615 nsINode* ShadowRoot::ImportNodeAndAppendChildAt(nsINode& aParentNode, in ImportNodeAndAppendChildAt() argument
620 if (!aParentNode.IsInUAWidget()) { in ImportNodeAndAppendChildAt()
630 return aParentNode.AppendChild(*node, rv); in ImportNodeAndAppendChildAt()
633 nsINode* ShadowRoot::CreateElementAndAppendChildAt(nsINode& aParentNode, in CreateElementAndAppendChildAt() argument
638 if (!aParentNode.IsInUAWidget()) { in CreateElementAndAppendChildAt()
651 return aParentNode.AppendChild(*node, rv); in CreateElementAndAppendChildAt()
H A DShadowRoot.h194 nsINode* ImportNodeAndAppendChildAt(nsINode& aParentNode, nsINode& aNode,
197 nsINode* CreateElementAndAppendChildAt(nsINode& aParentNode,
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DShadowRoot.cpp618 nsINode* ShadowRoot::ImportNodeAndAppendChildAt(nsINode& aParentNode, in ImportNodeAndAppendChildAt() argument
623 if (!aParentNode.IsInUAWidget()) { in ImportNodeAndAppendChildAt()
633 return aParentNode.AppendChild(*node, rv); in ImportNodeAndAppendChildAt()
636 nsINode* ShadowRoot::CreateElementAndAppendChildAt(nsINode& aParentNode, in CreateElementAndAppendChildAt() argument
641 if (!aParentNode.IsInUAWidget()) { in CreateElementAndAppendChildAt()
654 return aParentNode.AppendChild(*node, rv); in CreateElementAndAppendChildAt()
H A DShadowRoot.h194 nsINode* ImportNodeAndAppendChildAt(nsINode& aParentNode, nsINode& aNode,
197 nsINode* CreateElementAndAppendChildAt(nsINode& aParentNode,
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DShadowRoot.cpp615 nsINode* ShadowRoot::ImportNodeAndAppendChildAt(nsINode& aParentNode, in ImportNodeAndAppendChildAt() argument
620 if (!aParentNode.IsInUAWidget()) { in ImportNodeAndAppendChildAt()
630 return aParentNode.AppendChild(*node, rv); in ImportNodeAndAppendChildAt()
633 nsINode* ShadowRoot::CreateElementAndAppendChildAt(nsINode& aParentNode, in CreateElementAndAppendChildAt() argument
638 if (!aParentNode.IsInUAWidget()) { in CreateElementAndAppendChildAt()
651 return aParentNode.AppendChild(*node, rv); in CreateElementAndAppendChildAt()
H A DShadowRoot.h194 nsINode* ImportNodeAndAppendChildAt(nsINode& aParentNode, nsINode& aNode,
197 nsINode* CreateElementAndAppendChildAt(nsINode& aParentNode,
/dports/devel/kdesvn/kdesvn-2.1.0/src/svnfrontend/models/
H A Dsvnitemnode.cpp26 SvnItemModelNode::SvnItemModelNode(SvnItemModelNodeDir *aParentNode, SvnActions *bl, MainTreeWidget… in SvnItemModelNode() argument
27 : SvnItem(), _parentNode(aParentNode), _actions(bl), _display(id) in SvnItemModelNode()
/dports/www/firefox/firefox-99.0/dom/base/
H A DShadowRoot.cpp697 nsINode* ShadowRoot::ImportNodeAndAppendChildAt(nsINode& aParentNode, in ImportNodeAndAppendChildAt() argument
702 if (!aParentNode.IsInUAWidget()) { in ImportNodeAndAppendChildAt()
712 return aParentNode.AppendChild(*node, rv); in ImportNodeAndAppendChildAt()
715 nsINode* ShadowRoot::CreateElementAndAppendChildAt(nsINode& aParentNode, in CreateElementAndAppendChildAt() argument
720 if (!aParentNode.IsInUAWidget()) { in CreateElementAndAppendChildAt()
733 return aParentNode.AppendChild(*node, rv); in CreateElementAndAppendChildAt()
H A DShadowRoot.h206 nsINode* ImportNodeAndAppendChildAt(nsINode& aParentNode, nsINode& aNode,
209 nsINode* CreateElementAndAppendChildAt(nsINode& aParentNode,
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsSelection.cpp5132 return Collapse(aParentNode, aOffset); in CollapseNative()
5138 if (!aParentNode) in Collapse()
5154 nsCOMPtr<nsINode> parentNode = &aParentNode; in Collapse()
5480 return Extend(aParentNode, aOffset); in ExtendNative()
5486 if (!aParentNode) in Extend()
5570 range->SetEnd(aParentNode, aOffset, aRv); in Extend()
5594 range->SetStart(aParentNode, aOffset, aRv); in Extend()
5617 range->SetEnd(aParentNode, aOffset, aRv); in Extend()
5639 range->SetEnd(aParentNode, aOffset, aRv); in Extend()
5684 range->SetStart(aParentNode, aOffset, aRv); in Extend()
[all …]
H A DSelection.h126 nsresult Collapse(nsINode* aParentNode, int32_t aOffset);
127 nsresult Extend(nsINode* aParentNode, int32_t aOffset);
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/libeditor/
H A DHTMLAnonymousNodeEditor.cpp170 nsIDOMNode* aParentNode, in CreateAnonymousElement() argument
175 NS_ENSURE_ARG_POINTER(aParentNode); in CreateAnonymousElement()
179 nsCOMPtr<nsIContent> parentContent( do_QueryInterface(aParentNode) ); in CreateAnonymousElement()
H A DHTMLEditorObjectResizer.cpp139 nsIDOMNode* aParentNode) in CreateResizer() argument
143 aParentNode, in CreateResizer()
194 HTMLEditor::CreateShadow(nsIDOMNode* aParentNode, in CreateShadow() argument
205 CreateAnonymousElement(name, aParentNode, in CreateShadow()
216 HTMLEditor::CreateResizingInfo(nsIDOMNode* aParentNode) in CreateResizingInfo() argument
220 CreateAnonymousElement(NS_LITERAL_STRING("span"), aParentNode, in CreateResizingInfo()
H A DEditorBase.cpp3067 EditorBase::GetPriorNode(nsINode* aParentNode, in GetPriorNode() argument
3072 MOZ_ASSERT(aParentNode); in GetPriorNode()
3077 if (aNoBlockCrossing && IsBlockNode(aParentNode)) { in GetPriorNode()
3085 if (nsIContent* child = aParentNode->GetChildAt(aOffset)) { in GetPriorNode()
3101 EditorBase::GetNextNode(nsINode* aParentNode, in GetNextNode() argument
3106 MOZ_ASSERT(aParentNode); in GetNextNode()
3109 if (aParentNode->NodeType() == nsIDOMNode::TEXT_NODE) { in GetNextNode()
3110 nsINode* parent = aParentNode->GetParentNode(); in GetNextNode()
3113 aParentNode = parent; in GetNextNode()
3117 nsIContent* child = aParentNode->GetChildAt(aOffset); in GetNextNode()
[all …]

123