Home
last modified time | relevance | path

Searched refs:aChildId (Results 1 – 25 of 39) sorted by relevance

12

/dports/cad/opencascade/opencascade-7.6.0/tools/DFBrowser/
H A DDFBrowser_TreeModel.cxx117 for (int aChildId = 0, aCount = aParentItem->rowCount(); aChildId < aCount; aChildId++) in FindIndex() local
119 QModelIndex anIndex = index (aChildId, 0, aParentIndex); in FindIndex()
186 … for (int aChildId = 0, aNbChildren = aParentItem->rowCount(); aChildId < aNbChildren; aChildId++) in FindIndexByPath() local
188 QModelIndex anIndex = index (aChildId, 0, aParentIndex); in FindIndexByPath()
239 for (int aChildId = 0, aCount = aParentItem->rowCount(); aChildId < aCount; aChildId++) in FindIndexByAttribute() local
241 QModelIndex anIndex = index (aChildId, 0, aParentIndex); in FindIndexByAttribute()
H A DDFBrowser_Window.cxx355 … for (int aChildId = 0, aNbChildren = aLabelItem->rowCount(); aChildId < aNbChildren; aChildId++) in UpdateContent() local
357 QModelIndex anIndex = aTreeModel->index (aChildId, 0, anIndexToBeSelected); in UpdateContent()
/dports/cad/opencascade/opencascade-7.6.0/tools/ShapeView/
H A DShapeView_TreeModel.cxx79 for (int aChildId = 0, aCount = aParentItem->rowCount(); aChildId < aCount; aChildId++) in FindIndex() local
81 QModelIndex anIndex = index (aChildId, 0, aParentIndex); in FindIndex()
/dports/cad/opencascade/opencascade-7.6.0/tools/DFBrowserPane/
H A DDFBrowserPane_TDataStdTreeNodeModel.cxx82 for (int aChildId = 0, aCount = aParentItem->rowCount(); aChildId < aCount; aChildId++) in FindIndex() local
84 QModelIndex anIndex = index (aChildId, 0, aParentIndex); in FindIndex()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/processtools/
H A DProcInfo.h138 uint32_t aChildId = 0
148 childId(aChildId) in pid()
/dports/www/firefox/firefox-99.0/toolkit/components/processtools/
H A DProcInfo.h156 uint32_t aChildId = 0
166 childId(aChildId) in pid()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/processtools/
H A DProcInfo.h138 uint32_t aChildId = 0
148 childId(aChildId) in pid()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/speakermanager/
H A DSpeakerManagerService.cpp77 SpeakerManagerService::ForceSpeaker(bool aEnable, uint64_t aChildId) in NS_IMPL_ISUPPORTS()
81 mSpeakerStatusSet.Put(aChildId); in NS_IMPL_ISUPPORTS()
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DOffscreenCanvasDisplayHelper.cpp49 CanvasContextType aType, const Maybe<int32_t>& aChildId) { in UpdateContext() argument
54 mContextChildId = aChildId; in UpdateContext()
56 if (aChildId) { in UpdateContext()
H A DOffscreenCanvasDisplayHelper.h44 void UpdateContext(CanvasContextType aType, const Maybe<int32_t>& aChildId);
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx1683 OUString aChildId = xId->getContentIdentifier(); in transfer() local
1684 if ( ( aChildId.lastIndexOf( '/' ) + 1 ) != aChildId.getLength() ) in transfer()
1685 aChildId += "/"; in transfer()
1687 aChildId += rResult.getName(); in transfer()
1692 aInfo.SourceURL = aChildId; in transfer()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx1683 OUString aChildId = xId->getContentIdentifier(); in transfer() local
1684 if ( ( aChildId.lastIndexOf( '/' ) + 1 ) != aChildId.getLength() ) in transfer()
1685 aChildId += "/"; in transfer()
1687 aChildId += rResult.getName(); in transfer()
1692 aInfo.SourceURL = aChildId; in transfer()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/package/
H A Dpkgcontent.cxx1880 OUString aChildId = xId->getContentIdentifier(); in transfer() local
1881 if ( ( aChildId.lastIndexOf( '/' ) + 1 ) in transfer()
1882 != aChildId.getLength() ) in transfer()
1883 aChildId += "/"; in transfer()
1885 aChildId += ::ucb_impl::urihelper::encodeSegment( aName ); in transfer()
1890 aInfo.SourceURL = aChildId; in transfer()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/package/
H A Dpkgcontent.cxx1882 OUString aChildId = xId->getContentIdentifier(); in transfer() local
1883 if ( ( aChildId.lastIndexOf( '/' ) + 1 ) in transfer()
1884 != aChildId.getLength() ) in transfer()
1885 aChildId += "/"; in transfer()
1887 aChildId += ::ucb_impl::urihelper::encodeSegment( aName ); in transfer()
1892 aInfo.SourceURL = aChildId; in transfer()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/ipc/
H A DContentChild.h479 virtual bool RecvUpdateWindow(const uintptr_t& aChildId) override;
H A DContentChild.cpp2949 ContentChild::RecvUpdateWindow(const uintptr_t& aChildId) in RecvUpdateWindow() argument
2952 NS_ASSERTION(aChildId, "Expected child hwnd value for remote plugin instance."); in RecvUpdateWindow()
2954 mozilla::plugins::PluginInstanceParent::LookupPluginInstanceByID(aChildId); in RecvUpdateWindow()
H A DPContent.ipdl497 async UpdateWindow(uintptr_t aChildId);
/dports/cad/opencascade/opencascade-7.6.0/src/RWGltf/
H A DRWGltf_CafWriter.cxx1621 …const TCollection_AsciiString aChildId = XCAFPrs_DocumentExplorer::DefineChildId (aChildLabel, aDo… in writeNodes() local
1622 Standard_Integer aChildIdx = aSceneNodeMapWithChildren.FindIndex (aChildId); in writeNodes()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/ipc/
H A DContentChild.cpp2896 const uintptr_t& aChildId) { in RecvUpdateWindow() argument
2898 NS_ASSERTION(aChildId, in RecvUpdateWindow()
2902 aChildId); in RecvUpdateWindow()
H A DContentChild.h425 mozilla::ipc::IPCResult RecvUpdateWindow(const uintptr_t& aChildId);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/ipc/
H A DContentChild.cpp2776 const uintptr_t& aChildId) { in RecvUpdateWindow() argument
2778 NS_ASSERTION(aChildId, in RecvUpdateWindow()
2782 aChildId); in RecvUpdateWindow()
H A DContentChild.h444 const uintptr_t& aChildId) override;
/dports/www/firefox-esr/firefox-91.8.0/dom/ipc/
H A DContentChild.h422 mozilla::ipc::IPCResult RecvUpdateWindow(const uintptr_t& aChildId);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/ipc/
H A DContentChild.h422 mozilla::ipc::IPCResult RecvUpdateWindow(const uintptr_t& aChildId);
/dports/www/firefox/firefox-99.0/dom/ipc/
H A DContentChild.h426 mozilla::ipc::IPCResult RecvUpdateWindow(const uintptr_t& aChildId);

12