/dports/lang/spidermonkey60/firefox-60.9.0/accessible/ipc/win/ |
H A D | HandlerProvider.cpp | 239 const VARIANT kChildIdSelf = {VT_I4}; in BuildDynamicIA2Data() local 244 kChildIdSelf); in BuildDynamicIA2Data() 249 hr = target->get_accRole(kChildIdSelf, &aOutIA2Data->mRole); in BuildDynamicIA2Data() 254 hr = target->get_accState(kChildIdSelf, &varVal); in BuildDynamicIA2Data() 261 hr = target->get_accKeyboardShortcut(kChildIdSelf, in BuildDynamicIA2Data() 267 hr = target->get_accName(kChildIdSelf, &aOutIA2Data->mName); in BuildDynamicIA2Data() 696 const VARIANT kChildIdSelf = {VT_I4}; in SetChildDataForTextLeaf() local 702 HRESULT hr = acc->get_accRole(kChildIdSelf, &varVal); in SetChildDataForTextLeaf() 735 acc->get_accName(kChildIdSelf, &data.mText); in SetChildDataForTextLeaf() 738 acc->get_accState(kChildIdSelf, &varVal); in SetChildDataForTextLeaf() [all …]
|
H A D | ProxyAccessible.cpp | 25 static const VARIANT kChildIdSelf = {VT_I4}; variable 129 HRESULT hr = acc->get_accName(kChildIdSelf, &result); in Name() 145 HRESULT hr = acc->get_accValue(kChildIdSelf, &result); in Value() 176 HRESULT hr = acc->get_accDescription(kChildIdSelf, &result); in Description() 210 HRESULT hr = acc->accLocation(&left, &top, &width, &height, kChildIdSelf); in Bounds()
|
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/ipc/win/ |
H A D | HandlerProvider.cpp | 264 const VARIANT kChildIdSelf = {VT_I4}; in BuildDynamicIA2Data() local 269 kChildIdSelf); in BuildDynamicIA2Data() 274 hr = target->get_accRole(kChildIdSelf, &aOutIA2Data->mRole); in BuildDynamicIA2Data() 279 hr = target->get_accState(kChildIdSelf, &varVal); in BuildDynamicIA2Data() 286 hr = target->get_accKeyboardShortcut(kChildIdSelf, in BuildDynamicIA2Data() 292 hr = target->get_accName(kChildIdSelf, &aOutIA2Data->mName); in BuildDynamicIA2Data() 834 const VARIANT kChildIdSelf = {VT_I4}; in SetChildDataForTextLeaf() local 840 HRESULT hr = acc->get_accRole(kChildIdSelf, &varVal); in SetChildDataForTextLeaf() 873 acc->get_accName(kChildIdSelf, &data.mText); in SetChildDataForTextLeaf() 876 acc->get_accState(kChildIdSelf, &varVal); in SetChildDataForTextLeaf() [all …]
|
H A D | ProxyAccessible.cpp | 24 static const VARIANT kChildIdSelf = {{{VT_I4}}}; variable 134 HRESULT hr = acc->get_accName(kChildIdSelf, &result); in Name() 151 HRESULT hr = acc->get_accValue(kChildIdSelf, &result); in Value() 182 HRESULT hr = acc->get_accDescription(kChildIdSelf, &result); in Description() 216 HRESULT hr = acc->accLocation(&left, &top, &width, &height, kChildIdSelf); in Bounds() 766 acc->accSelect(SELFLAG_TAKEFOCUS, kChildIdSelf); in TakeFocus()
|
/dports/www/firefox/firefox-99.0/accessible/ipc/win/ |
H A D | HandlerProvider.cpp | 264 const VARIANT kChildIdSelf = {VT_I4}; in BuildDynamicIA2Data() local 269 kChildIdSelf); in BuildDynamicIA2Data() 274 hr = target->get_accRole(kChildIdSelf, &aOutIA2Data->mRole); in BuildDynamicIA2Data() 279 hr = target->get_accState(kChildIdSelf, &varVal); in BuildDynamicIA2Data() 286 hr = target->get_accKeyboardShortcut(kChildIdSelf, in BuildDynamicIA2Data() 292 hr = target->get_accName(kChildIdSelf, &aOutIA2Data->mName); in BuildDynamicIA2Data() 834 const VARIANT kChildIdSelf = {VT_I4}; in SetChildDataForTextLeaf() local 840 HRESULT hr = acc->get_accRole(kChildIdSelf, &varVal); in SetChildDataForTextLeaf() 873 acc->get_accName(kChildIdSelf, &data.mText); in SetChildDataForTextLeaf() 876 acc->get_accState(kChildIdSelf, &varVal); in SetChildDataForTextLeaf() [all …]
|
H A D | RemoteAccessible.cpp | 25 static const VARIANT kChildIdSelf = {{{VT_I4}}}; variable 144 HRESULT hr = acc->get_accName(kChildIdSelf, &result); in Name() 166 HRESULT hr = acc->get_accValue(kChildIdSelf, &result); in Value() 205 HRESULT hr = acc->get_accDescription(kChildIdSelf, &result); in Description() 247 HRESULT hr = acc->accLocation(&left, &top, &width, &height, kChildIdSelf); in Bounds() 814 acc->accSelect(SELFLAG_TAKEFOCUS, kChildIdSelf); in TakeFocus()
|
/dports/www/firefox-esr/firefox-91.8.0/accessible/ipc/win/ |
H A D | HandlerProvider.cpp | 264 const VARIANT kChildIdSelf = {VT_I4}; in BuildDynamicIA2Data() local 269 kChildIdSelf); in BuildDynamicIA2Data() 274 hr = target->get_accRole(kChildIdSelf, &aOutIA2Data->mRole); in BuildDynamicIA2Data() 279 hr = target->get_accState(kChildIdSelf, &varVal); in BuildDynamicIA2Data() 286 hr = target->get_accKeyboardShortcut(kChildIdSelf, in BuildDynamicIA2Data() 292 hr = target->get_accName(kChildIdSelf, &aOutIA2Data->mName); in BuildDynamicIA2Data() 834 const VARIANT kChildIdSelf = {VT_I4}; in SetChildDataForTextLeaf() local 840 HRESULT hr = acc->get_accRole(kChildIdSelf, &varVal); in SetChildDataForTextLeaf() 873 acc->get_accName(kChildIdSelf, &data.mText); in SetChildDataForTextLeaf() 876 acc->get_accState(kChildIdSelf, &varVal); in SetChildDataForTextLeaf() [all …]
|
H A D | RemoteAccessible.cpp | 24 static const VARIANT kChildIdSelf = {{{VT_I4}}}; variable 135 HRESULT hr = acc->get_accName(kChildIdSelf, &result); in Name() 152 HRESULT hr = acc->get_accValue(kChildIdSelf, &result); in Value() 183 HRESULT hr = acc->get_accDescription(kChildIdSelf, &result); in Description() 217 HRESULT hr = acc->accLocation(&left, &top, &width, &height, kChildIdSelf); in Bounds() 769 acc->accSelect(SELFLAG_TAKEFOCUS, kChildIdSelf); in TakeFocus()
|
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/ipc/win/ |
H A D | HandlerProvider.cpp | 264 const VARIANT kChildIdSelf = {VT_I4}; in BuildDynamicIA2Data() local 269 kChildIdSelf); in BuildDynamicIA2Data() 274 hr = target->get_accRole(kChildIdSelf, &aOutIA2Data->mRole); in BuildDynamicIA2Data() 279 hr = target->get_accState(kChildIdSelf, &varVal); in BuildDynamicIA2Data() 286 hr = target->get_accKeyboardShortcut(kChildIdSelf, in BuildDynamicIA2Data() 292 hr = target->get_accName(kChildIdSelf, &aOutIA2Data->mName); in BuildDynamicIA2Data() 834 const VARIANT kChildIdSelf = {VT_I4}; in SetChildDataForTextLeaf() local 840 HRESULT hr = acc->get_accRole(kChildIdSelf, &varVal); in SetChildDataForTextLeaf() 873 acc->get_accName(kChildIdSelf, &data.mText); in SetChildDataForTextLeaf() 876 acc->get_accState(kChildIdSelf, &varVal); in SetChildDataForTextLeaf() [all …]
|
H A D | RemoteAccessible.cpp | 24 static const VARIANT kChildIdSelf = {{{VT_I4}}}; variable 135 HRESULT hr = acc->get_accName(kChildIdSelf, &result); in Name() 152 HRESULT hr = acc->get_accValue(kChildIdSelf, &result); in Value() 183 HRESULT hr = acc->get_accDescription(kChildIdSelf, &result); in Description() 217 HRESULT hr = acc->accLocation(&left, &top, &width, &height, kChildIdSelf); in Bounds() 769 acc->accSelect(SELFLAG_TAKEFOCUS, kChildIdSelf); in TakeFocus()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/ipc/win/ |
H A D | ProxyAccessible.cpp | 23 static const VARIANT kChildIdSelf = {VT_I4}; variable 102 HRESULT hr = acc->get_accName(kChildIdSelf, &result); in Name() 120 HRESULT hr = acc->get_accValue(kChildIdSelf, &result); in Value() 138 HRESULT hr = acc->get_accDescription(kChildIdSelf, &result); in Description() 156 HRESULT hr = acc->get_accState(kChildIdSelf, &varState); in State() 177 HRESULT hr = acc->accLocation(&left, &top, &width, &height, kChildIdSelf); in Bounds()
|