Home
last modified time | relevance | path

Searched refs:pcountChildren (Results 1 – 25 of 100) sorted by relevance

1234

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole/win32/
H A DIAccessible.java25 public int get_accChildCount(long pcountChildren) { in get_accChildCount() argument
26 return COM.VtblCall(8, address, pcountChildren); in get_accChildCount()
/dports/editors/lazarus/lazarus/components/virtualtreeview/
H A DVTAccessibility.pas19 function Get_accChildCount(out pcountChildren: Integer): HResult; stdcall; in Get_accChildCount()
57 function Get_accChildCount(out pcountChildren: Integer): HResult; stdcall; in Get_accChildCount()
224 function TVirtualTreeAccessibility.Get_accChildCount(out pcountChildren: Integer): HResult; in Get_accChildCount()
227 pcountChildren := 1;
449 function TVirtualTreeItemAccessibility.Get_accChildCount(out pcountChildren: Integer): HResult; in TVirtualTreeItemAccessibility.Get_accChildCount()
452 pcountChildren := 0;
/dports/cad/zcad/zcad-8b8a693/cad_source/other/laz.virtualtreeview_package/
H A Dlaz.vtaccessibility.pas21 function Get_accChildCount(out pcountChildren: Integer): HResult; stdcall; in Get_accChildCount()
59 function Get_accChildCount(out pcountChildren: Integer): HResult; stdcall; in Get_accChildCount()
226 function TVirtualTreeAccessibility.Get_accChildCount(out pcountChildren: Integer): HResult; in Get_accChildCount()
229 pcountChildren := 1;
451 function TVirtualTreeItemAccessibility.Get_accChildCount(out pcountChildren: Integer): HResult; in TVirtualTreeItemAccessibility.Get_accChildCount()
454 pcountChildren := 0;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/virtualtreeview/
H A Dlaz.vtaccessibility.pas21 function Get_accChildCount(out pcountChildren: Integer): HResult; stdcall; in Get_accChildCount()
59 function Get_accChildCount(out pcountChildren: Integer): HResult; stdcall; in Get_accChildCount()
226 function TVirtualTreeAccessibility.Get_accChildCount(out pcountChildren: Integer): HResult; in Get_accChildCount()
229 pcountChildren := 1;
451 function TVirtualTreeItemAccessibility.Get_accChildCount(out pcountChildren: Integer): HResult; in TVirtualTreeItemAccessibility.Get_accChildCount()
454 pcountChildren := 0;
/dports/editors/lazarus-qt5/lazarus/components/virtualtreeview/
H A DVTAccessibility.pas19 function Get_accChildCount(out pcountChildren: Integer): HResult; stdcall; in Get_accChildCount()
57 function Get_accChildCount(out pcountChildren: Integer): HResult; stdcall; in Get_accChildCount()
224 function TVirtualTreeAccessibility.Get_accChildCount(out pcountChildren: Integer): HResult; in Get_accChildCount()
227 pcountChildren := 1;
449 function TVirtualTreeItemAccessibility.Get_accChildCount(out pcountChildren: Integer): HResult; in TVirtualTreeItemAccessibility.Get_accChildCount()
452 pcountChildren := 0;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/virtualtreeview/
H A Dlaz.vtaccessibility.pas21 function Get_accChildCount(out pcountChildren: Integer): HResult; stdcall; in Get_accChildCount()
59 function Get_accChildCount(out pcountChildren: Integer): HResult; stdcall; in Get_accChildCount()
226 function TVirtualTreeAccessibility.Get_accChildCount(out pcountChildren: Integer): HResult; in Get_accChildCount()
229 pcountChildren := 1;
451 function TVirtualTreeItemAccessibility.Get_accChildCount(out pcountChildren: Integer): HResult; in TVirtualTreeItemAccessibility.Get_accChildCount()
454 pcountChildren := 0;
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/ipc/win/handler/
H A DHandlerTextLeaf.cpp77 HandlerTextLeaf::get_accChildCount(long* pcountChildren) { in get_accChildCount() argument
78 if (!pcountChildren) { in get_accChildCount()
82 *pcountChildren = 0; in get_accChildCount()
H A DHandlerTextLeaf.h40 STDMETHODIMP get_accChildCount(long* pcountChildren) override;
/dports/www/firefox/firefox-99.0/accessible/ipc/win/handler/
H A DHandlerTextLeaf.cpp77 HandlerTextLeaf::get_accChildCount(long* pcountChildren) { in get_accChildCount() argument
78 if (!pcountChildren) { in get_accChildCount()
82 *pcountChildren = 0; in get_accChildCount()
H A DHandlerTextLeaf.h40 STDMETHODIMP get_accChildCount(long* pcountChildren) override;
/dports/www/firefox-esr/firefox-91.8.0/accessible/ipc/win/handler/
H A DHandlerTextLeaf.cpp77 HandlerTextLeaf::get_accChildCount(long* pcountChildren) { in get_accChildCount() argument
78 if (!pcountChildren) { in get_accChildCount()
82 *pcountChildren = 0; in get_accChildCount()
H A DHandlerTextLeaf.h40 STDMETHODIMP get_accChildCount(long* pcountChildren) override;
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/ipc/win/handler/
H A DHandlerTextLeaf.cpp77 HandlerTextLeaf::get_accChildCount(long* pcountChildren) { in get_accChildCount() argument
78 if (!pcountChildren) { in get_accChildCount()
82 *pcountChildren = 0; in get_accChildCount()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/ipc/win/handler/
H A DHandlerTextLeaf.cpp77 HandlerTextLeaf::get_accChildCount(long *pcountChildren) { in get_accChildCount() argument
78 if (!pcountChildren) { in get_accChildCount()
82 *pcountChildren = 0; in get_accChildCount()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/windows/msaa/
H A DLazyInstantiator.cpp507 LazyInstantiator::get_accChildCount(long* pcountChildren) { in get_accChildCount() argument
508 if (!pcountChildren) { in get_accChildCount()
513 return mWeakAccessible->get_accChildCount(pcountChildren); in get_accChildCount()
H A DLazyInstantiator.h54 STDMETHODIMP get_accChildCount(long* pcountChildren) override;
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/windows/msaa/
H A DLazyInstantiator.cpp530 LazyInstantiator::get_accChildCount(long *pcountChildren) { in get_accChildCount() argument
531 if (!pcountChildren) { in get_accChildCount()
536 return mWeakAccessible->get_accChildCount(pcountChildren); in get_accChildCount()
H A DLazyInstantiator.h54 STDMETHODIMP get_accChildCount(long *pcountChildren) override;
/dports/www/firefox/firefox-99.0/accessible/windows/msaa/
H A DLazyInstantiator.cpp523 LazyInstantiator::get_accChildCount(long* pcountChildren) { in get_accChildCount() argument
524 if (!pcountChildren) { in get_accChildCount()
529 return mWeakAccessible->get_accChildCount(pcountChildren); in get_accChildCount()
H A DMsaaAccessible.cpp916 MsaaAccessible::get_accChildCount(long __RPC_FAR* pcountChildren) { in get_accChildCount() argument
917 if (!pcountChildren) return E_INVALIDARG; in get_accChildCount()
919 *pcountChildren = 0; in get_accChildCount()
925 *pcountChildren = mAcc->ChildCount(); in get_accChildCount()
926 if (*pcountChildren == 0 && RefPtr{MaybeGetOOPIframeDocCOMProxy(mAcc)}) { in get_accChildCount()
927 *pcountChildren = 1; in get_accChildCount()
H A DLazyInstantiator.h55 STDMETHODIMP get_accChildCount(long* pcountChildren) override;
/dports/www/firefox-esr/firefox-91.8.0/accessible/windows/msaa/
H A DLazyInstantiator.cpp523 LazyInstantiator::get_accChildCount(long* pcountChildren) { in get_accChildCount() argument
524 if (!pcountChildren) { in get_accChildCount()
529 return mWeakAccessible->get_accChildCount(pcountChildren); in get_accChildCount()
H A DLazyInstantiator.h55 STDMETHODIMP get_accChildCount(long* pcountChildren) override;
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/windows/msaa/
H A DLazyInstantiator.cpp523 LazyInstantiator::get_accChildCount(long* pcountChildren) { in get_accChildCount() argument
524 if (!pcountChildren) { in get_accChildCount()
529 return mWeakAccessible->get_accChildCount(pcountChildren); in get_accChildCount()
H A DLazyInstantiator.h55 STDMETHODIMP get_accChildCount(long* pcountChildren) override;

1234