Home
last modified time | relevance | path

Searched refs:aChild (Results 1 – 25 of 1739) sorted by relevance

12345678910>>...70

/dports/mail/pantomime/Pantomime-1.3.0/Framework/Pantomime/
H A DCWContainer.m98 while (aChild)
104 aChild = aChild->next;
119 aChild = child;
122 //while ( aChild->next != nil && aChild->next != aChild )
125 if (aChild->next == aChild)
137 aChild = aChild->next;
159 aChild = child;
163 aChild = aChild->next;
166 return aChild;
185 //if ( aChild == self || aChild->next == aChild )
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/access/
H A Daccselectionhelper.cxx89 if( !aChild.IsValid() ) in selectAccessibleChild()
110 if ( aChild.GetSwFrame() ) in lcl_getSelectedState()
114 else if ( aChild.GetDrawObject() ) in lcl_getSelectedState()
143 if( !aChild.IsValid() ) in isAccessibleChildSelected()
260 SwAccessibleChild aChild; in getSelectedAccessibleChild() local
268 aChild = pFlyFrame; in getSelectedAccessibleChild()
302 aChild = rChild; in getSelectedAccessibleChild()
306 if (aChild.IsValid()) in getSelectedAccessibleChild()
311 if( !aChild.IsValid() ) in getSelectedAccessibleChild()
316 if( aChild.GetSwFrame() ) in getSelectedAccessibleChild()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/access/
H A Daccselectionhelper.cxx88 if( !aChild.IsValid() ) in selectAccessibleChild()
109 if ( aChild.GetSwFrame() ) in lcl_getSelectedState()
113 else if ( aChild.GetDrawObject() ) in lcl_getSelectedState()
142 if( !aChild.IsValid() ) in isAccessibleChildSelected()
259 SwAccessibleChild aChild; in getSelectedAccessibleChild() local
267 aChild = pFlyFrame; in getSelectedAccessibleChild()
301 aChild = rChild; in getSelectedAccessibleChild()
305 if (aChild.IsValid()) in getSelectedAccessibleChild()
310 if( !aChild.IsValid() ) in getSelectedAccessibleChild()
315 if( aChild.GetSwFrame() ) in getSelectedAccessibleChild()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/XCAFDoc/
H A DXCAFDoc_NotesTool.cxx461 if (aChild.IsNull()) in Handle()
480 aChild->SetFather(aFather); in Handle()
481 aFather->SetChild(aChild); in Handle()
524 if (aChild.IsNull()) in Handle()
543 aChild->SetFather(aFather); in Handle()
544 aFather->SetChild(aChild); in Handle()
590 if (aChild.IsNull()) in Handle()
609 aChild->SetFather(aFather); in Handle()
610 aFather->SetChild(aChild); in Handle()
655 aChild->UnSetFather(aFather); in RemoveNote()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsNthIndexCache.cpp38 if (SiblingMatchesElement(aSibling, aChild, aIsOfType)) { in IndexDeterminedFromPreviousSibling()
63 if (aChild->IsRootOfAnonymousSubtree()) { in GetNthIndex()
74 Cache::AddPtr entry = cache.lookupForAdd(aChild); in GetNthIndex()
77 if (!entry && !cache.add(entry, aChild, -2)) { in GetNthIndex()
92 for (nsIContent* cur = aChild->GetNextSibling(); cur; in GetNthIndex()
94 if (SiblingMatchesElement(cur, aChild, aIsOfType)) { in GetNthIndex()
100 for (nsIContent* cur = aChild->GetPreviousSibling(); cur; in GetNthIndex()
102 if (SiblingMatchesElement(cur, aChild, aIsOfType)) { in GetNthIndex()
111 for (nsIContent* cur = aChild->GetPreviousSibling(); cur; in GetNthIndex()
127 for (nsIContent* cur = aChild->GetNextSibling(); cur; in GetNthIndex()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsNthIndexCache.cpp49 if (SiblingMatchesElement(aSibling, aChild, aIsOfType)) { in IndexDeterminedFromPreviousSibling()
73 nsNthIndexCache::GetNthIndex(Element* aChild, bool aIsOfType, in GetNthIndex() argument
76 if (aChild->IsRootOfAnonymousSubtree()) { in GetNthIndex()
87 Cache::AddPtr entry = cache.lookupForAdd(aChild); in GetNthIndex()
90 if (!entry && !cache.add(entry, aChild, -2)) { in GetNthIndex()
105 for (nsIContent *cur = aChild->GetNextSibling(); in GetNthIndex()
108 if (SiblingMatchesElement(cur, aChild, aIsOfType)) { in GetNthIndex()
114 for (nsIContent *cur = aChild->GetPreviousSibling(); in GetNthIndex()
117 if (SiblingMatchesElement(cur, aChild, aIsOfType)) { in GetNthIndex()
126 for (nsIContent *cur = aChild->GetPreviousSibling(); in GetNthIndex()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/LDOM/
H A DLDOM_Node.cxx176 if (aChild) in getFirstChild()
178 return LDOM_Node (* aChild, myDocument); in getFirstChild()
220 void LDOM_Node::removeChild (const LDOM_Node& aChild) in removeChild() argument
225 if (aChild != NULL) in removeChild()
226 anElement.RemoveChild (aChild.myOrigin); in removeChild()
227 if (aChild.myOrigin == myLastChild) in removeChild()
238 void LDOM_Node::appendChild (const LDOM_Node& aChild) in appendChild() argument
241 if (aType == ELEMENT_NODE && aChild != NULL) { in appendChild()
247 anElement.AppendChild (aChild.myOrigin, myLastChild); in appendChild()
249 myLastChild = aChild.myOrigin; in appendChild()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/AIS/
H A DAIS_MultipleConnectedInteractive.cxx135 Handle(AIS_InteractiveObject) aChild = Handle(AIS_InteractiveObject)::DownCast (anIter.Value()); in Compute()
136 if (!aChild.IsNull()) in Compute()
138 aChild->SetContext (aCtx); in Compute()
152 if (aChild.IsNull()) in AcceptShapeDecomposition()
157 if (aChild->AcceptShapeDecomposition()) in AcceptShapeDecomposition()
180 if (aChild.IsNull()) in ComputeSelection()
185 if (!aChild->HasSelection (theMode)) in ComputeSelection()
187 aChild->RecomputePrimitives (theMode); in ComputeSelection()
191 aChild->ComputeSelection (aSelection, theMode); in ComputeSelection()
205 if (!aChild.IsNull()) in SetContext()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/test/accessibility/
H A DAccessibleTreeHandler.java64 AccessibleTreeNode aChild = null; in createChild() local
68 aChild = new StringNode ("Child count: " + mxContext.getAccessibleChildCount(), in createChild()
77 aChild = NodeFactory.Instance().createDefaultNode ( in createChild()
82 aChild = new StringNode ("ERROR: no child with index " + nIndex, aParent); in createChild()
87 aChild = new StringNode ("XAccessibleContext interface not supported", aParent); in createChild()
88 return aChild; in createChild()
97 AccessibleTreeNode aChild = null; in addAccessibleChild() local
109 aChild = NodeFactory.Instance().createDefaultNode (xChild, aParent); in addAccessibleChild()
110 maChildList.add (nIndex, aChild); in addAccessibleChild()
115 return aChild; in addAccessibleChild()
H A DAccessibilityTreeModelBase.java52 Object aChild = null; in getChild() local
56 aChild = ((AccessibleTreeNode)aParent).getChild(nIndex); in getChild()
62 aChild = ("no child " + nIndex + " from " + aParent + ": " + e); in getChild()
64 return aChild; in getChild()
69 Object aChild = null; in getChildNoCreate() local
73 aChild = ((AccessibleTreeNode)aParent).getChildNoCreate(nIndex); in getChildNoCreate()
79 return aChild; in getChildNoCreate()
83 public synchronized int getIndexOfChild (Object aParent, Object aChild) in getIndexOfChild() argument
88 if ((aParent instanceof AccessibleTreeNode) && (aChild instanceof AccessibleTreeNode)) in getIndexOfChild()
91 AccessibleTreeNode aChildNode = (AccessibleTreeNode) aChild; in getIndexOfChild()
H A DAccessibleCellHandler.java59 AccessibleTreeNode aChild = null; in createChild() local
83 aChild = new StringNode ("# table row: " + nRow, aParent); in createChild()
91 aChild = new StringNode ("# table column: " + nCol, aParent); in createChild()
101 aChild = new StringNode ("# table row extend: " + nExt, aParent); in createChild()
111 aChild = new StringNode ("# table column extend: " + nExt, aParent); in createChild()
122aChild = new StringNode ("# cell name retrieved from table: " + xChild.getAccessibleContext().getA… in createChild()
133 aChild = new StringNode ("cell is selected: " + bSelected, aParent); in createChild()
143aChild = new StringNode ("table row is selected: " + bSelected, aParent); in createChild()
153aChild = new StringNode ("table column is selected: " + bSelected, aParent); in createChild()
157 aChild = new StringNode ("unknown child index " + nIndex, aParent); in createChild()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/test/accessibility/
H A DAccessibleTreeHandler.java64 AccessibleTreeNode aChild = null; in createChild() local
68 aChild = new StringNode ("Child count: " + mxContext.getAccessibleChildCount(), in createChild()
77 aChild = NodeFactory.Instance().createDefaultNode ( in createChild()
82 aChild = new StringNode ("ERROR: no child with index " + nIndex, aParent); in createChild()
87 aChild = new StringNode ("XAccessibleContext interface not supported", aParent); in createChild()
88 return aChild; in createChild()
97 AccessibleTreeNode aChild = null; in addAccessibleChild() local
109 aChild = NodeFactory.Instance().createDefaultNode (xChild, aParent); in addAccessibleChild()
110 maChildList.add (nIndex, aChild); in addAccessibleChild()
115 return aChild; in addAccessibleChild()
H A DAccessibilityTreeModelBase.java52 Object aChild = null; in getChild() local
56 aChild = ((AccessibleTreeNode)aParent).getChild(nIndex); in getChild()
62 aChild = ("no child " + nIndex + " from " + aParent + ": " + e); in getChild()
64 return aChild; in getChild()
69 Object aChild = null; in getChildNoCreate() local
73 aChild = ((AccessibleTreeNode)aParent).getChildNoCreate(nIndex); in getChildNoCreate()
79 return aChild; in getChildNoCreate()
83 public synchronized int getIndexOfChild (Object aParent, Object aChild) in getIndexOfChild() argument
88 if ((aParent instanceof AccessibleTreeNode) && (aChild instanceof AccessibleTreeNode)) in getIndexOfChild()
91 AccessibleTreeNode aChildNode = (AccessibleTreeNode) aChild; in getIndexOfChild()
H A DAccessibleCellHandler.java59 AccessibleTreeNode aChild = null; in createChild() local
83 aChild = new StringNode ("# table row: " + nRow, aParent); in createChild()
91 aChild = new StringNode ("# table column: " + nCol, aParent); in createChild()
101 aChild = new StringNode ("# table row extend: " + nExt, aParent); in createChild()
111 aChild = new StringNode ("# table column extend: " + nExt, aParent); in createChild()
122aChild = new StringNode ("# cell name retrieved from table: " + xChild.getAccessibleContext().getA… in createChild()
133 aChild = new StringNode ("cell is selected: " + bSelected, aParent); in createChild()
143aChild = new StringNode ("table row is selected: " + bSelected, aParent); in createChild()
153aChild = new StringNode ("table column is selected: " + bSelected, aParent); in createChild()
157 aChild = new StringNode ("unknown child index " + nIndex, aParent); in createChild()
[all …]
/dports/devel/simgear/simgear-2020.3.11/simgear/props/
H A DpropertyObject.hxx35 PropertyObjectBase(const char* aChild);
37 PropertyObjectBase(SGPropertyNode* aNode, const char* aChild = NULL);
68 explicit PropertyObject(const char* aChild) : in PropertyObject() argument
69 PropertyObjectBase(aChild) in PropertyObject()
75 explicit PropertyObject(SGPropertyNode* aNode, const char* aChild = NULL) : in PropertyObject() argument
76 PropertyObjectBase(aNode, aChild) in PropertyObject()
110 PropertyObject<T> p(aNode, aChild); in create()
168 explicit PropertyObject(const char* aChild) : in PropertyObject() argument
169 PropertyObjectBase(aChild) in PropertyObject()
175 PropertyObjectBase(aNode, aChild) in PropertyObject()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xbl/
H A DXBLChildrenElement.h38 void AppendInsertedChild(nsIContent* aChild) { in AppendInsertedChild() argument
39 mInsertedChildren.AppendElement(aChild); in AppendInsertedChild()
40 aChild->SetXBLInsertionPoint(this); in AppendInsertedChild()
48 mInsertedChildren.InsertElementAt(aIndex, aChild); in InsertInsertedChildAt()
49 aChild->SetXBLInsertionPoint(this); in InsertInsertedChildAt()
56 void RemoveInsertedChild(nsIContent* aChild) { in RemoveInsertedChild() argument
61 mInsertedChildren.RemoveElement(aChild); in RemoveInsertedChild()
103 int32_t IndexOfInsertedChild(nsIContent* aChild) { in IndexOfInsertedChild() argument
104 return mInsertedChildren.IndexOf(aChild); in IndexOfInsertedChild()
107 bool Includes(nsIContent* aChild) { in Includes() argument
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xbl/
H A DXBLChildrenElement.h48 void AppendInsertedChild(nsIContent* aChild) in AppendInsertedChild() argument
50 mInsertedChildren.AppendElement(aChild); in AppendInsertedChild()
51 aChild->SetXBLInsertionParent(GetParent()); in AppendInsertedChild()
60 mInsertedChildren.InsertElementAt(aIndex, aChild); in InsertInsertedChildAt()
61 aChild->SetXBLInsertionParent(GetParent()); in InsertInsertedChildAt()
68 void RemoveInsertedChild(nsIContent* aChild) in RemoveInsertedChild() argument
74 mInsertedChildren.RemoveElement(aChild); in RemoveInsertedChild()
125 int32_t IndexOfInsertedChild(nsIContent* aChild) in IndexOfInsertedChild() argument
127 return mInsertedChildren.IndexOf(aChild); in IndexOfInsertedChild()
130 bool Includes(nsIContent* aChild) in Includes() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/base/
H A DnsCycleCollectionNoteChild.h55 static void Run(nsCycleCollectionTraversalCallback& aCallback, T* aChild) {
56 aCallback.NoteXPCOMChild(ToSupports(aChild));
62 static void Run(nsCycleCollectionTraversalCallback& aCallback, T* aChild) {
63 aCallback.NoteNativeChild(aChild, NS_CYCLE_COLLECTION_PARTICIPANT(T));
72 nsCycleCollectionTraversalCallback& aCallback, T* aChild, const char* aName,
75 CycleCollectionNoteChildImpl<T>::Run(aCallback, aChild);
80 nsCycleCollectionTraversalCallback& aCallback, T* aChild,
82 CycleCollectionNoteChild(aCallback, aChild, aName, 0);
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/base/
H A DnsCycleCollectionNoteChild.h56 static void Run(nsCycleCollectionTraversalCallback& aCallback, T* aChild) {
57 aCallback.NoteXPCOMChild(ToSupports(aChild));
63 static void Run(nsCycleCollectionTraversalCallback& aCallback, T* aChild) {
64 aCallback.NoteNativeChild(aChild, NS_CYCLE_COLLECTION_PARTICIPANT(T));
73 nsCycleCollectionTraversalCallback& aCallback, T* aChild, const char* aName,
76 CycleCollectionNoteChildImpl<T>::Run(aCallback, aChild);
81 nsCycleCollectionTraversalCallback& aCallback, T* aChild,
83 CycleCollectionNoteChild(aCallback, aChild, aName, 0);
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/glue/
H A DnsCycleCollectionNoteChild.h66 static void Run(nsCycleCollectionTraversalCallback& aCallback, T* aChild)
68 aCallback.NoteXPCOMChild(ToSupports(aChild));
75 static void Run(nsCycleCollectionTraversalCallback& aCallback, T* aChild)
77 aCallback.NoteNativeChild(aChild, NS_CYCLE_COLLECTION_PARTICIPANT(T));
87 T* aChild, const char* aName, uint32_t aFlags)
90 CycleCollectionNoteChildImpl<T>::Run(aCallback, aChild);
96 T* aChild, const char* aName)
98 CycleCollectionNoteChild(aCallback, aChild, aName, 0);
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/base/
H A DnsCycleCollectionNoteChild.h55 static void Run(nsCycleCollectionTraversalCallback& aCallback, T* aChild) {
56 aCallback.NoteXPCOMChild(ToSupports(aChild));
62 static void Run(nsCycleCollectionTraversalCallback& aCallback, T* aChild) {
63 aCallback.NoteNativeChild(aChild, NS_CYCLE_COLLECTION_PARTICIPANT(T));
72 nsCycleCollectionTraversalCallback& aCallback, T* aChild, const char* aName,
75 CycleCollectionNoteChildImpl<T>::Run(aCallback, aChild);
80 nsCycleCollectionTraversalCallback& aCallback, T* aChild,
82 CycleCollectionNoteChild(aCallback, aChild, aName, 0);
/dports/www/firefox/firefox-99.0/xpcom/base/
H A DnsCycleCollectionNoteChild.h55 static void Run(nsCycleCollectionTraversalCallback& aCallback, T* aChild) {
56 aCallback.NoteXPCOMChild(ToSupports(aChild));
62 static void Run(nsCycleCollectionTraversalCallback& aCallback, T* aChild) {
63 aCallback.NoteNativeChild(aChild, NS_CYCLE_COLLECTION_PARTICIPANT(T));
72 nsCycleCollectionTraversalCallback& aCallback, T* aChild, const char* aName,
75 CycleCollectionNoteChildImpl<T>::Run(aCallback, aChild);
80 nsCycleCollectionTraversalCallback& aCallback, T* aChild,
82 CycleCollectionNoteChild(aCallback, aChild, aName, 0);
/dports/www/firefox-esr/firefox-91.8.0/xpcom/base/
H A DnsCycleCollectionNoteChild.h55 static void Run(nsCycleCollectionTraversalCallback& aCallback, T* aChild) {
56 aCallback.NoteXPCOMChild(ToSupports(aChild));
62 static void Run(nsCycleCollectionTraversalCallback& aCallback, T* aChild) {
63 aCallback.NoteNativeChild(aChild, NS_CYCLE_COLLECTION_PARTICIPANT(T));
72 nsCycleCollectionTraversalCallback& aCallback, T* aChild, const char* aName,
75 CycleCollectionNoteChildImpl<T>::Run(aCallback, aChild);
80 nsCycleCollectionTraversalCallback& aCallback, T* aChild,
82 CycleCollectionNoteChild(aCallback, aChild, aName, 0);
/dports/cad/opencascade/opencascade-7.6.0/src/StdLPersistent/
H A DStdLPersistent_TreeNode.cxx67 Handle(StdLPersistent_TreeNode) aChild = myDynamicData->First; in ImportAttribute()
68 while (aChild) in ImportAttribute()
70 if (aChild->myTransient) in ImportAttribute()
71 myTransient->Append(aChild->myTransient); in ImportAttribute()
72 StdLPersistent_TreeNode* aCurr = aChild.get(); in ImportAttribute()
73 aChild = aChild->myNext; in ImportAttribute()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/websocket/
H A DWebSocketChannelChild.cpp135 mChild(aChild), in WrappedWebSocketEvent()
154 : mChild(aChild), in EventTargetDispatcher()
250 aChild->OnStop(mStatusCode); in Run()
318 void Run(WebSocketChannelChild* aChild) override { aChild->OnError(); } in Run() argument
386 aChild->OnAcknowledge(mSize); in Run()
540 mChild(aChild), in CloseEvent()
544 MOZ_ASSERT(aChild); in CloseEvent()
587 mChild(aChild), in MsgEvent()
591 MOZ_ASSERT(aChild); in MsgEvent()
661 mChild(aChild), in BinaryStreamEvent()
[all …]

12345678910>>...70