Lines Matching refs:BSTR
193 BSTR* def_action) { in get_accDefaultAction()
209 BSTR* desc) { in get_accDescription()
245 STDMETHODIMP BrowserAccessibilityWin::get_accHelp(VARIANT var_id, BSTR* help) { in get_accHelp()
260 BSTR* acc_key) { in get_accKeyboardShortcut()
274 STDMETHODIMP BrowserAccessibilityWin::get_accName(VARIANT var_id, BSTR* name) { in get_accName()
357 VARIANT var_id, BSTR* value) { in get_accValue()
375 BSTR* help_file, VARIANT var_id, LONG* topic_id) { in get_accHelpTopic()
415 STDMETHODIMP BrowserAccessibilityWin::get_attributes(BSTR* attributes) { in get_attributes()
490 STDMETHODIMP BrowserAccessibilityWin::get_description(BSTR* desc) { in get_description()
634 LONG start_offset, LONG end_offset, BSTR* text) { in get_text()
671 BSTR* text) { in get_textAtOffset()
698 BSTR* text) { in get_textBeforeOffset()
725 BSTR* text) { in get_textAfterOffset()
752 STDMETHODIMP BrowserAccessibilityWin::get_URL(BSTR* url) { in get_URL()
762 STDMETHODIMP BrowserAccessibilityWin::get_title(BSTR* title) { in get_title()
772 STDMETHODIMP BrowserAccessibilityWin::get_mimeType(BSTR* mime_type) { in get_mimeType()
782 STDMETHODIMP BrowserAccessibilityWin::get_docType(BSTR* doc_type) { in get_docType()
797 BSTR* node_name, in get_nodeInfo()
799 BSTR* node_value, in get_nodeInfo()
836 BSTR* attrib_names, in get_attributes()
838 BSTR* attrib_values, in get_attributes()
860 BSTR* attrib_names, in get_attributesForNames()
862 BSTR* attrib_values) { in get_attributesForNames()
890 BSTR *style_properties, in get_computedStyle()
891 BSTR *style_values, in get_computedStyle()
919 BSTR* style_properties, in get_computedStyleForProperties()
920 BSTR* style_values) { in get_computedStyleForProperties()
1051 STDMETHODIMP BrowserAccessibilityWin::get_domText(BSTR* dom_text) { in get_domText()
1181 WebAccessibility::Attribute attribute, BSTR* value_bstr) { in GetAttributeAsBstr()