Searched refs:value_bstr (Results 1 – 5 of 5) sorted by relevance
153 base::win::ScopedBstr value_bstr(value.c_str()); in SetValue() local154 EXPECT_HRESULT_SUCCEEDED(accessible_->put_accValue(child_id_, value_bstr)); in SetValue()204 base::win::ScopedBstr value_bstr; in GetValue() local205 HRESULT result = accessible_->get_accValue(child_id_, value_bstr.Receive()); in GetValue()207 value->assign(value_bstr, value_bstr.Length()); in GetValue()
1181 WebAccessibility::Attribute attribute, BSTR* value_bstr) { in GetAttributeAsBstr() argument1190 *value_bstr = SysAllocString(str.c_str()); in GetAttributeAsBstr()1191 DCHECK(*value_bstr); in GetAttributeAsBstr()
464 WebAccessibility::Attribute attribute, BSTR* value_bstr);
801 BSTR* value_bstr);
3205 BSTR* value_bstr) { in GetStringAttributeAsBstr() argument3214 *value_bstr = SysAllocString(str.c_str()); in GetStringAttributeAsBstr()3215 DCHECK(*value_bstr); in GetStringAttributeAsBstr()