Home
last modified time | relevance | path

Searched refs:BSTR (Results 1 – 25 of 54) sorted by relevance

123

/external/chromium_org/remoting/tools/winext/manifest/
Drdp.h212 HRESULT OnChannelReceivedData(BSTR chanName, BSTR data);
221 HRESULT OnReceivedTSPublicKey(BSTR publicKey, [out] VARIANT_BOOL* pfContinueLogon);
225 …HRESULT OnRemoteProgramResult(BSTR bstrRemoteProgram, RemoteProgramResult lError, VARIANT_BOOL vbI…
230 HRESULT OnUserNameAcquired(BSTR bstrUserName);
232 HRESULT OnServiceMessageReceived(BSTR serviceMessage);
241 HRESULT put_StartProgram(BSTR pStartProgram);
242 HRESULT get_StartProgram([out] BSTR* pStartProgram);
243 HRESULT put_WorkDir(BSTR pWorkDir);
244 HRESULT get_WorkDir([out] BSTR* pWorkDir);
256 HRESULT put_KeyBoardLayoutStr(BSTR _arg1);
[all …]
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_win.h141 BSTR* default_action);
144 CONTENT_EXPORT STDMETHODIMP get_accDescription(VARIANT var_id, BSTR* desc);
150 CONTENT_EXPORT STDMETHODIMP get_accHelp(VARIANT var_id, BSTR* heflp);
154 BSTR* access_key);
157 CONTENT_EXPORT STDMETHODIMP get_accName(VARIANT var_id, BSTR* name);
169 CONTENT_EXPORT STDMETHODIMP get_accValue(VARIANT var_id, BSTR* value);
174 CONTENT_EXPORT STDMETHODIMP get_accHelpTopic(BSTR* help_file,
181 CONTENT_EXPORT STDMETHODIMP put_accName(VARIANT var_id, BSTR put_name) { in put_accName()
184 CONTENT_EXPORT STDMETHODIMP put_accValue(VARIANT var_id, BSTR put_val) { in put_accValue()
200 CONTENT_EXPORT STDMETHODIMP get_attributes(BSTR* attributes);
[all …]
Dbrowser_accessibility_win.cc66 CONTENT_EXPORT STDMETHODIMP get_relationType(BSTR* relation_type);
74 CONTENT_EXPORT STDMETHODIMP get_localizedRelationType(BSTR* relation_type) { in get_localizedRelationType()
95 BSTR* relation_type) { in get_relationType()
373 BSTR* def_action) { in get_accDefaultAction()
389 BSTR* desc) { in get_accDescription()
426 STDMETHODIMP BrowserAccessibilityWin::get_accHelp(VARIANT var_id, BSTR* help) { in get_accHelp()
442 BSTR* acc_key) { in get_accKeyboardShortcut()
457 STDMETHODIMP BrowserAccessibilityWin::get_accName(VARIANT var_id, BSTR* name) { in get_accName()
564 BSTR* value) { in get_accValue()
606 STDMETHODIMP BrowserAccessibilityWin::get_accHelpTopic(BSTR* help_file, in get_accHelpTopic()
[all …]
/external/chromium_org/base/win/
Dscoped_bstr.h34 void Reset(BSTR bstr = NULL);
37 BSTR Release();
45 BSTR Allocate(const char16* str);
49 BSTR AllocateBytes(size_t bytes);
71 BSTR* Receive();
79 operator BSTR() const { in BSTR() function
84 BSTR bstr_;
Dscoped_bstr.cc17 COMPILE_ASSERT(sizeof(ScopedBstr) == sizeof(BSTR), ScopedBstrSize); in ~ScopedBstr()
21 void ScopedBstr::Reset(BSTR bstr) { in Reset()
29 BSTR ScopedBstr::Release() { in Release()
30 BSTR bstr = bstr_; in Release()
36 BSTR tmp = bstr_; in Swap()
41 BSTR* ScopedBstr::Receive() { in Receive()
46 BSTR ScopedBstr::Allocate(const char16* str) { in Allocate()
51 BSTR ScopedBstr::AllocateBytes(size_t bytes) { in AllocateBytes()
Dscoped_bstr_unittest.cc31 void GiveMeABstr(BSTR* ret) { in GiveMeABstr()
45 BSTR tmp = b2.Release(); in BasicBstrTests()
57 lstrcpy(static_cast<BSTR>(b2), kTestString1); in BasicBstrTests()
/external/chromium_org/ui/views/accessibility/
Dnative_view_accessibility_win.h94 STDMETHODIMP get_accDefaultAction(VARIANT var_id, BSTR* default_action);
97 STDMETHODIMP get_accDescription(VARIANT var_id, BSTR* desc);
103 STDMETHODIMP get_accKeyboardShortcut(VARIANT var_id, BSTR* access_key);
106 STDMETHODIMP get_accName(VARIANT var_id, BSTR* name);
120 STDMETHODIMP get_accValue(VARIANT var_id, BSTR* value);
121 STDMETHODIMP put_accValue(VARIANT var_id, BSTR new_value);
128 STDMETHODIMP get_accHelp(VARIANT var_id, BSTR* help);
129 STDMETHODIMP get_accHelpTopic(BSTR* help_file,
134 STDMETHODIMP put_accName(VARIANT var_id, BSTR put_name);
148 STDMETHODIMP get_relationTargetsOfType(BSTR type,
[all …]
Dnative_view_accessibility_win.cc561 VARIANT var_id, BSTR* def_action) { in get_accDefaultAction()
582 VARIANT var_id, BSTR* desc) { in get_accDescription()
628 VARIANT var_id, BSTR* acc_key) { in get_accKeyboardShortcut()
649 VARIANT var_id, BSTR* name) { in get_accName()
736 BSTR* value) { in get_accValue()
761 BSTR new_value) { in put_accValue()
792 VARIANT var_id, BSTR* help) { in get_accHelp()
799 BSTR* help_file, VARIANT var_id, LONG* topic_id) { in get_accHelpTopic()
810 VARIANT var_id, BSTR put_name) { in put_accName()
878 BSTR type_bstr, in get_relationTargetsOfType()
[all …]
/external/chromium_org/google_update/
Dgoogle_update_idl.idl141 [propget] HRESULT displayName([out, retval] BSTR*);
142 [propput] HRESULT displayName([in] BSTR);
144 [propget] HRESULT displayLanguage([out, retval] BSTR*);
145 [propput] HRESULT displayLanguage([in] BSTR);
147 [propget] HRESULT installSource([out, retval] BSTR*);
148 [propput] HRESULT installSource([in] BSTR);
150 [propget] HRESULT originURL([out, retval] BSTR*);
151 [propput] HRESULT originURL([in] BSTR);
153 [propget] HRESULT offlineDirectory([out, retval] BSTR* offline_dir);
154 [propput] HRESULT offlineDirectory([in] BSTR offline_dir);
[all …]
/external/chromium_org/third_party/isimpledom/
DISimpleDOMNode.idl48 cpp_quote("// /* [out] */ BSTR *nodeName, // For elements, this is the tag name")
50 cpp_quote("// /* [out] */ BSTR *nodeValue, ")
61 cpp_quote("// /* [out] */ BSTR *attribNames,")
63 cpp_quote("// /* [out] */ BSTR *attribValues);")
70 cpp_quote("// /* [in] */ BSTR *attribNames,")
72 cpp_quote("// /* [out] */ BSTR *attribValues);")
81 cpp_quote("// /* [out] */ BSTR *styleProperties, ")
82 cpp_quote("// /* [out] */ BSTR *styleValues);")
91 cpp_quote("// /* [in] */ BSTR *styleProperties, ")
92 cpp_quote("// /* [out] */ BSTR *styleValues);")
[all …]
DISimpleDOMDocument.idl46 cpp_quote("// get_URL(out] BSTR *url)")
50 cpp_quote("// get_title([out BSTR *title")
54 cpp_quote("// get_mimeType([out BSTR *mimeType")
58 cpp_quote("// get_docType([out] BSTR *docType")
62 cpp_quote("// get_nameSpaceURIForID([in] short nameSpaceID, [out] BSTR *nameSpaceURI)")
67 cpp_quote("// set_alternateViewMediaTypes([in] BSTR *commaSeparatedMediaType)")
71 cpp_quote("// [in] BSTR *commaSeparatedMediaTypes is a comma separate list, for example \"aural, br…
108 [out, retval] BSTR * url
111 [out, retval] BSTR * title
114 [out, retval] BSTR * mimeType
[all …]
/external/chromium_org/remoting/host/win/
Dcom_imported_mstscax.tlh288 /*[in]*/ BSTR pStartProgram ) = 0;
290 /*[out,retval]*/ BSTR * pStartProgram ) = 0;
292 /*[in]*/ BSTR pWorkDir ) = 0;
294 /*[out,retval]*/ BSTR * pWorkDir ) = 0;
321 /*[in]*/ BSTR _arg1 ) = 0;
323 /*[in]*/ BSTR _arg1 ) = 0;
325 /*[in]*/ BSTR _arg1 ) = 0;
382 /*[in]*/ BSTR pCLXCmdLine ) = 0;
384 /*[out,retval]*/ BSTR * pCLXCmdLine ) = 0;
386 /*[in]*/ BSTR pCLXDll ) = 0;
[all …]
Delevated_controller.h43 STDMETHOD(GetConfig)(BSTR* config_out);
44 STDMETHOD(GetVersion)(BSTR* version_out);
45 STDMETHOD(SetConfig)(BSTR config);
49 STDMETHOD(UpdateConfig)(BSTR config);
Dchromoting_lib_idl.templ21 HRESULT GetConfig([out, retval] BSTR* config_out);
25 HRESULT GetVersion([out, retval] BSTR* version_out);
29 HRESULT SetConfig([in] BSTR config);
45 HRESULT UpdateConfig([in] BSTR config);
96 HRESULT Connect([in] long width, [in] long height, [in] BSTR terminal_id,
/external/lzma/CPP/Common/
DMyWindows.h52 typedef OLECHAR *BSTR; typedef
171 BSTR bstrVal;
184 MY_EXTERN_C BSTR SysAllocStringByteLen(LPCSTR psz, UINT len);
185 MY_EXTERN_C BSTR SysAllocString(const OLECHAR *sz);
186 MY_EXTERN_C void SysFreeString(BSTR bstr);
187 MY_EXTERN_C UINT SysStringByteLen(BSTR bstr);
188 MY_EXTERN_C UINT SysStringLen(BSTR bstr);
DMyCom.h81 inline HRESULT StringToBstr(LPCOLESTR src, BSTR *bstr) in StringToBstr()
90 BSTR m_str;
123 operator BSTR() const { return m_str; } in BSTR() function
124 BSTR* operator&() { return &m_str; }
125 BSTR MyCopy() const in MyCopy()
128 BSTR res = ::SysAllocStringByteLen(NULL, byteLen); in MyCopy()
/external/chromium_org/win8/metro_driver/ime/
Dinput_scope.cc52 STDMETHOD(GetPhrase)(BSTR** phrases, UINT* count) OVERRIDE { in STDMETHOD()
55 STDMETHOD(GetRegularExpression)(BSTR* regexp) OVERRIDE { in STDMETHOD()
58 STDMETHOD(GetSRGS)(BSTR* srgs) OVERRIDE { in STDMETHOD()
61 STDMETHOD(GetXML)(BSTR* xml) OVERRIDE { in STDMETHOD()
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.h25 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \
26 virtual HRESULT CryptoGetTextPassword(BSTR *password) x; \
53 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
54 STDMETHOD(CryptoGetTextPassword)(BSTR *password);
DArchiveOpenCallback.h23 virtual HRESULT Open_CryptoGetTextPassword(BSTR *password) x; \
68 STDMETHOD(CryptoGetTextPassword)(BSTR *password);
/external/lzma/CPP/7zip/
DIPassword.h15 STDMETHOD(CryptoGetTextPassword)(BSTR *password) PURE;
20 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password) PURE;
/external/chromium_org/ui/base/ime/win/
Dtsf_input_scope.cc81 STDMETHOD(GetPhrase)(BSTR** phrases, UINT* count) OVERRIDE { in STDMETHOD()
85 STDMETHOD(GetRegularExpression)(BSTR* regexp) OVERRIDE { in STDMETHOD()
89 STDMETHOD(GetSRGS)(BSTR* srgs) OVERRIDE { in STDMETHOD()
93 STDMETHOD(GetXML)(BSTR* xml) OVERRIDE { in STDMETHOD()
/external/lzma/CPP/7zip/Archive/
DIArchive.h132 STDMETHOD(GetPropertyInfo)(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) x; \
134 STDMETHOD(GetArchivePropertyInfo)(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) x;
190 (UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) \
196 (UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) \
226 STDMETHODIMP CHandler::GetArchivePropertyInfo(UInt32, BSTR *, PROPID *, VARTYPE *) \
/external/chromium_org/printing/backend/
Dwin_helper.h104 BSTR* error_message);
117 BSTR* error_message);
123 BSTR* error_message);
Dwin_helper.cc31 BSTR* error_message);
47 BSTR* error_message);
55 BSTR* error_message);
191 BSTR* error_message) { in GetPrintCapabilities()
217 BSTR* error_message) { in ConvertPrintTicketToDevMode()
232 BSTR* error_message) { in MergeAndValidatePrintTicket()
/external/lzma/CPP/Windows/
DPropVariant.h19 CPropVariant(BSTR bstrSrc);
31 CPropVariant& operator=(BSTR bstrSrc);

123