Home
last modified time | relevance | path

Searched refs:value_bstr (Results 1 – 10 of 10) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/accessibility/
H A Daccessibility_event_recorder_win.cc271 base::win::ScopedBstr value_bstr; in OnWinEventHook() local
272 iaccessible->get_accValue(childid_self, value_bstr.Receive()); in OnWinEventHook()
337 if (value_bstr.Length() > 0) { in OnWinEventHook()
345 BstrToPrettyUTF8(value_bstr.Get()).c_str()); in OnWinEventHook()
H A Dbrowser_accessibility_com_win.cc1548 BSTR* value_bstr) { in GetStringAttributeAsBstr() argument
1556 *value_bstr = SysAllocString(str.c_str()); in GetStringAttributeAsBstr()
1557 DCHECK(*value_bstr); in GetStringAttributeAsBstr()
1562 HRESULT BrowserAccessibilityComWin::GetNameAsBstr(BSTR* value_bstr) { in GetNameAsBstr() argument
1568 *value_bstr = SysAllocString(str.c_str()); in GetNameAsBstr()
1569 DCHECK(*value_bstr); in GetNameAsBstr()
H A Dbrowser_accessibility_com_win.h384 BSTR* value_bstr);
388 HRESULT GetNameAsBstr(BSTR* value_bstr);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/accessibility/
H A Daccessibility_event_recorder_win.cc273 base::win::ScopedBstr value_bstr; in OnWinEventHook() local
274 iaccessible->get_accValue(childid_self, value_bstr.Receive()); in OnWinEventHook()
339 if (value_bstr.Length() > 0) { in OnWinEventHook()
347 BstrToPrettyUTF8(value_bstr.Get()).c_str()); in OnWinEventHook()
H A Dbrowser_accessibility_com_win.cc1572 BSTR* value_bstr) { in GetStringAttributeAsBstr() argument
1580 *value_bstr = SysAllocString(str.c_str()); in GetStringAttributeAsBstr()
1581 DCHECK(*value_bstr); in GetStringAttributeAsBstr()
1586 HRESULT BrowserAccessibilityComWin::GetNameAsBstr(BSTR* value_bstr) { in GetNameAsBstr() argument
1592 *value_bstr = SysAllocString(str.c_str()); in GetNameAsBstr()
1593 DCHECK(*value_bstr); in GetNameAsBstr()
H A Dbrowser_accessibility_com_win.h387 BSTR* value_bstr);
391 HRESULT GetNameAsBstr(BSTR* value_bstr);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/platform/
H A Dax_platform_node_win.h1168 BSTR* value_bstr) const;
1170 HRESULT GetNameAsBstr(BSTR* value_bstr) const;
H A Dax_platform_node_win.cc7297 BSTR* value_bstr) const { in GetStringAttributeAsBstr()
7303 *value_bstr = SysAllocString(str.c_str()); in GetStringAttributeAsBstr()
7304 DCHECK(*value_bstr); in GetStringAttributeAsBstr()
7309 HRESULT AXPlatformNodeWin::GetNameAsBstr(BSTR* value_bstr) const { in GetNameAsBstr()
7311 *value_bstr = SysAllocString(str.c_str()); in GetNameAsBstr()
7312 DCHECK(*value_bstr); in GetNameAsBstr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/platform/
H A Dax_platform_node_win.h1219 BSTR* value_bstr) const;
1221 HRESULT GetNameAsBstr(BSTR* value_bstr) const;
H A Dax_platform_node_win.cc7620 BSTR* value_bstr) const { in GetStringAttributeAsBstr()
7626 *value_bstr = SysAllocString(str.c_str()); in GetStringAttributeAsBstr()
7627 DCHECK(*value_bstr); in GetStringAttributeAsBstr()
7632 HRESULT AXPlatformNodeWin::GetNameAsBstr(BSTR* value_bstr) const { in GetNameAsBstr()
7634 *value_bstr = SysAllocString(str.c_str()); in GetNameAsBstr()
7635 DCHECK(*value_bstr); in GetNameAsBstr()