Home
last modified time | relevance | path

Searched refs:get_accRole (Results 1 – 25 of 232) sorted by relevance

12345678910

/dports/lang/mono/mono-5.10.1.57/mcs/class/Accessibility/Accessibility/
H A DIAccessible.cs44 object get_accRole(object childID); in get_accRole() method
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/accessibility/
H A Dview_ax_platform_node_delegate_win_unittest.cc151 EXPECT_EQ(S_OK, label_accessible->get_accRole(childid_self, role.Receive())); in TEST_F()
345 EXPECT_EQ(S_OK, accessible->get_accRole(childid_self, role.Receive())); in TEST_F()
378 EXPECT_EQ(S_OK, content_accessible->get_accRole(child_index, role.Receive())); in TEST_F()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DAccessibility.cs45 object get_accRole(object childID); in get_accRole() method
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DAccessibility.cs45 object get_accRole(object childID); in get_accRole() method
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DAccessibility.cs45 object get_accRole(object childID); in get_accRole() method
/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.java40 public int get_accRole(long variant, long pvarRole) { in get_accRole() method in IAccessible
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/accessibility/
H A DTextAccImpl.as149 override public function get_accRole(childID:uint):uint method in flashx.textLayout.accessibility.TextAccImpl
151 // trace("get_accRole()");
217 switch (get_accRole(childID))
249 switch (get_accRole(childID))
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/accessibility/
H A Dview_ax_platform_node_delegate_win_unittest.cc175 EXPECT_EQ(S_OK, label_accessible->get_accRole(childid_self, role.Receive())); in TEST_F()
368 EXPECT_EQ(S_OK, accessible->get_accRole(childid_self, role.Receive())); in TEST_F()
400 EXPECT_EQ(S_OK, content_accessible->get_accRole(child_index, role.Receive())); in TEST_F()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/windows/msaa/
H A DLazyInstantiator.cpp557 LazyInstantiator::get_accRole(VARIANT varChild, VARIANT* pvarRole) { in get_accRole() function in mozilla::a11y::LazyInstantiator
563 return mWeakAccessible->get_accRole(varChild, pvarRole); in get_accRole()
H A DLazyInstantiator.h60 STDMETHODIMP get_accRole(VARIANT varChild, VARIANT* pvarRole) override;
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/windows/msaa/
H A DLazyInstantiator.cpp580 LazyInstantiator::get_accRole(VARIANT varChild, VARIANT *pvarRole) { in get_accRole() function in mozilla::a11y::LazyInstantiator
586 return mWeakAccessible->get_accRole(varChild, pvarRole); in get_accRole()
H A DLazyInstantiator.h60 STDMETHODIMP get_accRole(VARIANT varChild, VARIANT *pvarRole) override;
/dports/www/firefox/firefox-99.0/accessible/windows/msaa/
H A DLazyInstantiator.h61 STDMETHODIMP get_accRole(VARIANT varChild, VARIANT* pvarRole) override;
H A DLazyInstantiator.cpp579 LazyInstantiator::get_accRole(VARIANT varChild, VARIANT* pvarRole) { in get_accRole() function in mozilla::a11y::LazyInstantiator
591 return mWeakAccessible->get_accRole(varChild, pvarRole); in get_accRole()
/dports/www/firefox-esr/firefox-91.8.0/accessible/windows/msaa/
H A DLazyInstantiator.h61 STDMETHODIMP get_accRole(VARIANT varChild, VARIANT* pvarRole) override;
H A DLazyInstantiator.cpp579 LazyInstantiator::get_accRole(VARIANT varChild, VARIANT* pvarRole) { in get_accRole() function in mozilla::a11y::LazyInstantiator
591 return mWeakAccessible->get_accRole(varChild, pvarRole); in get_accRole()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/windows/msaa/
H A DLazyInstantiator.h61 STDMETHODIMP get_accRole(VARIANT varChild, VARIANT* pvarRole) override;
H A DLazyInstantiator.cpp579 LazyInstantiator::get_accRole(VARIANT varChild, VARIANT* pvarRole) { in get_accRole() function in mozilla::a11y::LazyInstantiator
591 return mWeakAccessible->get_accRole(varChild, pvarRole); in get_accRole()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Doleacc.d169 HRESULT get_accRole(VARIANT, VARIANT*);
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Doleacc.d168 HRESULT get_accRole(VARIANT, VARIANT*);
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Doleacc.d169 HRESULT get_accRole(VARIANT, VARIANT*);
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/ipc/win/handler/
H A DHandlerTextLeaf.h46 STDMETHODIMP get_accRole(VARIANT varChild, VARIANT* pvarRole) override;
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Doleacc.d168 HRESULT get_accRole(VARIANT, VARIANT*);
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Doleacc.d168 HRESULT get_accRole(VARIANT, VARIANT*);
/dports/www/firefox/firefox-99.0/accessible/ipc/win/handler/
H A DHandlerTextLeaf.h46 STDMETHODIMP get_accRole(VARIANT varChild, VARIANT* pvarRole) override;

12345678910