Searched refs:bstr_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/base/win/
H A Dscoped_bstr.cc13 : bstr_(SysAllocString(non_bstr)) {
18 SysFreeString(bstr_);
22 if (bstr != bstr_) {
23 // if |bstr_| is NULL, SysFreeString does nothing.
24 SysFreeString(bstr_);
25 bstr_ = bstr;
30 BSTR bstr = bstr_;
31 bstr_ = NULL;
36 BSTR tmp = bstr_;
37 bstr_
[all...]
H A Dscoped_bstr.h23 ScopedBstr() : bstr_(NULL) {
81 return bstr_;
85 BSTR bstr_; member in class:base::win::ScopedBstr
/external/chromium_org/base/win/
H A Dscoped_bstr.cc13 : bstr_(SysAllocString(non_bstr)) {
18 SysFreeString(bstr_);
22 if (bstr != bstr_) {
23 // if |bstr_| is NULL, SysFreeString does nothing.
24 SysFreeString(bstr_);
25 bstr_ = bstr;
30 BSTR bstr = bstr_;
31 bstr_ = NULL;
36 BSTR tmp = bstr_;
37 bstr_
[all...]
H A Dscoped_bstr.h22 ScopedBstr() : bstr_(NULL) {
80 return bstr_;
84 BSTR bstr_; member in class:base::win::ScopedBstr

Completed in 52 milliseconds